diff options
author | Yixun Lan <yixun.lan@amlogic.com> | 2017-10-14 07:13:13 +0800 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-10-19 03:17:07 -0700 |
commit | 9d59b708500fcb62d28e15b8c6333be620984d8b (patch) | |
tree | cde1aecfec6bcdb308d6060c3934a8ad0748a5ab /arch/arm64/boot/dts/amlogic/Makefile | |
parent | 1000cec2f02263e081e7ad559da5e03329aab58a (diff) | |
download | talos-obmc-linux-9d59b708500fcb62d28e15b8c6333be620984d8b.tar.gz talos-obmc-linux-9d59b708500fcb62d28e15b8c6333be620984d8b.zip |
arm64: dts: meson-axg: add initial A113D SoC DT support
Try to add basic DT support for the Amlogic's Meson-AXG A113D SoC,
which describe components as follows: Reserve Memory, CPU, GIC, IRQ,
Timer, UART. It's capable of booting up into the serial console.
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/Makefile b/arch/arm64/boot/dts/amlogic/Makefile index eacfb3135313..3d6b088d2160 100644 --- a/arch/arm64/boot/dts/amlogic/Makefile +++ b/arch/arm64/boot/dts/amlogic/Makefile @@ -1,3 +1,4 @@ +dtb-$(CONFIG_ARCH_MESON) += meson-axg-s400.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxbb-nanopi-k2.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxbb-nexbox-a95x.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxbb-odroidc2.dtb |