ARM: meson: add G12a support
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 8 Feb 2019 15:23:20 +0000 (16:23 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Tue, 23 Apr 2019 09:19:09 +0000 (11:19 +0200)
commit17b7efe25bef6286e949ebdd7fc416a011485dfb
tree07477a8ba1bb83fdae76dfe9e1e581dfdf336905
parent912af8423f3ee02497f98b1373b6291fcf611e0d
ARM: meson: add G12a support

Add support for the Amlogic G12A SoC, which is a mix between the
new physical memory mapping of AXG and the functionnalities of
the previous Amlogic GXL/GXM SoCs.

To handle the internal ethernet PHY, the Amlogic G12A SoCs now
embeds a dedicated PLL to feed the internal PHY.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/include/asm/arch-meson/g12a.h [new file with mode: 0644]
arch/arm/mach-meson/Kconfig
arch/arm/mach-meson/Makefile
arch/arm/mach-meson/board-g12a.c [new file with mode: 0644]