ARM: meson: Add support for AXG family
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 5 Sep 2018 13:56:12 +0000 (15:56 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:40:52 +0000 (14:40 +0100)
commit485bba395e00a3a9a250ae1d02abb9cff314e8e7
treea49e75ff356647ce79f6121d4995fc53bbbe3dfc
parent33e3378091391c90a110d93f4c89044b4461fb99
ARM: meson: Add support for AXG family

This patch adds support for the Amlogic AXG SoC, which is very close from
the Amlogic GXL SoCs with :
- Same 4xCortex-A53 CPUs but clocked at 1.2GHZ max
- DDR Interface limited to DDR4 16bit
- The whole physical register address space has been moved to 0xfxxxxxxx
- The pinctrl setup has changed
- The clock tree is different enough to use a different driver

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