]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commita5f08b9a964fef4ce12885d8cbc9f0662d500554
tree07477a8ba1bb83fdae76dfe9e1e581dfdf336905
parent258c7a7f14e75d9e70d6dcfd6398442f2a1d2b43
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]