Skip to main content

Schematic Diagram Design Suggestions

Minimum System Design

Clock Circuit

System Clock

The internal oscillator circuit of the A210 chip, together with the external 24MHz crystal, forms the system clock. A 510 kohm, 1% tolerance feedback resistor is provisioned for between the OSC_CLK_IN and OSC_CLK_OUT nets and is not populated by default.

System Clock

Note:

  • The selected crystal must have a drive level not exceeding 100 μW and an equivalent series resistance (ESR) of less than 80 ohm.
  • The crystal load capacitors CL should be selected according to the actual crystal's CL value requirements, and the frequency tolerance at room temperature should be within 30ppm.
  • The crystal CL value is 12pF selected by our company which is not a general value, and the capacitor material is recommended to use C0G or NPO.
  • It is recommended to use a 4-pin surface-mounted crystal, with two GND pins fully connected to the PCB ground to enhance the clock's ability to resist ESD interference.

The system clock can also be supplied directly by an external active crystal oscillator circuit with a 1.8V clock amplitude. In this configuration, the clock signal is fed into the OSC_CLK_IN pin, while the OSC_CLK_OUT pin is left floating. The clock specifications are listed in the table below.

ParameterSpec.Description
MinMaxUnit
Frequency24.000000MHz
Frequency tolerance±30ppm
Clock amplitude1.8Vpeak-to-peak
Working temperature-2080°C
ESR/80Ohm

RTC Clock

The internal oscillator circuit of the A210 chip, together with the external 32.768KHz crystal, forms the RTC clock. A 4.7Mohm resistor is provisioned for between the RTC_CLK_IN and RTC_CLK_OUT nets and is not populated by default.

RTC Clock

Note:

  • The selected crystal must have a drive level not exceeding 1 μW and an equivalent series resistance (ESR) of less than 70 kohm.
  • The crystal load capacitors CL should be selected according to the actual crystal's CL value requirements, and the frequency tolerance at room temperature should be within 30 ppm.
  • The crystal CL value is 12pF selected by our company which is not a general value, and the capacitor material is recommended to use C0G or NPO.

The RTC clock can also be supplied directly by an external active crystal oscillator circuit with a 0.8V clock amplitude. In this configuration, the clock signal is fed into the RTC_CLK_IN pin, while the RTC_CLK_OUT pin is left floating. The clock specifications are listed in the table below.

ParameterSpec.Description
MinMaxUnit
Frequency32.768000KHz
Frequency tolerance±30ppm
Clock amplitude0.8Vpeak-to-peak
Duty cycle4555%

Reset/Watchdog

The reset circuit primarily involves: the reset selection pin POR_SEL (Pin E6), the reset input pin RST_N_IN (Pin D14), and the watchdog output pin RST_N_OUT (Pin F10). The functions are described in the table below.

PinPin NameFunctionDescription
E6POR_SELReset Source SelectionSelect internal or external reset source during power-on.
  • 1: Internal Power-On Reset.
  • 0: External source reset.
D14RST_N_INReset InputThe chip performs a logical AND operation between RST_N_IN and the internal POR signal, and the output is used to reset the SOC. Consequently, the RST_N_IN pin can assert a reset to the A210 at any time. The duration of the POR reset is configured by the CPU_JTG_TDO pin's pull-up/pull-down setting.
  • Pull-up: 80ms reset.
  • Pull-down: 20ms reset.
When POR_SEL is 0, only external reset is required.
F10RST_N_OUTWatchdog Output

RST_N_OUT signal can be connected to either the PMIC reset input or the PMIC power on/off input via logic circuitry, triggering a power cycle (power down followed by power up) of the PMIC.

Normally outputs a high level. When an internal exception occurs during DVS (Dynamic Voltage Scaling) adjustment or when the internal WDT times out, the RST_N_OUT is pulled low and a full-chip reset occurs. The PMIC needs to restore all power rails to the boot-up voltage levels and then reset the chip.

A210 System Reset Circuit Design

  • If RST_N_OUT is asserted and PMIC power cycling is not required, the following reset circuit is recommended.

    Asserting a low level on Reset Button, PMIC POR, JTG NRST or RST_N_OUT will reset SoC and peripherals. The chip can individually control the peripheral reset via GPIO.

    System_reset_Circuit1

  • If RST_N_OUT is asserted, and PMIC (with dedicated reset input pin) power cycling is required, the following reset circuit and power-up/exception timing sequence are recommended. System_reset_Circuit2

BOOT Mode Configuration

The boot mode of the chip is configured via the BOOT_SEL[2:0] pins.

BOOT_SEL reuse pin

The boot mode settings are shown in the table below. In the table, 1 means 4.7 kΩ pull-up, and 0 means a 1 kΩ pull-down.

BOOT_SEL[2]BOOT_SEL[1]BOOT_SEL[0]BOOT MODE
000USB Fastboot (check CCTboot first, falls back to USB Fastboot after 1-second timeout)
001eMMC, 8 bit default
010QSPI1 NOR Flash Boot, CS0
011QSPI1 NAND Flash Boot,CS0
100Forced CCTBoot
101SD Card Boot, SDIO0
110QSPI0 NOR Flash, CS0
111QSPI0 NAND Flash, CS0

System Initialization Configuration Signals

There are several STRAP signals affect the system's boot configuration. The SoC's internal reset signal is generated by performing a logical AND operation between the RST_IN and the internal POR signals. The state of the STRAP pins is sampled approximately 4 ms after this internal reset signal is released. Therefore, the logic levels on the STRAP pins must remain stable for a window of 10 ms centered around the release of RST_IN.

The signal levels of the STRAP pins can be configured using pull-up or pull-down resistors. A 4.7 kΩ resistor is recommended for pull-up, and a 1 kΩ resistor for pull-down. The pull-up voltage source for all STRAP signals is AVDD18_AON.

TEST_MODE Pin Design

TEST_MODE pin for test mode selection.

TEST_MODE pin

The signal description is as follows.

SignalDescriptionDesign Recommendation
TEST_MODETEST Mode selection pin. 0: Normal mode,1: Test mode.Pull-down. Normal mode by default.

POR_SEL Pin Design

POR_SEL pin for selecting between the internal and external Power-On Reset (POR) sources.

POR_SEL pin

The signal description is as follows.

SignalDescriptionDesign Recommendation
POR_SELPOR selection pin. 0: External POR source. 1: Internal POR source.Reserve a pull-up resistor footprint but leave it unpopulated (DNP). Internal pull-down resistor is integrated. Internal POR is disabled by default.

DEBUG_MODE Pin Design

DEBUG_MODE pin for debug mode selection.

DEBUG_MODE pin

The signal description is as follows.

SignalDescriptionDesign Recommendation
DEBUG_MODEDEBUG Mode selection pin. 0: Normal mode. 1: Debug mode.Pull down to GND. Normal mode by default.

MCM_EN & MCM_CHIP_ID Pin Design

MCM_EN pin indicates whether the chip is a single-die or multi-die configuration.

MCM_EN pin

MCM_CHIP_ID[1:0] pin for CHIP ID identification.

MCM_CHIP_ID pin

The signal description is as follows.

SignalDescriptionDesign Recommendation
MCM_EN

Indicates single-die or multi-die configuration.

The BootROM executes different boot sequences based on this signal level. For single-die designs, pull this signal low. (The D2D (Die-to-Die) function for single-die chips can also be enabled via software configuration.)

Pull down for single-die. Pull up for multi-die.
MCM_CHIP_ID[1:0]Represents the Chip ID in multi-die configurations.Adopt pull-up or pull-down resistors respectively according to the Chip ID requirements.

Note:

In multi-die configurations, the following IO functions are fixed and cannot be modified.

GPIOFixed Function (Non-configurable in Multi-die)
AOGPIO1_0MCM_CHIP_ID0
AOGPIO1_1MCM_TIM_TICK
AOGPIO1_6AO12C2_SCL
AOGPIO1_7AO12C2_SDA
AOGPIO1_9MCM_CHIP_ID1
GPIO0_14OCD_RESP1
GPIO0_15OCD_RESP2
GPIO0_16OCD_RESP3
GPIO0_17OCD_CMD
GPIO1_16OCD_CLK

PCIEX4_TYPE Pin Design

PCIEX4_TYPE pin for PCIE mode selection.

PCIEX4_TYPE pin

The signal description is as follows.

SignalDescriptionDesign Recommendation
PCIEX4_TYPEPCIE TYPE selection. 0: EP. 1: RC.Configure as needed.

CPU_JTG_TDO Pin Design

During power-on, CPU_JTG_TDO pin for internal POR duration selection.

CPU_JTG_TDO pin

The signal description is as follows.

SignalDescriptionDesign Recommendation
CPU_JTG_TDOPOR duration selection. 0:20ms. 1:80ms.Reserve a pull-up resistor footprint but leave it DNP. Internal pull-down resistor is integrated. 20 ms reset duration by default.

JTAG and UART Debug Circuit

CPU core can be accessed via an emulator. It is recommended to reserve a JTAG circuit to facilitate debugging. Refer to the following circuit reference.

JTAG pin

JTAG interface reference

JTAG design recommendation is shown in the figure below.

NO.Recommended DesignRemarks
1E902, C908, and C920 shares a single CPU JTAG debug interface.CPU JTAG IO reside in the AVDD18_AON power domain.
2For TCLK, reserve a 10 kΩ pull-up resistor (DNP by default).
3For TMS, reserve a 10 kΩ pull-up resistor (DNP by default).
4For TDI, reserve a 10 kΩ pull-up resistor (DNP by default).
5For TDO, the chip has an internal pull-down; reserve an external pull-up resistor (DNP by default).
6For TRST, the chip has an internal pull-up; reserve an external 10 kΩ pull-up resistor (DNP by default).
7Used for system reset. Can be connected to the system reset input via a diode.
8JTAG VREF power supply: 1.8V. Reserve a 0 Ω resistor footprint. If leakage occurs, replace it with a Schottky diode or a high-value resistor.
9All JTAG signal connectors need to be placed close to ESD protection devices.

A210 UART debug is mainly divided into the E902 debug port (using AOUART) and the C908/C920 debug port (using UART4).

AOUART pin

UART4 pin

To enhance ESD and surge resistance and prevent damage to pins during development, add TVS diodes to the UART interface. It is recommended to reserve 2.54 mm pitch headers. If space is limited, use test points with a diameter of at least 0.7 mm to facilitate soldering.

UART interface reference

DDR Circuit

DDR Controller Introduction

The DDR Controller interface compliant with JEDEC SDRAM standards. The key features are as follows.

  • Compatibility with LPDDR4/LPDDR4X standards.
  • Up to 2 ranks.
  • Supports 2 channels, each with a 32-bit width.
  • Supports DDR4 3200 Mbps.
  • LPDDR4/4x speed: supports up to 4266Mbps.
  • Supports Error Correction Code (ECC).
  • DDR4 with a maximum capacity of 16GB.
  • LPDDR4/4x with a maximum capacity of 16GB.
  • UDIMM is not supported.

Circuit Design Recommendations

Please notice that the DDR PHY and each DRAM chip's schematic diagrams need to be consistent with the reference design, including decoupling capacitors.

The chip supports DDR4, LPDDR4, and LPDDR4X, each with different I/O signals. Accordingly, please select the signals corresponding to the DRAM type and refer to the respective DRAM reference designs.

Design Constraints.

  • The sequence of DQ and CA signals must be assigned according to the reference design. Trace routing must directly follow our company's Demo. Modifications are not permitted.
  • The DDR PHY ZQ pin must be connected to a 240-ohm (1%) resistor tied to the DVDD06_DDR_VDDQLP power supply.

DDR Chip Peripheral Circuit Design

  • The ZQ pin on the LPDDR4/4x chip must be connected to a-240 ohm (1%) resistor tied to DVDD06_DDR_VDDQLP.
  • The ODT_CA pin on the LPDDR4/4x chip must be connected to a 10 Kohm (5%) resistor tied to DVDD11_DDR_VDDQ.

DDR Topology and Matching Design

  • In dual 32-bit LPDDR4/4x mode, point-to-point topology is adopted for DQ/CA signals.

    LPDDR4 point to point topology

  • In single 32-bit LPDDR4/4x mode, only connect to DDR PHY CH0.

DDR Power Design

A210 DDR PHY power supply requirement summary is as follows.

