Commit d18fd944 authored by Maxime Ripard's avatar Maxime Ripard

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: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 06d71bcf
...@@ -134,6 +134,7 @@ static const char * const sunxi_board_dt_compat[] = { ...@@ -134,6 +134,7 @@ static const char * const sunxi_board_dt_compat[] = {
"allwinner,sun5i-a10s", "allwinner,sun5i-a10s",
"allwinner,sun5i-a13", "allwinner,sun5i-a13",
"allwinner,sun6i-a31", "allwinner,sun6i-a31",
"allwinner,sun7i-a20",
NULL, NULL,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment