1
0
Fork 0

ARM: sunxi: Introduce Allwinner A20 support

The Allwinner A20 is a dual-core Cortex-A7-based SoC. It is
pin-compatible with the A10, and re-uses most of the IPs found in it,
plus some additional ones like a Gigabit Ethernet controller.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
hifive-unleashed-5.1
Maxime Ripard 2013-07-17 09:47:18 +02:00
parent 06d71bcfee
commit d18fd9445b
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ static const char * const sunxi_board_dt_compat[] = {
"allwinner,sun5i-a10s",
"allwinner,sun5i-a13",
"allwinner,sun6i-a31",
"allwinner,sun7i-a20",
NULL,
};