DDR PHY POWERMin(V)Typ(V)Max(V)
DDR PLL POWERDVDD08_PLL0.720.80.96
AVDD18_PLL1.621.81.98
DDR_PHYDVDD_DDR0.740.80.88
AVDD12_DDR_VDDQ_01.14/1.061.2/1.11.26/1.17
AVDD06_DDR_VDDQLP_00.570.60.65
AVDD18_DDR_VAA_01.671.81.98
AVDD12_DDR_VDDQ_11.14/1.061.2/1.11.26/1.17
AVDD06_DDR_VDDQLP_10.570.60.65
AVDD18_DDR_VAA_11.671.81.98

LPDDR4/4x chip power supply requirement summary is as follows.

DDR Chip POWERLPDDR4LPDDR4x
Core power 1VDD11.81.8
Core power 2VDD21.11.1
IO Buffer PowerVDDQ1.10.6

Note:

All voltage values listed in the tables above represent Typical (Typ) values.

eMMC Circuit

eMMC Controller Introduction

A210 provides one eMMC controller with the following features.

  • Compliant with eMMC 5.0 and 5.1 specifications.
  • Supports 1-bit, 4-bit, and 8bit data bus widths.
  • Supports HS400 mode, and backward compatible with HS200 and DDR52 modes.

The boot mode is configured via BOOT_SEL[2:0], as shown below.

BOOT_SEL[2]BOOT_SEL[1]BOOT_SEL[0]BOOT MODE
001eMMC, 8 bit default

eMMC Circuit Design Recommendations

Please follow the reference schematic for eMMC signal connections, including the decoupling capacitors for each power rail.

eMMC Topology and Matching Design

The external signal connections for eMMC are shown in the figure below.

eMMC connection diagram

The recommended eMMC interface matching design is shown in the table below.

SignalDesign Recommendation
EMMC_CLKPlace a 22 Ω series resistor at the SoC side. Trace length must not exceed 2 inches.
EMMC_CMDDirect connection. Trace length must not exceed 2 inches.
EMMC_DAT0~7Direct connection. Trace length must not exceed 2 inches.
EMMC_DSPlace a 22 Ω series resistor at the eMMC side. Trace length must not exceed 2 inches. If the eMMC device lacks a DS pin, leave the SoC EMMC_DS pin floating (NC).
EMMC_RSTNDirect connection with a 10 kΩ pull-up resistor.

eMMC Power-up Requirements

For eMMC interface, there are AVDD33_EMMC and AVDD18_EMMC power rails. The power requirements are as follows.

eMMC PHY POWERMin (V)Typ (V)Max (V)
COREDVDD08_TOP0.720.80.88
VDDIO33AVDD33_EMMC2.973.33.63
VDDIO18AVDD18_EMMC1.621.81.98

QSPI Flash Circuit

QSPI Flash (Boot Support) Introduction

A210 chip provides two QSPI controllers used for QSPI devices with the following key features.

  • Support for serial NOR Flash and serial Nand Flash.
  • Support for 1-line, 2-line, and 4-line modes.

When QSPI0/1 is connected to Nor Flash or NAND Flash, the boot mode is configured via BOOT_SEL[2:0] as shown in the table below.

BOOT_SEL[2]BOOT_SEL[1]BOOT_SEL[0]BOOT MODE
010QSPI1 NOR Flash Boot, CS0
011QSPI1 NAND Flash Boot,CS0
110QSPI0 NOR Flash, CS0
111QSPI0 NAND Flash, CS0

QSPI Flash Circuit Design Recommendation

Please follow the reference design schematic for FSPI Flash signals connections, including the decoupling capacitors for each power rail.

QSPI Flash Topology and Matching Design

The connection diagram for a single SPI Flash device is shown below (QSPI0 as an example). The configuration for QSPI1 is similar.

QSPI connection diagram

QSPI interface design recommendations are shown in the table below.

SignalDesign Recommendation
QSPI0_SCLKPlace a 22 Ω series resistor at the SoC side. Trace length must not exceed 2 inches.
QSPI0_CSN0

Direct connection. QSPI0_D2_WP, QSPI0_D3_HOLD, and QSPI0_CSN0 require pull-up resistors (typically 4.7 kΩ).

Trace length must not exceed 2 inches.

QSPI0_D0_MOSI
QSPI0_D1_MISO
QSPI0_D2_WP
QSPI0_D3_HOLD
QSPI1_SCLKPlace a 22 Ω series resistor at the SoC side. Trace length must not exceed 2 inches.
QSPI1_CSN0

Direct connection. QSPI1_D2_WP, QSPI1_D3_HOLD, and QSPI1_CSN0 require pull-up resistors (typically 4.7 kΩ).

Trace length must not exceed 2 inches.

QSPI1_D0_MOSI
QSPI1_D1_MISO
QSPI1_D2_WP
QSPI1_D3_HOLD

QSPI Power-up Requirements

The A210 FSPI Flash interface implements a single power supply and has no specific power-up sequencing requirements.

The SPI Flash has only one 1V8 power supply. Ensure level matching between the SoC and the Flash device.

SDIO Interface

SDIO Interface (Boot Support) Introduction

A210 chip provides one SDIO controller used for SDIO device with the following key features.

  • Supports SD3.0/SDIO3.0.
  • Supports SDR12/SDR25/SDR50/SDR104 mode.
  • Support for 1-bit/4-bit data bus widths.
  • Supports voltage switching between 3.3 V and 1.8 V.

When an external SD card is connected, the boot mode is configured via BOOT_SEL[2:0] as shown in the table below.

BOOT_SEL[2]BOOT_SEL[1]BOOT_SEL[0]BOOT MODE
101SD Card Boot, SDIO0

SD Card Circuit Design Recommendations

Please follow the reference design schematic for SDIO signals connections, including the decoupling capacitors for each power rail.

SD Card Topology and Matching Design

When an external SD card is connected, the reference design schematic is as follows.

SDIO reuse pin

SD-Card connection guide

SD-Card power guide

The recommended SD Card interface matching design is shown in the table below.

SignalDesign Recommendation
SDIO0_CLKPlace a 22 Ω series resistor at the SoC side. The resistor should be located within 0.6 inches of the source, and the total trace length must not exceed 4 inches.
SDIO0_CMDTrace length must not exceed 4 inches.
SDIO0_DAT0~3Place a 22 Ω series resistor at the SoC side. The resistor should be located within 1 inch of the source.
SD Card Power EnableSince SD cards lack a dedicated reset signal, a power cycle (power off and on) is required to reset the card. Use a GPIO to control the power supply switching.

Design Considerations for SDIO Wi-Fi Modules

When the SDIO interface connecting to a Wi-Fi module, please strictly refer to the followings.

  • Ensure the I/O voltage levels of the module match the SoC. Use level shifters if the voltages are inconsistent.
  • Select the load capacitors based on the crystal's rated CL value. Ensure the frequency tolerance remains within ±10 ppm at room temperature.
  • Reserve a π-type matching network circuit for antenna tuning and optimization.

GPIO Circuit

All GPIO operates at a voltage of 1.8V. Signals named AOGPIOx_x, whose power domain is AVDD18_AON, are Always-On (AON) GPIOs and can be used as wake-up interfaces.

Power Supply Design

A210 Power Supply Introduction

A210 Power Supply Requirements

ModulePinPower Description
TOPDVDD08_TOPTOP digital logic supply for TOP, covers: VI, VO, USB, PCIe, PERI 1/2/3, ADC, and VT sensor.
AVDD18_TOPPeri 1/2 PAD, ADC, and VT sensor.
C902DVDD08_AONAON digital logic supply, covers: POR and RC.
AVDD18_AONAON PAD, POR, RC.
CPUDVDD_CPUDigital logic supply for CPU_SS/C908.
DVDM_CPUMEM supply for CPU_SS/C908.
DVDD_CPU_PDigital logic supply for C920.
GPUDVDD_GPUDigital logic supply for GPU_SS.
NPUDVDD_NPUTop-level digital logic supply for NPU_SS.
DVDD_NPU_VIPComputing core digital supply for NPU_SS, covers: SLICE A/B/C and PPP.
PLLDVDD08_PLLDigital logic supply for all PLLs.
AVDD18_PLLAnalog circuit supply for all PLLs.
VPDVDD_VPDigital logic supply for VP_SS, covers: VENC, VDEC and G2D.
DDRDVDD08_DDRDigital logic supply for DDR_SS, covers: DDR CTRL and SLC.
DDR_PHYAVDD12_DDR_VDDQ_0DDR PHY IO supply.
AVDD12_DDR_VDDQ_1
AVDD06_DDR_VDDQLP_0DDR PHY IO supply.
AVDD06_DDR_VDDQLP_1
AVDD18_DDR_VAA_0DDR PHY PLL supply.
AVDD18_DDR_VAA_1
MIPI_PHYAVDD08_MIPI0.8V analog circuit supply for MIPI CSIO/1/2/3, MIPI DSI, and HDMI PHY.
AVDD18_MIPI1.8V analog circuit supply for MIPI CSIO/1/2/3, MIPI DSI, and HDMI PHY.
USB2_PHYDVDD08_USB20.8V digital logic supply for USB2.0 0/1/2.
AVDD33_USB23.3V analog circuit supply for USB2.0 0/1/2.
AVDD18_USB21.8V analog circuit supply for USB2.0 0/1/2.
USB31_PHYAVDD08_USB30.8V analog circuit supply for USB3.1.
AVDD18_USB31.8V analog circuit supply for USB3.1.
PCIE_PHYAVDD08_PCIE30.8V analog circuit supply for PCIe0/1.
AVDD18_PCIE31.8V analog circuit supply for PCIe0/1.
EMMC_PHYAVDD33_EMMC3.3V analog circuit supply for eMMC/SD.
AVDD18_EMMC1.8V analog circuit supply for eMMC/SD.
EFUSE_QPSAVDD18_EFUSEFlashing supply for EFUSE.
D2D_PHYDVDD08_D2DD2D digital logic supply.
AVDD18_D2D1.8V analog circuit supply for eMMC/SD.
AVDD08_D2D0.8V analog circuit supply for eMMC/SD.
VSSVSSDigital ground (GND).
AVSS_PLLAVSS_PLLPLL ground (GND).

Note: If Die-to-Die (D2D) applications are not used, the D2D_PHY power pins can be connected to GND.

A210 Power Up/Down Timing Requirements

Power UpPower DownPower Pin
113AVDD18_AON
212DVDD08_AON
311AVDD18_TOP
410DVDD08_PLL
410DVDD08_TOP
410AVDD08_USB3
410AVDD08_PCIE3
410DVDD08_USB2
59AVDD18_EMMC
59AVDD18_USB2
68AVDD33_EMMC
68AVDD33_USB2
77DVDD08_DDR
86DVDD11_DDR_VDDQ
95DVDD06_DDR_VDDQLP
104DVDD18_DDR_VAA
113DVDD_CPU
122DVDDM_CPU
131POR release

Note:

  • Please ensure that DVDD08_PLL, DVDD08_TOP, AVDD08_USB3, AVDD08_PCIE3 and DVDD08_USB2 maintains power-up/down simultaneously. (These power rails can be merged.)
  • The minimum system has strict power sequencing requirements. Theoretically, there are no specific timing constraints between different analog PHY modules. After the last voltage has stabilized, the POR must be held for at least 10ms before release.

The recommended typical power-up/down sequence for each module is as follows:

  • DDR_PHY

    Although the DDR PHY has no inherent timing requirements, most designs share power rails between the PHY and the DDR devices. In such cases, the design must follow the power-up and power-down sequences specified for the DRAM devices.

    Related TimingSOC_DDR Power PinDDR Chip Power Pin
    1AVDD18_DDR_VAAVDD1
    2AVDD12_DDR_VDDQ0/1VDD2
    3AVDD06_DDR_VDDQLP0/1VDDQ
  • CPU

    The power-up sequence for the CPU is as follows. The power-down sequence follows the reverse order.

    Related TimingSOC_CPU Power Pin
    1DVDD_CPU
    2DVDM_CPU
    3DVDD_CPU_P
  • MIPI_PHY

    The power-up sequence for the MIPI_PHY is as follows. The power-down sequence follows the reverse order.

    Related TimingSOC_MIPI Power Pin
    1AVDD08_MIPI
    2AVDD18_MIPI
  • PCIE_PHY

    The power-up sequence for the PCIE_PHY is as follows. The power-down sequence follows the reverse order.

    Related TimingSOC_PCIE Power Pin
    1AVDD08_PCIE3
    2AVDD18_PCIE3
  • USB2_PHY

    The power-up sequence for the USB2_PHY is as follows. The power-down sequence follows the reverse order.

    Related TimingSOC_USB2 Power Pin
    1DVDD08_USB2
    2AVDD18_USB2
    3AVDD33_USB2
  • EMMC_PHY

    The power-up sequence for the EMMC_PHY is as follows. The power-down sequence follows the reverse order.

    Related TimingSOC_PCIE Power Pin
    1AVDD08_PCIE3
    2AVDD18_PCIE3

Note:

Modules not explicitly listed do not have specific timing requirements. However, all modules must generally comply with the power-up and power-down sequences of the minimum system.

Power Design Recommendations

Power-On and Standby Circuitry Solutions

For the first power-on, the power requirements for each module are as follows.

ModulePinsFirst Power-On Supply Requirements
TOPDVDD08_TOPMust be powered
AVDD18_TOPMust be powered
AONDVDD08_AONMust be powered
AVDD18_AONMust be powered
CPUDVDD_CPUMust be powered
DVDM_CPUMust be powered
DVDD_CPU_PNot required to be powered
GPUDVDD_GPUNot required to be powered
NPUDVDD_NPUNot required to be powered
DVDD_NPU_VIPNot required to be powered
PLLDVDD08_PLLMust be powered
AVDD18_PLLMust be powered
VPDVDD_VPNot required to be powered
DDRDVDD08_DDRMust be powered
DDR_PHYAVDD12_DDR_VDDQ_0Not required to be powered
AVDD12_DDR_VDDQ_1Not required to be powered
AVDD06_DDR_VDDQLP_0Not required to be powered
AVDD06_DDR_VDDQLP_1Not required to be powered
AVDD18_DDR_VAA_0Not required to be powered
AVDD18_DDR_VAA_1Not required to be powered
MIPI_PHYAVDD08_MIPINot required to be powered
AVDD18_MIPINot required to be powered
USB2_PHYDVDD08_USB2Must be powered
AVDD33_USB2Must be powered
AVDD18_USB2Must be powered
USB31_PHYAVDD08_USB3Must be powered
AVDD18_USB3Not required to be powered
PCIE_PHYAVDD08_PCIE3Must be powered
AVDD18_PCIE3Not required to be powered
EMMC_PHYAVDD33_EMMCMust be powered
AVDD18_EMMCMust be powered
EFUSE_QPSAVDD18_EFUSENot required to be powered
D2D_PHYDVDD08_D2DNot required to be powered
AVDD18_D2DNot required to be powered
AVDD08_D2DNot required to be powered
VSSVSSMust be powered
AVSS_PLLAVSS_PLLMust be powered

The chip supports the low-power standby solution. When entering the standby mode, the following table shows the power supply and power-off conditions.

ModulePinsDeepsleepStandby
TOPDVDD08_TOPNot required to be poweredNeed to be powered
AVDD18_TOPNot required to be poweredNeed to be powered
AONDVDD08_AONNeed to be poweredNeed to be powered
AVDD18_AONNeed to be poweredNeed to be powered
CPUDVDD_CPUNot required to be poweredNeed to be powered
DVDM_CPUNot required to be poweredNeed to be powered
DVDD_CPU_PNot required to be poweredNot required to be powered
GPUDVDD_GPUNot required to be poweredNot required to be powered
NPUDVDD_NPUNot required to be poweredNot required to be powered
DVDD_NPU_VIPNot required to be poweredNot required to be powered
PLLDVDD08_PLLNot required to be poweredNeed to be powered
AVDD18_PLLNot required to be poweredNeed to be powered
VPDVDD_VPNot required to be poweredNot required to be powered
DDRDVDD08_DDRNot required to be poweredNeed to be powered
DDR_PHYAVDD12_DDR_VDDQ_0Need to be poweredNeed to be powered
AVDD12_DDR_VDDQ_1Need to be poweredNeed to be powered
AVDD06_DDR_VDDQLP_0Not required to be poweredNeed to be powered
AVDD06_DDR_VDDQLP_1Not required to be poweredNeed to be powered
AVDD18_DDR_VAA_0Not required to be poweredNeed to be powered
AVDD18_DDR_VAA_1Not required to be poweredNeed to be powered
MIPI_PHYAVDD08_MIPINot required to be poweredNot required to be powered
AVDD18_MIPINot required to be poweredNot required to be powered
USB2_PHYDVDD08_USB2Not required to be poweredNeed to be powered
AVDD33_USB2Not required to be poweredNeed to be powered
AVDD18_USB2Not required to be poweredNeed to be powered
USB31_PHYAVDD08_USB3Not required to be poweredNeed to be powered
AVDD18_USB3Not required to be poweredNeed to be powered
PCIE_PHYAVDD08_PCIE3Not required to be poweredNeed to be powered
AVDD18_PCIE3Not required to be poweredNeed to be powered
EMMC_PHYAVDD33_EMMCNot required to be poweredNot required to be powered
AVDD18_EMMCNot required to be poweredNot required to be powered
EFUSE_QPSAVDD18_EFUSENot required to be poweredNot required to be powered
D2D_PHYDVDD08_D2DNot required to be poweredNot required to be powered
AVDD18_D2DNot required to be poweredNot required to be powered
AVDD08_D2DNot required to be poweredNot required to be powered
VSSVSSNeed to be poweredNeed to be powered
AVSS_PLLAVSS_PLLNeed to be poweredNeed to be powered

Note:

In Deepsleep mode, wake-up is only supported via AON_GPIO and AON RTC. In Standby mode, the system additionally supports wake-up from USB, PCIe, and standard GPIOs (those other than AON_GPIO).

TOP Power

A210 chip's TOP power includes two parts: DVDD08_TOP and AVDD18_TOP.

The details of A210 USB2 power are as follows.

PowerDeepsleepVboot(V)Peak Current(mA)
DVDD08_TOPNot required to be powered0.82151.75
AVDD18_TOPNot required to be powered1.8400
  • AVDD18_TOP provides power to ADC, an LDO for power supply is recommended.

  • In the reference design schematic, DVDD08_TOP is combined with DVDD08_USB2, DVDD08_PLL, AVDD08_USB3, AVDD08_MIPI and AVDD08_PCIE. For DVDD08_TOP, refer to the decoupling capacitor diagram below (representing the total count after board-level power rail combining).

    DVDD08_TOP decoupling capacitor diagram

  • Place one 1uF and three 0.1uF capacitors close to the AVDD18_TOP pins. For DVDD18_TOP, refer to the decoupling capacitor diagram below.

    DVDD08_TOP decoupling capacitor diagram

    Note:

    Since DVDD08_TOP is combined with multiple power supply in the reference design, therein 1 uF capacitors are allocated to the other combined power rails. However, the total count remains unchanged.

PLL Power

A210 chip's PLL power includes two parts: DVDD08_PLL and AVDD18_PLL. The details of A210 PLL power are as follows.

PowerDeepsleepVboot(V)Peak Current(mA)
DVDD08_PLLNot required to be powered0.814.25
AVDD18_PLLNot required to be powered1.890.27
  • An LDO for AVDD18_PLL power supply is recommended.
  • DVDD08_PLL has simultaneous power-up/down requirements. In the reference design schematic, DVDD08_PLL is combined with DVDD08_TOP, DVDD08_USB2, AVDD08_USB3, AVDD08_MIPI and AVDD08_PCIE power supply. Place one 1uF capacitor close to the DVDD08_PLL pins.
  • Place two 0.1uF capacitors close to the AVDD18_PLL pins.

USB2 Power

A210 chip's USB2 power includes three parts: DVDD08_USB2, AVDD18_USB2 and AVDD33_USB2. The details of A210 USB2 power are as follows.

PowerDeepsleepVboot(V)Peak Current(mA)
DVDD08_USB2Not required to be powered0.836.53
AVDD18_USB2Not required to be powered1.858.68
AVDD33_USB2Not required to be powered3.310.53
  • LDOs for AVDD18_USB2 and AVDD33_USB2 power supply are recommended.

  • DVDD08_USB2 has simultaneous power-up/down requirements. In the reference design schematic, DVDD08_USB2 is combined with DVDD08_TOP, DVDD08_PLL, AVDD08_USB3, AVDD08_MIPI and AVDD08_PCIE power supply. Place one 1uF capacitor close to the DVDD08_USB2 pins.

  • In the reference design schematic, AVDD18_USB2 is combined with AVDD18_EMMC power supply. Place one 1uF capacitor close to the AVDD18_USB2 pins. For AVDD18_USB2, refer to the decoupling capacitor diagram below.

    AVDD18_USB2 decoupling capacitor diagram

  • Place one 1uF and one 0.1 uF capacitors close to the AVDD33_USB2 pins. For AVDD33_USB2, refer to the decoupling capacitor diagram below.

    AVDD33_USB2n decoupling capacitor diagram

USB3 Power

A210 chip's USB3 power includes two parts: AVDD08_USB3 and AVDD18USB3.

PowerDeepsleepVboot(V)Peak Current(mA)
AVDD08_USB3Not required to be powered0.8119.4
AVDD18_USB3Not required to be powered1.830.38
  • An LDO for AVDD18_USB3 power supply is recommended.
  • In the reference design schematic, AVDD08_USB3 is combined with DVDD08_TOP, DVDD08_USB2, DVDD08_PLL, AVDD08_MIPI and AVDD08_PCIE power supply. Place one 1uF capacitor close to the AVDD08_USB3 pins.
  • In the reference design schematic, AVDD18_USB3 is combined with AVDD18_MIPI, AVDD18_EFUSE and AVDD18_PCIE power supply. Place one 1uF capacitor and one 0.1uF capacitor close to the AVDD18_USB3 pins.

EMMC Power

A210 chip's EMMC power includes two parts: AVDD18_EMMC and AVDD33_EMMC.

PowerDeepsleepVboot(V)Peak Current(mA)
AVDD18_EMMCNot required to be powered1.8323.4
AVDD33_EMMCNot required to be powered3.320.83
  • LDOs for AVDD18_EMMC and AVDD33_EMMC power supply are recommended.

  • In the reference design schematic, AVDD18_EMMC is combined with AVDD18_USB2 power supply. Place two 1uF capacitors and one 0.1uF capacitor close to the AVDD18_EMMC pins. For AVDD18_EMMC, refer to the decoupling capacitor diagram below.

    AVDD18_EMMC decoupling capacitor diagram

  • Place one 1uF capacitor and two 0.1uF capacitors close to the AVDD33_EMMC pins. For AVDD33_EMMC, refer to the decoupling capacitor diagram below.

    AVDD33_EMMC  decoupling capacitor diagram

AON Power

A210 chip's USB3 power includes two parts: AVDD18_AON and DVDD08_AON.

PowerDeepsleepVboot(V)Peak Current(mA)
DVDD08_AONNeed to be powered0.8100
AVDD18_AONNeed to be powered1.850
  • An LDO for AVDD18_AON power supply is recommended.

  • Place one 1uF capacitor and two 0.1uF capacitors close to the AVDD18_AON pins. For AVDD18_AON, refer to the decoupling capacitor diagram below.

    AVDD18_AON decoupling capacitor diagram

  • Place one 1uF capacitor and two 0.1uF capacitors close to the DVDD08_AON pins. For DVDD08_AON, refer to the decoupling capacitor diagram below.

    DVDD08_AON decoupling capacitor diagram

MIPI Power

A210 chip's MIPI power includes two parts: AVDD08_MIPI and AVDD18_MIPI.

PowerDeepsleepVboot(V)Peak Current(mA)
AVDD08_MIPINot required to be powered0.8144.3
AVDD18_MIPINot required to be powered1.843.86
  • An LDO for AVDD18_MIPI power supply is recommended.

  • In the reference design schematic, AVDD08_MIPI is combined with DVDD08_USB2, DVDD08_PLL, AVDD08_USB3, DVDD08_TOP and AVDD08_PCIE power supply. Place one 1uF capacitor and two 0.1uF capacitors close to the AVDD08_MIPI pins. For AVDD08_MIPI, refer to the decoupling capacitor diagram below.

    AVDD08_MIPI decoupling capacitor diagram

  • In the reference design schematic, AVDD18_MIPI is combined with AVDD18_USB3, AVDD18_EFUSE and AVDD18_PCIE power supply. Place one 1uF capacitor and one 0.1uF capacitor close to the AVDD18_MIPI pins.

PCIE Power

A210 chip's PCIE power includes two parts: AVDD08_PCIE and AVDD18_PCIE.

PowerDeepsleepVboot(V)Peak Current(mA)
AVDD08_PCIENot required to be powered0.8348.26
AVDD18_PCIENot required to be powered1.8165
  • An LDO for AVDD18_PCIE power supply is recommended.

  • In the reference design schematic, AVDD08_PCIE is combined with DVDD08_USB2, DVDD08_PLL, AVDD08_USB3, DVDD08_TO and AVDD08_MIPI power supply. Place one 10uF capacitor, one 1uF capacitor and two 0.1uF capacitors close to the AVDD08_PCIE pins. For AVDD08_PCIE, refer to the decoupling capacitor diagram below.

    AVDD08_PCIE decoupling capacitor diagram

  • In the reference design schematic, AVDD18_PCIE is combined with AVDD18_USB3, AVDD18_EFUSE and AVDD18_MIPI power supply. Place one 1uF capacitor and one 0.1uF capacitor close to the AVDD18_PCIE pins.

EFUSE Power

A210 chip's EFUSE power is AVDD18_EFUSE.

PowerDeepsleepVboot(V)Peak Current(mA)
AVDD18_EFUSENot required to be powered1.86
  • An LDO for AVDD18_EFUSE power supply is recommended.
  • In the reference design schematic, AVDD18_EFUSE is combined with AVDD18_USB3, AVDD18_PCIE and AVDD18_MIPI power supply. Place one 1uF capacitor and one 0.1uF capacitor close to the AVDD18_EFUSE pins.

D2D Power

A210 chip's D2D power includes three parts: AVDD08_D2D, DVDD08_D2D and AVDD18_D2D.

For single-chip applications, D2D power supply can be connected to GND.

DDR Power

A210 chip's DDR power includes four parts: DVDD08_DDR, DVDD18_DDR_VAA, DVDD11_DDR_VDDQ and DVDD06_DDR_VDDQLP.

DVDD08_DDR provides power supply for the SLC (System Level Cache).

DVDD18_DDR_VAA, DVDD11_DDR_VDDQ, and DVDD06_DDR_VDDQLP provide combined power supply for both the SoC DDR controller and the DDR chips. For the details on DDR chip side, refer to the DDR Circuit.

PowerDeepsleepVboot(V)Peak Current(mA)
DVDD08_DDRNot required to be powered0.82193
DVDD18_DDR_VAANot required to be powered1.8300
DVDD11_DDR_VDDQNeed to be powered1.12017.28
DVDD06_DDR_VDDQLPNot required to be powered0.61250
  • Place fourteen 1uF capacitor and two 22uF capacitors close to the DVDD08_DDR pins. For DVDD08_DDR, refer to the decoupling capacitor diagram below.

    DVDD08_DDR decoupling capacitor diagram

  • Place two 1uF capacitor and two 0.1uF capacitors close to the DVDD18_DDR_VAA pins. Since the combined power supply for both the SoC DDR controller and the DDR chips, please refer to the DDR Circuit to obtain the details on DDR chip side.

  • Place eight 0.1uF capacitors, four 1uF capacitors and two 10uF capacitors close to the DVDD11_DDR_VDDQ pins. It is recommended to distribute these capacitors evenly across the pins of the two DDR channels. For DVDD11_DDR_VDDQ, refer to the decoupling capacitor diagram below.

    DVDD11_DDR_VDDQ decoupling capacitor diagram

  • Place two 0.1uF capacitors and one 1uF capacitor close to the DVDD06_DDR_VDDQLP pins. For DVDD06_DDR_VDDQLP, refer to the decoupling capacitor diagram below.

    DVDD06_DDR_VDDQLP decoupling capacitor diagram

VP Power

A210 chip's VP power is DVDD_VP.

PowerDeepsleepVboot(V)Supported Voltages(V)Peak Current(mA)
DVDD_VPNot required to be powered0.80.75/0.8/0.91500
  • Supports DVFS.

  • Place five 1uF capacitors and one 10uF capacitor close to the DVDD_VP pins. For DVDD_VP, refer to the decoupling capacitor diagram below.

    DVDD_VP decoupling capacitor diagram

GPU Power

A210 chip's GPU power is DVDD_GPU.

PowerDeepsleepVboot(V)Supported Voltages(V)Peak Current(mA)
DVDD_GPUNot required to be powered0.80.75/0.81419
  • Supports DVFS.

  • Place seven 1uF capacitors close to the DVDD_GPU pins. For DVDD_GPU, refer to the decoupling capacitor diagram below.

    DVDD_GPU decoupling capacitor diagram

CPU Power

A210 chip's CPU power includes three parts: DVDDM_CPU, DVDD_CPU and DVDD_CPU_P.

PowerDeepsleepVboot(V)Supported Voltages(V)Peak Current(mA)
DVDDM_CPUNot required to be powered0.80.55~1300
DVDD_CPUNot required to be powered0.80.55~13522.68
DVDD_CPU_PNot required to be powered0.80.8~15547.9
  • DVDDM_CPU and DVDD_CPU_DVDD_CPU_P support DVFS.

    DVFS Constraints: When DVDD_CPU is at 0.55 V, DVDD_CPU_P must not exceed 0.9 V. When DVDD_CPU_P is at 1.0 V, DVDD_CPU must not drop below 0.7 V.

  • Place three 1uF capacitors close to the DVDDM_CPU pins. For DVDDM_CPU, refer to the decoupling capacitor diagram below.

    DVDDM_CPU decoupling capacitor diagram

  • Place five 1uF capacitors and one 10uF capacitor close to the DVDD_CPU pins. For DVDD_CPU, refer to the decoupling capacitor diagram below.

    DVDD_CPU decoupling capacitor diagram

  • Place ten 1uF capacitors, one 10uF capacitor and one 22uF capacitor close to the DVDD_CPU_P pins. For DVDD_CPU_P, refer to the decoupling capacitor diagram below.

    DVDD_CPU_P decoupling capacitor diagram

NPU Power

A210 chip's NPU power includes two parts: DVDD_NPU and DVDD_NPU_VIP.

PowerDeepsleepVboot(V)Supported Voltages(V)Peak Current(mA)
DVDD_NPUNot required to be powered0.80.75/0.8/0.92258.4
DVDD_NPU_VIPNot required to be powered0.80.75/0.8/0.913768.8
  • DVDD_NPU and DVDD_NPU_VI supports DVFS. These two power supply are combined in the reference design schematic.

  • Place six 1uF capacitors, one 10uF capacitor and one 22uF capacitor close to the DVDD_NPU pins. For DVDD_NPU, refer to the decoupling capacitor diagram below.

    DVDD_NPU decoupling capacitor diagram

  • Place ten 1uF capacitors, one 10uF capacitor, one 100uF capacitor and one 220uF capacitor close to the DVDD_NPU_VIP pins. For DVDD_NPU_VIP, refer to the decoupling capacitor diagram below.

    DVDD_NPU_VIP decoupling capacitor diagram

ZH70809G&ZH70300 Scheme Introduction

ZH70809G&ZH70300 Features

ZH70809G specifications are as follows.

Package SizeInput VoltageStandby CurrentTypeChannelOutput Voltage RangeVoltage Regulation STEPVoltage Accuracy (Static)Transient Response (Dynamic)Max Load Current (mA)Communication
4.21mm×4.21mm2.5V-5.5V20uABuckBUCK11.2-3.5625 V37.5 mV

PWM Mode:±1%

Normal Mode:±1.5%

ECO Mode:±3%

VOUT:1.8V

0.5A/uS

VPP:100mV

1500I2C
BUCK21.7125-3.3 V12.5mV

PWM Mode:±1%

Normal Mode:±1.5%

ECO Mode:±3%

VOUT:2.5V

0.5A/uS

VPP:100mV

2000
BUCK30.7125-1.5V12.5 mV

PWM Mode:±1%

Normal Mode:±1.5%

ECO Mode:±3%

VOUT:1.1V

0.5A/uS

VPP:60mV

4000
BUCK40.3-1.0875V12.5mV

PWM Mode:±1%

Normal Mode:±1.5%

ECO Mode:±3%

VOUT:0.6V

0.5A/uS

VPP:60mV

1500
BUCK5/60.6-2.1875V12.5mV

PWM Mode:±1%

Normal Mode:±2%

ECO Mode:±3%

VOUT:1V

1A/uS

VPP:40/50mV

3000/4000
BUCK70.6-2.1875V12.5mV

PWM Mode:±1%

Normal Mode:±2%

ECO Mode:±3%

VOUT:0.9V

0.5A/uS

VPP:100mV

1000
BUCK80.6-2.1875V12.5mV

PWM Mode:±1%

Normal Mode:±2%

ECO Mode:±3%

VOUT:1.2V

0.5A/uS

VPP:100mV

1500
LDOLDO1/2/5/7/101.2-3.3V/±2%VPP:100mV400
LDO40.6-3.3V/±2%VPP:100mV400
LDO30.6~1.15V/±2%VPP:100mV400
LDO8/90.75-1.8V/±2%VPP:100mV300
  • Supports programmable power-on sequencing.

  • 6 additional GPIOs controllable via the I2C interface.

ZH70300 specifications are as follows.

Package SizeInput VoltageStandby CurrentTypeChannelOutput Voltage RangeVoltage Regulation STEPVoltage Accuracy (Static)Transient Response (Dynamic)Max Load Current (mA)
2.66mm*3.84mm2.5V-5.5V6uABuckBUCK1&BUCK20.3~1.85V5mV&10mV±1.25%12000
BUCK30.45-2V5mV&10mV±1.25%6000
BUCK40.45-2V5mV&10mV±1.25%6000

ZH70809G Considerations

  • ZH70809G VIO(PIN F5): Provides power to the internal digital logic. In the reference design schematic, VIO is powered by the ZH70809G’s LDO4 (1.8V). Notice that the high/low logic levels of the GPIO outputs are independent of the VIO voltage level.

  • ZH70809G RSTO(PIN C5): Outputs the reset signal to the SOC. Requires an external pull-up resistor to VIO. This signal will be driven High with a 40ms delay after all power rails have stabilized.

  • ZH70809G RSTI(PIN D6): The Reset Input for the ZH70809G. When this pin is triggered, all power rails will revert to their default voltage values, and RSTO will be output again. Notice that power rails configured as "Always-On" by default will not undergo a power cycle (they will not power on and off again).

  • KZH70809G EYPRESS(PIN E8), EN(PIN C7), VBUS(PIN J5): These pins manage the ZH70809G power-on sequence. There are two mutually exclusive power-on/off schemes (refer to the diagram below):

    • Manual Power-on/off Scheme: The system powers on after KEYPRESS is held Low for 4ms. Before powering off, KEYPRESS must be held Low for at least 1s (configurable up to 10s).
    • Auto Power-on/off Scheme: When the A210's exception output pulls the EN pin Low, the system powers off and then automatically restarts after a 128ms delay.

    ZH70809G power-on/off scheme diagram

  • ZH70809G SDA(PIN E4) SCL(PIN F4): I2C communication pins, must be pulled up to VIO.

  • For all other power input and output pins, please do not change the FB/SW trace, the input/output capacitor quantity and the inductor values at will. Refer to the schematic below.

    ZH70809G schematic diagram

ZH70300 Considerations

  • ZH70300 EN(PIN 1D): The power-on signal for the ZH70300, controlled by a ZH70809G GPIO.

  • ZH70300 SDA(PIN 2D) SCL(PIN 1C): I2C communication pins, must be pulled up to VIO.

  • ZH70809G VIO(PIN 3F): Provides power to the internal digital logic for the ZH70300. In the reference design schematic, VIO is powered by the ZH70809G's LDO4 (1.8V).

  • For all other power input and output pins, please follow these guidelines and refer to the schematic below.

    • FB must use pseudo-differential routing. The reference design supports both local and remote sensing (Kelvin sensing).
    • SW races must be kept short and wide.
    • please do not change the input/output capacitor quantity and the inductor values at will.

    ZH70300 schematic diagram

A210 PMIC Power Supply Scheme

A210+ZH70809G+ZH70300+Independent BUCK POWER TREE

POWER TREE is as follows.

POWER TREE

ZH70809G Power-On Sequence

The power-on sequence inside ZH70809G is fixed and cannot be replaced with other models. All EX-BUCK are all controlled by ZH70209GPIO。

A210+ZH70809G power-on sequence table is as follows.

Power NamePMIC ChannelSupply Limit(mA)Time SlotDefault VoltageDefault ON/OFF
P3V3SY70209-BUCK2200003.3ON
P2V7EX-BUCK200002.7ON
AVDD18_AONSY70209-LDO440011.8ON
DVDD08_AONSY70209-LDO340020.8ON
AVDD18_TOPSY70209-LDO830031.8ON
AVDD18_PERI1
AVDD18_PERI2
AVDD18_PLLSY70209-LDO930041.8ON
DVDD08_TOPSY70209-BUCK3400050.8ON
DVDD08_USB2
DVDD08_PLL
AVDD08_USB31
AVDD08_MIPI
AVDD08_PCIE
AVDD18_EMMCSY70209-LDO540061.8ON
AVDD18_USB2
AVDD18_EMMC_PERISY70209-LDO740071.8ON
AVDD18_FLASH_PERI
AVDD33_EMMCSY70209-LDO140083.3ON
AVDD33_USB2SY70209-LDO240093.3ON
DVDD08_DDRSY70209-BUCK53000100.8ON
DVDD11_DDR_VDDQEX-BUCK4000111.1ON
DVDD06_DDR_VDDQLPSY70209-BUCK41500120.6ON
DVDD18_DDR_VAASY70209-BUCK11500131.8ON
DVDD_CPUSY70209-BUCK64000140.8ON
DVDDM_CPUSY70209-BUCK71000150.8ON
AVDD18_EFUSESY70209-LDO10400161.8ON
AVDD18_PCIE3
AVDD18_USB3
AVDD18_MIPI

Power consumption

The following data represents the peak currents of each core module during operation, provided for evaluating power schemes and PCB layout.

Caution:

The peak currents of individual modules cannot simply be summed up as the SoC's peak current. To assess thermal solutions, evaluate the average current consumption based on actual operating scenarios.

Power NameVoltage(V)Current(mA)
P3V33.31500
P2V72.71500
AVDD18_AON1.850
DVDD08_AON0.8100
AVDD18_TOP1.8300
AVDD18_PERI1
AVDD18_PERI2
AVDD18_PLL1.890.27
DVDD08_TOP0.83244.84
DVDD08_USB2
DVDD08_PLL
AVDD08_USB31
AVDD08_MIPI
AVDD08_PCIE
AVDD18_EMMC1.8381.98
AVDD18_USB2
AVDD18_EMMC_PERI1.8300
AVDD18_FLASH_PERI
AVDD33_EMMC3.331.36
AVDD33_USB23.310.53
DVDD08_DDR0.82193
DVDD_CPU13522.68
DVDDM_CPU1300
AVDD18_MIPI1.8281.24
AVDD18_USB31
AVDD18_EFUSE
AVDD18_PCIE
AVDD18_D2D
DVDD_NPU12258.4
DVDD_NPU_VIP113768.8
DVDD_VP11500
DVDD_GPU11419
DVDD_CPU_P15547.9
DVDD08_D2D0.82796.63
AVDD08_D2D
AVDD18_DDR_VAA1.8167.94
AVDD18_DDR_VDD1
DVDD12_DDR_VDDQ1.12017.28
DVDD12_DDR_VDD2
DVDD06_DDR_VDDQLP0.61250
DVDD06_DDR_VDDQ

Functional Interface Design Guidelines

ADC Circuit

Overview

A210 integrates a 10-bit (configurable to 6-/8-10-bit) SAR ADC controller with a maximum sample rate of 2.5MSPS and an input voltage range of 0 to 1.8V. The specific pin assignments for the ADC are shown in the figure below.

ADC pin

  • Provides 4 channels (CH0 to CH3) of ADC input.
  • ADC_DISLVL is the ADC control signal. In normal operation mode, the signal must be pulled down. Pull this signal up to avoid current consumption on analog power domain when entering Deepsleep mode or during the phase that AVDD18 is active but DVDD08_TOP has not yet stabilized.

Considerations

  • The decoupling capacitor for ADC power supply must not be reduced. During layout, it should be placed close to the A210 pins.
  • ADC_VIN_CH[3:0] are in use, and a 1nF capacitor must be added near the pins for debouncing.

USB2.0/USB3.1 Circuit

The A210 chip has one built-in USB3.1 controller and two built-in USB2.0 controllers.

The internal multiplexing diagram of the controller and PHY is as follows.

USB PHY internal multiplexing diagram

USB2.0 Circuit

Overview

The A210 supports dual USB 2.0 interfaces. The detailed signals

The USB2_0 signals are listed within the red box in the figure below.

USB2_0 pin

The A210 supports flashing via USB2_0, which can be figured in BOOT_SEL[2:0]. The detailed configuration is as shown in the table below.

BOOT_SEL[2]BOOT_SEL[1]BOOT_SEL[0]BOOT MODE
000USB Fastboot (Detect CCTboot first. Auto enter USB Fastboot if a 1-second timeout occurs)

The USB2_1 signals are listed within the red box in the figure below.

USB2_1 pin

The two USB2.0 interface can be connected to USB connectors. The connection diagram is shown below.

USB2.0 connection diagram

Features

  • Both two USB2.0 interfaces support OTG. There are three modes can be configured.

    • OTG Mode: The system switches between Device and Host modes by identifying the state of the USB2_x_ID pin. Pull up to switch to the Device Mode. Pull down to switch to the Host Mode.

    • Device Mode: The USB2_x_ID pin is not required. The system only monitors the USB2_x_VBUS pin. When it is High, the DP line is pulled up to initiate enumeration.

    • HOST Mode: Neither the ID nor the VBUS status is required for operation in this mode.

      Caution: The USB2_x_ID pin operates in the 1.8V power supply domain. USB2_x_VBUS operates in the 3.3V power supply domain.

      VBUS circuit is as shown in the diagram below.

    USB2_x_VBUS design

  • Supports wake-up function.

  • To maintain high USB performance, the decoupling capacitor for PHY power supplies must not be reduced. During layout, they should be placed close to the pins.

  • ESD and surge resistance enhancement

    • ESD devices must be reserved on all signals, and the parasitic capacitance of ESD for USB2.0 signals should not exceed 3pF.

      Additionally, DP/DM for USB2.0 signals should be connected with a 2.2ohm resistor, as shown in the diagram below.

      USB2.0signals connected with 2.2 resistor

    • If USB2_x_ID is used, both ESD devices and a series resistor must be reserved on signals. USB2_x_ID pin circuit is as shown in the diagram below.

    USB2_x_ID pin circuit

  • To suppress electromagnetic radiation, consider reserving common mode chokes (common mode choke) on signal lines. Depending on the actual situation, resistors or common mode chokes can be used during debugging. The USB2.0 signal series connect to 2.2ohm resistor is shown in the diagram below.

    USB2.0 common mode choke

Recommendations

The following table shows the recommended matching design for USB2.0 ports.

SignalConnection MethodDescription
USB2_0PSerial connection with 2.2ohm resistorUSB2_0 USB signal, data input/output
USB2_0MSerial connection with 2.2ohm resistor
USB2_0_IDUSB OTG ID detection with a power supply domain of 1.8
USB2_0_VBUSVoltage divider detectionUSB OTG insertion detection
USB2_1PSerial connection with 2.2ohm resistorUSB2_1 USB signal, data input/output
USB2_1MSerial connection with 2.2ohm resistor
USB2_1_IDUSB OTG ID detection with a power supply domain of 1.8
USB2_1_VBUSVoltage divider detectionUSB OTG insertion detection

USB3.1/DP/eDP Circuit

Overview

USB3.1 controller supports both Host and Device mode, backward compatible with USB 2.0 and USB 1.1.

The USB2.0 signal names are listed within the red box in the figure below.

USB2.0 signal name

The USB3.1 SS signals (10Gbps) are multiplexed with DP/eDP, using a USB/DP/eDP Combo PHY。The USB3.1 signal names are listed within the red box in the figure below.

USB3.1 signal name

The USB3.0 Controller0 and DP1.4 Controller0 combined with the USB3.0/DP1.4 Combo PHY0 form a complete Type-C port.

This USB3.1/DP1.4/eDP Combo PHY supports Lane swapping (SWAP), enabling the following five possible configurations in actual implement.

Note:

The simplified connection diagrams are shown below. Additional AC coupling capacitors, pull-up resistors, and USB protection circuits are not depicted. Please refer to the EVB schematics for detailed information.

  • USB3.1 Only => Type-C "Normal" & "Flip"

    USB3.1 Only

  • USB3.1 + 2 Lane DP1.4 => Type-C (Normal - Flip shown‘dashed’)

    USB3.1 + 2 Lane DP1.4

  • USB2.0 + 4 Lane DP1.4 => Type-C (Normal - Flip shown‘dashed’)

    USB2.0 + 4 Lane DP1.4

  • USB3.1(Only) +2 Lane DP/eDP

    The model enables flexible allocation of high-speed interface resources and maximize the utilization efficiency of the pins.

    Caution:

    This specific configuration does not natively support the Type-C connector logic. An external analog switch or MUX is required if enabling Type-C functionality.

    USB3.1(Only) +2 Lane DP/eDP

  • USB2.0 Only => Type-C + 4 Lane DP/eDP

    The model enables flexible allocation of high-speed interface resources and maximize the utilization efficiency of the pins.

    USB2.0 Only => Type-C + 4 Lane DP/eDP

Features

  • Since USB3.1 OTG and USB2_2 OTG share the same USB3.1 controller, USB3.1 and USB2_2 OTG can only function simultaneously as Device or HOST.

    Caution: The following USB OTC mode combinations cannot be implemented.

    • USB3.1 OTG to be HOST while USB2_2 OTG acts as Device.
    • USB3.1 OTG to be Device while USB2_2 OTG acts as HOST.
  • The DPTX_AUX_P/N pins in DP ALT interface are used to transmit AUX signals, enabling the USB3.1/DP AUX PHY functionality. The pin definitions for the AUX signals are as follows.

    AUX signals

    100nF capacitors are connected in series to the Type-C SU1/2 pin, with a 100kΩ resistor (one pulled up to 3.3V, one pulled down to GND) connected to each line separately. It is recommended to use two 3.3V GPIO to these two 100kΩ resistors, switching between 3.3V and GND based on the orientation detected by CC/PD controller (control signal from the PD controller). When the USB3.1/DP AUX PHY is used as UFP_D, the two resistors to be driven on the board are 1MΩ. The AUX reference circuit is as follows.

    AUX circuit guide schematic

  • All signals on the Type-C connector must have ESD protection devices placed close to the connector. For SSTXP/N and SSRXP/N lines, the parasitic capacitance of the ESD device must not exceed 0.3 pF.

Recommendations

The following table shows the recommended matching design for USB3.1/DP/eDP ports.

SignalConnection MethodDescription
USB2_2PSerial connection with 2.2ohm resistorUSB2.0 Signal, data input/output
USB2_2MSerial connection with 2.2ohm resistor
USB3_DPTX_TX0_PSerial connection with 100nF capacitorUSB3.1 TX signal or DP/eDP TX signal
USB3_DPTX_TX0_MSerial connection with 100nF capacitor
USB3_DPTXRX_TXRX1_PSerial connection with 0ohm resistorUSB3.1 RX signal or DP/eDP RX/TX signal
USB3_DPTXRX_TXRX1_MSerial connection with 0ohm resistor
USB3_DPTXRX_TXRX2_PSerial connection with 0ohm resistorUSB3.1 RX signal or DP/eDP RX/TX signal
USB3_DPTXRX_TXRX2_MSerial connection with 0ohm resistor
USB3_DPTX_TX3_PSerial connection with 100nF capacitorUSB3.1 TX signal or DP/eDP TX signal
USB3_DPTX_TX3_MSerial connection with 100nF capacitor
USB_DPTX_REFCLK_PLeft floating
USB_DPTX_REFCLK_M
DPTX_AUX_P100nF capacitors are connected in series to the Type-C SU1/2 pin, with a 100kΩ resistor tied to 3.3V I/Os, which switch between 3.3V and GND based on the orientation detected by the CC/PD controller.In DP Alt Mode, connects to the Type-C SU1/2 pin to Perform operations such as video signal transmission and so on.
DPTX_AUX_N
USB2_2_IDUSB OTG ID detection. Operating voltage domain: 1.8V.
USB2_2_VBUSVoltage divider detectionUSB OTG insertion detection

SATA Circuit

Features

The A210 chip features 2 SATA3.0 controllers. The SATA3.0 features are as follows.

  • Supports SATA PM function.
  • Supports SATA 1.5Gb/s, SATA 3.0Gb/s and SATA 6.0Gb/s speeds.
  • Supports wake-up function

Pin Definition/IO Multiplexing Relation

SATA3.0 and PCIE are multiplexed. The multiplexing relations are shown in the table below.

PHYPHY0(x2)PHY1(x2)
lane#0123
NO.Configuration
1PCIE x4 (PCIE DM)
2PCIE x2(PCIE_DM)PCIE x1(PCIE_RP)N/A
3PCIE x2(PCIE_RP)x2(SATA)
4PCIE x1(PCIE_DM)PCIE x1(PCIE_RP)x2(SATA)

The related pin definitions of SATA0 and SATA1 are as follows.

SATA0 and SATA1 related Pin

Related control IOs for SATA0/1 controllers include.

Caution: The controls are implemented via I/O multiplexing. All IO power domains operate at 1.8V. Ensure proper level matching during design.

  • SATA_Px_DEVSLP: SATAx device sleep control pin, enabling SSDs to enter or exit low-power consumption states through ts high and low voltage levels.
  • SATA_Px_MP_SWITCH: Input for switch detection of SATAx hot-plug devices.
  • SATA_Px_CP_DET: Input for hot-plug detection of SATAx devices.
  • SATA_Px_CP_POD: Output for power switch control of SATAx hot-plug devices.
  • SATA_Px_ACT_LED: Controls LED blinking when data is transferred through the SATAx interface.

Recommendations

Considerations for SATA design:

  • When designing slots, peripheral circuits and power supplies must meet Spec requirements.
  • For SATA interface TXP/N, RXP/N, 10nF AC coupling capacitors are serially connected, AC coupling capacitors are recommended to use 0201 package for lower ESR and ESL, which can also reduce impedance changes on the line.
  • All signals of the eSATA interface socket must have ESD devices added, placed near the socket during layout, and the parasitic capacitance of ESD should not exceed 0.4pF.

SATA interface design recommendations are as follows.

SignalConnection MethodDescription
PCIE_RX2N/SATA0_RXNSerial connection with 10nF capacitorSATA0 data input
PCIE_RX2P/SATA0_RXPSerial connection with 10nF capacitorSATA0 data input
PCIE_TX2N/SATA0_TXNSerial connection with 10nF capacitorSATA0 data output
PCIE_TX2P/SATA0_TXPSerial connection with 10nF capacitorSATA0 data output
PCIE_SATA_0_REFCLK_P/M100M clockSATA0 reference clock
PCIE_RX3N/SATA1_RXNSerial connection with 10nF capacitorSATA1 data input
PCIE_RX3P/SATA1_RXPSerial connection with 10nF capacitorSATA1 data input
PCIE_TX3N/SATA1_TXNSerial connection with 10nF capacitorSATA1 data output
PCIE_TX3P/SATA1_TXPSerial connection with 10nF capacitorSATA1 data output
PCIE_SATA_1_REFCLK_P/M100M clockSATA1 reference clock

PCIe Circuit

Configuration

A210 has two (2-lane) PCIe 2.1 controllers, supporting PCIe 3.1/2.1/1.1.

PCIE PHY are combined with SATA PHY, enabling the following four configurations(DM: Dual Mode,RP: Root Port).

PHYPHY0(x2)PHY1(x2)
lane#0123
NO.Configuration
1PCIE x4 (PCIE DM)
2PCIE x2(PCIE_DM)PCIE x1(PCIE_RP)N/A
3PCIE x2(PCIE_RP)x2(SATA)
4PCIE x1(PCIE_DM)PCIE x1(PCIE_RP)x2(SATA)
  • Two 2lane PCIE3.0 PHY forms PCIe 3.0 x4 DM mode.
  • One 2lane PCIE3.0 DM mode + One PCIe 3.0 x1 RP mode.
  • One 2lane PCIE3.0 DM mode + Two SATA.
  • One PCIe 3.0 x1 DM mode + One PCIe 3.0 x1 RP mode + Two SATA.

Pin Definition

PCIEX4_TYPE pin to select PCIE mode.

PCIEX4_TYPE multiplex pin

The PCIe interface design recommendations are as follows.

SignalFunction DescriptionRecommendations
PCIEX4_TYPE

PCIE TYPE Selection:

0: EP. 1: RC.

Select as needed.

The pin information for PCIe-related signals is shown in the figure below.

PCIe-related pin information

Additionally, PCIe includes four sideband signals: BTN_RSTN, CLKREQN, PERSTN, and WAKE, all of which are implemented via GPIO multiplexing. As shown in the figure below, the power domain for these I/O pins is 1.8V.

PCIe sideband signal multiplex pin

PCIe-related pin information and interface design recommendations are as follows.

SignalConnection MethodDescription
PCIE_TX0/1N/PSerial connection with 100nF capacitorPCIe data output
PCIE_RX0/1N/PDirect connectionPCIe data input
PCIE_TX2/3N/PSerial connection with 100nF capacitorPCIe data output. Data output as SATA0/1 in SATA mode
PCIE_RX2/3N/PDirect connectionPCIe data output. Data output as SATA0/1 in SATA mode
PCIE_SATA_0_REFCLK_P/M100M clockPCIe0 reference clock
PCIE_SATA_1_REFCLK_P/M100M clockPCIe1 reference clock
PCIE_SATA_RESREF200ohm to GNDExternal reference resistor pin
PCIE_X1/4_CLKREQNSerial connection with 0ohm resistor. IO power domain operates at 1.8V. Ensure proper level matching during design. Add level conversion circuits add neededPCIe reference clock request output
PCIE_X1/4_PERSTNSerial connection with 0ohm resistor. IO power domain operates at 1.8V. Ensure proper level matching during design. Add level conversion circuits add neededPCIe global reset output (RC mode)/PCIe global reset input (X4 EP mode)
PCIE_X1/4_WAKENSerial connection with 0ohm resistor. IO power domain operates at 1.8V. Ensure proper level matching during design. Add level conversion circuits add neededPCIe wake-up output (EP mode)
PCIE_X1/4_BTN_RSTNReservedExternal physical reset pin of PCIe Controller. Active low. Pulled down PCIe to reset

Recommendations

Considerations for PCIe design:

  • When designing slots, peripheral circuits, and power supplies, they must meet Spec requirements.

  • For PCIe interface, 220nF AC coupling capacitors are serially connected to TXP/N differential signals. AC coupling capacitors are recommended to use 0201 package for lower ESR and ESL, which can also reduce impedance changes on the line.

  • PCIE_X4_BTN_RSTN, PCIE_X4_CLKREQN, PCIE_X4_PERSTN, PCIE_X4_WAKE, PCIE_X1_BTN_RSTN, PCIE_X1_CLKREQN, PCIE_X1_PERSTN and PCIE_X1_WAKE are all at 1.8V level. Attention should be paid to proper level matching. The level conversion circuits required when interfacing with other levels.

  • When PCIe operates in RC mode, the CLKREQ signal functions as an output and is normally pulled low during normal operation to provide the clock for PCIe_SATA_0/1_REFCLK. Simultaneously, when an EP device pulls CLKREQ_EP low, it indicates a request for the PCIe reference clock from the RC. This requires supplying a 100MHz clock to the EP device. Refer to the diagram below.

    CLKREQ signal connection guide

  • If cost is a consideration, the CLKREQN signal can also be left unconnected. Use a standard GPIO as the clock generator enable pin. After system startup, it directly controls the clock output. See the following reference: 不使用CLKREQ GPIO 作为时钟发生器

  • When PCIe operates in EP mode, the CLKREQ signal initially functions as an output to request the PCIe reference clock. Pulling it low requests a clock from the RC device.

  • The PERST signal is the PCIe global reset signal, active low, serving as the PCIe global reset. When this signal is asserted, the EP device resets its internal logic to a known state

  • WAKEN is a wake-up signal active only in EP mode, functioning as an output with low-active logic. It is primarily used to submit wake-up requests to the RC after the EP has entered the low-power sleep mode. WAKEN is an optional signal. When operating in RC mode, an AON pin can be selected as the wake-up I/O to utilize the WAKEN functionality.

  • BTN_RSTN is an external physical reset pin with low-active logic. Recommended to reserve.

Video Input Interface Circuit

MIPI DPHY CSI Interface

Overview

A210 has two MIPI DPHY CSI RX interface, both support MIPI V1.2. The maximum transmission rate per channel is 2.5Gbps.

  • Supports 4x2lane, 2x4lane and 1x4lane + 2x2lane mode.
  • Supports 8/10/12/16-bit widths.
  • Supports 4-lane 1080P@30fps, 1x4K@30fps, 2x1080P@60fps input.
  • Supports a maximum input resolution of 12M Pixel。

DPHY CSI RX signal pin

MIPI DPHY CSI0 RX interface supported modes are as follows.

  • Supports x4Lane mode, MIPI_CSI0_A/B_DATA0[1:0] data refer to MIPI_CSI0_A_CLK.

  • Supports x2Lane + x2Lane mode.

    • MIPI_CSI0_A_DATA0[1:0] data refer to MIPI_CSI0_A_CLK.
    • MIPI_CSI0_B_DATA0[1:0] data refer to MIPI_CSI0_B_CLK.

CSI0 RX interface's Lane and CLK assignments for each mode are shown in the table below.

Option1sensor1 x4 Lane

MIPI_CSIO_A_DATA0/1

MIPI_CSIO_B_DATA0/1

MIPI_CSIO_A_CLK

Option2sensor1 x2 Lane

MIPI_CSI1_A_DATA0/1

MIPI_CSI1_A_CLK

sensor2 x2 Lane

MIPI_CSI1_B_DATA0/1

MIPI_CSI1_B_CLK

MIPI DPHY CSI1 RX interface supported modes are as follows.

  • Supports x4Lane mode, MIPI_CSI1_A/B_DATA0[1:0] data refer to MIPI_CSI1_A_CLK.

  • Supports x2Lane + x2Lane mode

    • MIPI_CSI1_A_DATA0[1:0], data refer to MIPI_CSI1_A_CLK.
    • MIPI_CSI1_B_DATA0[1:0], data refer to MIPI_CSI1_B_CLK.

CSI0 RX interface's Lane and CLK assignments for each mode are shown in the table below.

Option1sensor1 x4 Lane

MIPI_CSI1_A_DATA0/1

MIPI_CSI1_B_DATA0/1

MIPI_CSI1_A_CLK

Option2sensor1 x2 Lane

MIPI_CSI1_A_DATA0/1

MIPI_CSI1_A_CLK

sensor2 x2 Lane

MIPI_CSI1_B_DATA0/1

MIPI_CSI1_B_CLK

Recommendations

MIPI CSI0/1 RX design note:

  • In order to improve the MIPI CSI0/1 RX performance, the decoupling capacitors of each power supply of the PHY should not be removed, and please place them close to the pins in the layout (Included power: DVDD08_TOP, AVDD08_MIPI and AVDD18_MIPI).
  • For board-to-board (BTB) connector interfaces, it is recommended to reserve TVS diodes.

MIPI DPHY CSI0/1 RX matching design recommendations are shown in the table below.

SignalConnection MethodDescription
MIPI_CSI0_A_DATAP/N0Direct connectionMIPI CSI0 data Lane0 input
MIPI_CSI0_A_DATAP/N1Direct connectionMIPI CSI0 data Lane1 input
MIPI_SCI0_A_CLKP/NDirect connectionMIPI CSI0 clock 0 input
MIPI_CSI0_B_DATAP/N0Direct connectionMIPI CSI0 data Lane2 input
MIPI_CSI0_B_DATAP/N0Direct connectionMIPI CSI0 data Lane3 input
MIPI_SCI0_B_CLKP/NDirect connectionMIPI CSI0 clock 1 input
MIPI_CSI1_A_DATAP/N0Direct connectionMIPI CSI1 data Lane0 input
MIPI_CSI1_A_DATAP/N0Direct connectionMIPI CSI1 data Lane1 input
MIPI_SCI1_A_CLKP/NDirect connectionMIPI CSI1 clock 0 input
MIPI_CSI1_B_DATAP/N0Direct connectionMIPI CSI1 data Lane2 input
MIPI_CSI1_B_DATAP/N0Direct connectionMIPI CSI1 data Lane3 input
MIPI_SCI1_B_CLKP/NDirect connectionMIPI CSI1 clock 1 input

Video Output Interface Circuit

MIPI DPHY DSI Interface

Overview

A210 has one 4Lane DSI TX, supporting MIPI V1.2 version. Maximum transfer rate is 2.5Gbps/Lane. Maximum resolution supports 4K@60fps.

DPHY DSI TX signal pin

Recommendations

MIPI DSI TX design note:

  • In order to improve the MIPI DSI TX performance, the decoupling capacitors of each power supply of the PHY should not be removed, and please place them close to the pins in the layout (Included power: DVDD08_TOP, AVDD08_MIPI and AVDD18_MIPI).
  • For board-to-board (BTB) connector interfaces, it is recommended to reserve TVS diodes.

MIPI DPHY DSI TX matching design recommendations are shown in the table below.

SignalConnection MethodDescription
MIPI_DSI0_DATAP/N0Direct connectionMIPI DSI data Lane0 output
MIPI_DSI0_DATAP/N1Direct connectionMIPI DSI data Lane1 output
MIPI_DSI0_DATAP/N2Direct connectionMIPI DSI data Lane2 output
MIPI_DSI0_DATAP/N3Direct connectionMIPI DSI data Lane3 output
MIPI_DSI0_CLKP/NDirect connectionMIPI DSI clock output

HDMI TX Interface

A210 has one HDMI TX PHY, supports HDMI2.0 version.

  • Maximum resolution supports 4K@60fps.
  • Supports HDCP 1.4.
  • Supports audio output.

HDMI TX pin

HDMI_HPD is the HPD pin. The power domain operates at 1.8V. Since the HPD high level voltage in the HDMI interface ranges from 2.0 to 5.3V, a level shifter circuit is required.

HDMI_REXT is the external reference resistor pin for HDMI PHY, external 1.62Kohm resistor with 1% accuracy to ground, the resistor value must not be changed, and the layout is placed close to the A210 chip pin.

HDMI_REXT external 1.62Kohm resistor

HDMI includes HDMI_CEC, HDMI_SCL, HDMI_SDA and other auxiliary pins, which are multiplexed via GPIOs. The detailed HDMI signal auxiliary pins are shown in the figure below.

HDMI auxiliary pins

HDMI_CEC (voltage level of 1.8V) is the HDMI controller CEC function multiplexed to the ordinary GPIO function. The CEC protocol specifies a 3.3V level, but the protocol requires that 3.3V be applied to the CEC pin through a 27K resistor, and leakage is not allowed to exceed 1.8uA.

The A210 IO Domain will have leakage on the IO if there is voltage on the IO when it is not powered up. For example, A210 has been powered off, but the HDMI cable is still connected to the Sink side (TV or monitor), at this time there is power at the Sink side of the CEC, which will leak through the HDMI cable to the A210 IO, resulting in CEC leakage of more than 1.8uA, so it is necessary to add an external isolation circuit. CEC isolation circuit is shown in the figure below.

CEC isolation circuit

HDMI_SCL and HDMI_SDA are the I2C/DDC bus of the HDMI TX controllers. The protocol specifies a 5V level, so a level conversion circuit is required.

In the reference design schematic, HDMI2C-5F2 adopted by HDMI-related auxiliary signals implements level conversion and power control. HDMI auxiliary signal reference circuit is shown in the figure below.

HDMI auxiliary signal reference circuit

In order to strengthen the anti-static ability, the signal must be reserved ESD devices, HDMI2.1 signal ESD parasitic capacitance shall not exceed 0.2pF, other signals ESD parasitic capacitance is recommended to use no more than 1pF.

HDMI interface reference design schemeatic

HDMI TX matching design recommendations are shown in the table below.

SignalConnection MethodDescription
HDMI_TMDSDATAP/N0Direct connectionTMDS data Lane0
HDMI_TMDSDATAP/N1Direct connectionTMDS data Lane1
HDMI_TMDSDATAP/N2Direct connectionTMDS data Lane2
HDMI_TMDSCLKP/NDirect connectionTMDS clock
HDMI_REXT1.62Kohm with 1% accuracy resistor to groundExternal reference resistor
HDMI_HPDHDMI2C-5F2 conversionHPD detection
HDMI_CECMOS isolationCEC signal
HDMI_SCLHDMI2C-5F2 conversionDDC clock
HDMI_SDAHDMI2C-5F2 conversionDDC data input/output

DP/eDP Interface

Overview

A210 supports one DP1.4/eDP1.5 TX PHY (combined with USB3.1), with a maximum resolution of 4K@60fps.

  • Each Lane rate can support 1.62/2.7G/5.4/8.1Gbps.
  • Supports 2Lane or 4Lane mode.
  • Supports wake-up
  • Supports audio output.

USB3.1/DP/eDP multiplex pin

Recommendations

DP/eDP TX PHY design note.

  • TX line need to be connected in series with 100nF AC coupling capacitors, AC coupling capacitors are recommended to use 0201 packages, lower ESR and ESL, and also reduces impedance changes on the line. Layout is placed close to the A210 pin.
  • USB3_DPTX_RESREF is the external reference resistor pin for USB DP Combo PHY, external 200ohm precision 1% resistor to ground, resistor value must not be changed, layout placed close to the A210 chip pin.

USB3_DPTX_RESREF for 200ohm resistor

DP0/1 TX PHY interface matching design is as follows.

SignalConnection MethodDescription
USB3_DPTX_TX0_PSerial connection with 100nF capacitorDP/eDP Lane0 output
USB3_DPTX_TX0_MSerial connection with 100nF capacitor
USB3_DPTXRX_TXRX1_PSerial connection with 100nF capacitorDP/eDP Lane1 output
USB3_DPTXRX_TXRX1_MSerial connection with 100nF capacitor
USB3_DPTXRX_TXRX2_PSerial connection with 100nF capacitorDP/eDP Lane2 output
USB3_DPTXRX_TXRX2_MSerial connection with 100nF capacitor
USB3_DPTX_TX3_PSerial connection with 100nF capacitorDP/eDP Lane3 output
USB3_DPTX_TX3_MSerial connection with 100nF capacitor
USB_DPTX_REFCLK_PLeft floating
USB_DPTX_REFCLK_M
DPTX_AUX_P100nF capacitors are connected in series to the Type-C SU1/2 pin, with a 100kΩ resistor tied to 3.3V I/Os, which switch between 3.3V and GND based on the orientation detected by the CC/PD controller.DP AUX channel
DPTX_AUX_N

LCD Screen and Touch Screen Design Notes

  • For the current limiting resistor on the FB side of the LED backlight boost IC, please choose 1% precision resistor and select the appropriate package size according to the power requirement.
  • For the EN/PWM pin of the LED backlight boost IC, choose the GPIO with internal pull-down and external pull-down resistor to avoid the flashing screen phenomenon when powering up.
  • LED backlight drive voltage output, please choose the appropriate rated voltage filter capacitor.
  • For the Schottky diode of the LED backlight boost circuit, please choose the appropriate model according to the operating current and pay attention to the reverse breakdown voltage of the diode to avoid reverse breakdown at no load.
  • For the inductor of LED backlight boost circuit, please match the inductance, saturation current, DCR, etc. according to the actual model.
  • The signal level of the screen and touch screen should be matched with the IO driver level of the chip, such as RST/Stand by and other signals.
  • The power supply of the screen must be controllable and not provided by default when powering up.
  • The decoupling capacitors for the screen and touchscreen must not be deleted, they must be retained.
  • The I2C bus of TP must add 2.2K pull-up to VCC3V3_TP power supply, it is recommended not to share the bus with other devices, if you must share, pay attention to the pull-up power supply and address conflict.
  • For TP IC with Charge pump, please pay attention to the rated voltage of capacitor.
  • For the screen, when connecting to the board via FPC, it is recommended to connect a resistor with a certain resistance value (between 22ohm-100ohm, subject to SI test), and reserve TVS devices.
  • It is recommended to reserve common mode inductors at the interface for screens with serial interface.

Audio Circuit Design

A210 provides a total of 4 sets of I2S interfaces and 1 set of PDM interfaces.

I2S

Overview

A210 provides a total of 4 sets of I2S interfaces. As the most widely used digital audio interface, I2S can be used for communication between audio ADCs, audio DACs, audio codecs, DSPs, and other peripherals. It can also provide integrated audio input and output support for video input/output interfaces.

I2S3 is a standard I2S interface supporting 8-channel input/output capability, while I2S0, I2S1, and I2S2 are standard I2S interfaces supporting 2-channel input/output capability.

I2S3 features are as follows.

  • Supports 8-channel input/output.
  • Supports RX/TX full-duplex.
  • Supports a maximum sampling rate of 384KHz.
  • Supports master-slave mode.
  • Supports sampling accuracy ranging from 16 to 32 bits.
  • Supports three I2S formats (standard, left-aligned, right-aligned).
  • PCM mode supports both standard and custom modes (frame sync signal only supports short pulse sync signals, with a sync signal duration of one clock cycle).

I2S0/1/2 features are as follows.

  • Supports 2-channel input/output.
  • Supports RX/TX full-duplex.
  • Supports a maximum sampling rate of 384KHz.
  • Supports master-slave mode.
  • Supports sampling accuracy ranging from 16 to 32 bits.

The I2S interface output data lines (SDOx) and input data (SDIx), use the same set of bit/frame (SCLK/WS) reference clocks.

Recommendations

I2S IO assignments and design recommendations are as follows.

SignalPower DomainConnection MethodDescription
I2S0_MCLKAVDD18_PERI1Serial connection with 22ohm resistorI2S system clock output
I2S0_SCLKSerial connection with 22ohm resistorI2S continuous serial clock, bit clock
I2S0_WSSerial connection with 22ohm resistorI2S frame clock for channel selection
I2S0_SDISerial connection with 22ohm resistorI2S serial data 0 input
I2S0_SDOSerial connection with 22ohm resistorI2S serial data 0 output
I2S1_MCLKAVDD18_PERI2Serial connection with 22ohm resistorI2S system clock output
I2S1_SCLKSerial connection with 22ohm resistorI2S continuous serial clock, bit clock
I2S1_WSSerial connection with 22ohm resistorI2S frame clock for channel selection
I2S1_SDISerial connection with 22ohm resistorI2S serial data 0 input
I2S1_SDOSerial connection with 22ohm resistorI2S serial data 0 output
I2S2_MCLKAVDD18_PERI2Serial connection with 22ohm resistorI2S system clock output
I2S2_SCLKSerial connection with 22ohm resistorI2S continuous serial clock, bit clock
I2S2_WSSerial connection with 22ohm resistorI2S frame clock for channel selection
I2S2_SDISerial connection with 22ohm resistorI2S serial data 0 input
I2S2_SDOSerial connection with 22ohm resistorI2S serial data 0 output
I2S3_MCLKAVDD18_PERI2Serial connection with 22ohm resistorI2S system clock output
I2S3_SCLKSerial connection with 22ohm resistorI2S continuous serial clock, bit clock
I2S3_WSSerial connection with 22ohm resistorI2S frame clock for channel selection
I2S3_SDI0Serial connection with 22ohm resistorI2S serial data 0 input
I2S3_SDI1Serial connection with 22ohm resistorI2S serial data 1 input
I2S3_SDI2Serial connection with 22ohm resistorI2S serial data 2 input
I2S3_SDI3Serial connection with 22ohm resistorI2S serial data 3 input
I2S2_SDO0Serial connection with 22ohm resistorI2S serial data 0 output
I2S2_SDO1Serial connection with 22ohm resistorI2S serial data 1 output
I2S2_SDO2Serial connection with 22ohm resistorI2S serial data 2 output
I2S2_SDO3Serial connection with 22ohm resistorI2S serial data 3 output

Notice:

I2S signals all operate at 1.8V level, please note the level matching during design.

PDM

Overview

The A210 provides one sets of PDM interfaces, operating in the master receive mode, where A210 provides the PDM clock and receives data. They support 4-channel input capability with a bit width of 16/24 bits and a maximum sampling rate of 192kHz.

The PDM interface is commonly used for connecting digital microphones or recording analog microphones through analog audio ADCs with PDM interfaces.

The following diagram illustrates the data format of the PDM interface. PDM_DATA consists of Data(R) and Data(L), where PDM is a 1-bit sampling interface. The Data(R) and Data(L) are sampled at the rising and falling edges of the CLK, respectively. Each PDM_SDIx data line can transmit audio data for two channels.

PDM data format

The PDM pin is multiplexed in AVDD18_PERI1 power domains, and operates at 1.8V level. It is necessary to verify the IO voltage levels of the PDM peripheral to match the corresponding IO power domain.

Recommendations

The recommended PDM0 design are shown in the table below.

SignalPower DomainConnection MethodDescription
PDM_CLKAVDD18_PERI1Serial connection with 22ohm resistorPDM clock
PDM_SDIN0Direct connectionPDM data input 0
PDM_SDIN1Direct connectionPDM data input 1
PDM_SDIN2Direct connectionPDM data input 2。
PDM_SDIN3Direct connectionPDM data input 3

When implementing board-to-board connections through connectors, it is recommended to use series resistors (between 22 ohms and 100 ohms, depending on SI testing requirements) and to reserve TVS components for both clock and control signals.

Audio Peripheral Design Reference

In most cases, the digital audio interfaces mentioned above cannot be used directly and must be paired with relevant peripherals to implement specific audio functionalities. In this section, design suggestions are provided for common audio scenarios that users can refer to.

Playback Devices, Headphones, Speakers

For speaker playback requirements, the following implementation options are available. A210 can be connected to audio DAC via I2S to achieve analog output, and then drive the speakers through an audio amplifier for power amplification.

A210 speaker playback

Recording Devices, Microphones

In applications such as tablets and laptops, there is a need for both playback and recording. In such cases, an integrated codec with ADC and DAC is typically used to achieve the required functionality, as shown in the diagram below.

A210Typical Audio Solution Diagram

Introduction to Multi-Microphone Solutions

For scenarios that require multiple microphone inputs (microphone arrays, far-field reC0Gnition), there are three common expansion methods. If none of three options meet your specific requirements, please contact technical support to discuss feasibility.

  • Multiple microphones and speaker capture can be achieved through a codec with a I2S interface.
  • Multiple microphones and speaker capture can be achieved through a codec with a PDM interface.
  • Recording can be done using microphones with a PDM interface, while speaker capture can be achieved through a codec with a PDM interface.

If there is a lack of available channels, multiple SDI data lines can be used to achieve multi-channel input, or cascaded input can be achieved through the TDM mode of the I2S interface. Simply stack identical circuits in hardware.

A210 Multi-Microphone Solution

GMAC Interface Circuit

Overview

The A210 chip has two GMAC controllers that provide RMII or RGMII interfaces to connect to external Ethernet PHYs. The GMAC controllers support the following functionalities.

  • RGMII interface with data transfer rates of 10/100/1000 Mbps.
  • Supports TSN.
  • Supports TSO.
  • Supports GMAC Virtualization (Multiple Channels and Queues).
  • Supports UFO.
  • Supports hardware flow control.
  • Supports remote wake-up

GMAC0 and GMAC1 are multiplexed in AVDD18_PERI1 power domains.

Recommendations

Considerations for RGMII interface design.

  • GMAC0 and GMAC1 only supports 1.8V voltage levels.

  • The decoupling capacitors for the VCCIOx_VCC power supplies of the RGMII/RMII interfaces should not be removed. Place them close to the pins during layout.

  • TXD0-TXD3, TXCLK and TXEN should have a 0-ohm resistor reserved on the A210 side to improve signal quality if necessary.

  • RXD0-RXD3, RXCLK and RXDV should have 22-ohm resistors connected on the PHY side to improve signal quality.

  • The recommended pull-up/pull-down and matching design for RGMII interfaces as follow table.

    SignalIO Type (Chip side)Connection MethodRGMII InterfaceDescription
    GMACx_TX_CLKOSerial connection with 27ohm resistor, close to A210RGMIIx_TX_CLKData transmit reference clock
    GMACx_RX_CLKISerial connection with 22ohm resistor, close to PHYRGMIIx_RX_CLKData receive reference clock
    GMACx_TXENOSerial connection with 27ohm resistor, close to A210RGMIIx_TXEN

    Data transmit enable (rising edge)

    Data transmit error (falling edge)

    GMACx_TXD[3:0]OSerial connection with 27ohm resistor, close to A210RGMIIx_TXD[3:0]Data transmit
    GMACx_RXDVISerial connection with 22ohm resistor, close to PHYRGMIIx_RXDV

    Data receive valid (rising edge)

    Data receive Error (falling edge)

    GMACx_RXD[3:0]ISerial connection with 22ohm resistor, close to PHYRGMIIx_RXD[3:0]Data receive
    GMACx_MDCOSerial connection with 27ohm resistor, close to A210RGMIIx_MDCManagement data clock
    GMACx_MDIOI/OExternal pull-up with 1.5Kohm resistorRGMIIx_MDIOManagement data output/input
    GMACx_PHY_INTIRGMIIx_INTBInterrupt and wake-up signal input
    GMAC0_EPHY_CLKOReserved with 0-ohm resistor, close to A210RGMIIx_EXT_CLKA210 provides 25MHz clock instead of PHY crystal
  • When board-to-board connection is realized through the connector, it is recommended to connect a resistor in series (between 22ohm-100ohm, subject to the ability to satisfy the SI test) and to reserve a TVS device.

  • RGMII connection diagram is shown in the figure below, please see the reference diagram for the specific circuit (GEPHY working clock uses an external 25MHz crystal): GEPHY connection diagram 1

  • RGMII connection diagram is shown in the figure below, please see the reference diagram for specific circuitry (GEPHY working clock uses 25MHz provided by A210). A210 Connection Diagram 2

  • The Reset signal of the Ethernet PHY needs to be controlled by GPIO, and the GPIO level must match the PHY IO level. A 100nF capacitor should be added near the PHY pins to enhance electrostatic protection.

    Caution:

    The reset pin of RTL8211F/FI only supports a 3.3V level, therefore a level conversion circuit is required.

  • INTB/PMEB signal of Ethernet PHY is connected to the A210 GMACx_PHY_INT. If wake-up functionality is required, the signal can also be connected to an AON GPIO. The signal level voltage is 1.8V and please ensure the PHY IO level match.

    Caution:

    INTB/PMEB of RTL8211F/FI is an open-drain output and an external pull-up resistor must be added.

  • When using an external crystal for the PHY, select the capacitance value of the crystal according to the actual load capacitance, keeping the frequency offset within +/-20ppm.

  • MDIO requires an external pull-up resistor, recommended value is 1.5 to 1.8Kohm, and the pull-up voltage must match the IO voltage.

  • The connection of the center tap of the Ethernet PHY transformer is recommended to refer to the reference design provided by the respective PHY manufacturer, as different PHY manufacturers may have different connection methods.

  • For the 1000pF isolation capacitor, it is recommended to use a high-voltage safety capacitor with sufficient electrical clearance to ensure lightning protection.

  • The 75-ohm resistor on the high-voltage side of the network transformer should be in a package size of 0805 or above.

  • To achieve a lightning protection level of 4KV or above, additional surge protectors are required. Ordinary isolation transformers can only meet the 2KV level requirement.

  • If there are requirements for differential testing against lightning strikes, TVS diodes need to be added to the MDI differential pairs.

  • The hardware configuration for PHY initialization must match the actual requirements.

UART Interface Circuit

The A210 chip features 12 UART controllers, including one AO UART and 10 general UAARTs。

The specific distribution of UART interfaces on the A210 is as follows.

UART NO.UART SignalPower DomainRemarks
AOUARTAOUART_TXDAVDD18_AONE902 debug UART. Recommended to reserve.
AOUART_RXD
UART0UART0_TXDAVDD18_PERI1
UART0_RXD
UART0_CTSN
UART0_RTSN
UART1UART1_TXD
UART1_RXD
UART2UART2_TXD
UART2_RXD
UART3UART3_TXD
UART3_RXD
UART4UART4_TXDAVDD18_PERI2C908/C920 debug UART. Recommended to reserve.
UART4_RXD
UART5UART5_TXD
UART5_RXD
UART6UART6_TXD
UART6_RXD
UART6_CTSN
UART6_RTSN
UART7UART7_TXDCan be used for IRDA
UART7_RXD
UART8UART8_TXD
UART8_RXD
UART9UART9_TXD
UART9_RXD
  • UART signals all operate at 1.8V and should be pay attention to its level must be match the peripherals. A level conversion circuit is required when the level mismatch.
  • AOUART and UART4 are the debug UARTs by default. Recommended to reserve.
  • When implementing board-to-board connections through connectors, it is recommended to reserve TVS devices.
  • The UART supports Infrared (IR) mode and can be connected to an IRDA Transceiver to enable infrared transmit and receive functionality. It is recommended to use UART7.

SPI Interface Circuit

In addition to the two FSPI controllers, the A210 chip has three general-purpose SPI controllers, including one AO SPI and two ordinary SPIs.

  • Support for master modes.
  • AO SPI supports low-power wake-up.
  • Supports two chip selects for each port.

The distribution of SPI interfaces is as follows.

SPI NO.SignalPower Domain
AOSPIAOSPI_CSN0AVDD18_AON
AOSPI_CSN1
AOSPI_D0_MOSI
AOSPI_D1_MISO
AOSPI_SCLK
SPI0SPI0_CSN0AVDD18_PERI1
SPI0_CSN1
SPI0_D0_MOSI
SPI0_D1_MISO
SPI0_SCLK
SPI1SPI1_CSN0AVDD18_PERI2
SPI1_CSN1
SPI1_D0_MOSI
SPI1_D1_MISO
SPI1_SCLK
  • The SPI signals all operate at 1.8V and should be pay attention to its level must be match the peripherals. A level conversion circuit is required when the level mismatch.
  • When implementing board-to-board connections through connectors, it is recommended to reserve TVS devices.

CAN Interface Circuit

The A210 chip has 3 CAN controllers.

The distribution of CAN interfaces on the A210 chip is as follows.

CAN NO.SignalPower Domain
CAN0CAN0_RXAVDD18_PERI1
CAN0_TX
CAN1CAN1_RX
CAN1_TX
CAN2CAN2_RXAVDD18_PERI2
CAN2_TX
  • The CAN signals all operate at 1.8V and should be pay attention to its level must be match the peripherals. A level conversion circuit is required when the level mismatch.
  • When implementing board-to-board connections through connectors, it is recommended to reserve TVS devices.

I2C Interface Circuit

The A210 chip features 10 I2C controllers that support the following features.

  • Support for I2C bus master mode.
  • Maximum data rate: 3.4Mbps.
  • Support for 7-bit and 10-bit addressing modes.

10 IC controllers include 2 AO I2Cs (supporting wake-up functionality) and 8 general-purpose I2Cs.

The distribution of I2C interfaces on the A210 chip is provided in the following table.

I2C NO.Power Domain
AOI2C0AVDD18_AON
AOI2C1
I2C0AVDD18_PERI1
I2C1
I2C2
I2C3AVDD18_PERI2
I2C4
I2C5
I2C6
I2C7
  • The I2C signals all operate at 1.8V and should be pay attention to its level must be match the peripherals. A level conversion circuit is required when the level mismatch.
  • The I2C signals SCL and SDA require external pull-up resistors. Select the appropriate resistor value based on the bus load.
  • Ensure that the addresses of different devices on the I2C bus do not conflict, and the pull-up power supply must be consistency.
  • When implementing board-to-board connections through connectors, it is recommended to reserve TVS devices.

PWM Interface Circuit

The RK3576 chip integrates 3 independent PWM controllers, supporting a maximum of 16 PWM channels (8 channels per controller) with a maximum frequency of 12 MHz.

PWM 接口分布情况如下表所示。The distribution of PWM interfaces on the A210 chip is as follows:

PWM NO.Power Domain
PWM0_CH0AVDD18_PERI1
PWM0_CH1
PWM0_CH2
PWM0_CH3
PWM0_CH4
PWM0_CH5
PWM1_CH0AVDD18_PERI2
PWM1_CH1
PWM1_CH2
PWM1_CH3
PWM1_CH4
PWM1_CH5
PWM2_CH0AVDD18_PERI2
PWM2_CH1
PWM2_CH2
PWM2_CH3
PWM2_CH4
PWM2_CH5
  • The PWM signals all operate at 1.8V and should be pay attention to its level must be match the peripherals. A level conversion circuit is required when the level mismatch.
  • When implementing board-to-board connections through connectors, it is recommended to serially connect resistors with a specific resistance value (between 22 ohms and 100 ohms, depending on meeting SI testing requirements) and reserve TVS (Transient Voltage Suppression) devices.

C2C

The C2C (Chip-to-Chip) interface is designed to achieve tight coupling by multiple chip interconnection, thereby enhancing overall computational capabilities.

The A210 supports 2 C2C ports, one of which supports cache coherent interconnect.

  • Each C2C port provides a bandwidth of ≥20 GB/s. Under a 128B@BL payload, the read/write bandwidth utilization is ≥71%.
  • Supports lane swapping between the two C2C ports.

C2C pin

The C2C topology varies depending on the number of chips integrated into the system.

  • 1-Chip

    In a single-chip scenario, the C2C module is not required. The external C2C pins should be pulled down to Ground (GND) as shown below.

    1chip C2Cpin pull down to GND

  • 2-Chip

    2chip C2C internconnection

  • 4-Chip

    4chip C2C internconnection