diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2017-02-08 20:44:44 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-03-06 07:40:36 +0100 |
commit | e05225a910427a7c97f9b312dabeafc48d1b8078 (patch) | |
tree | 67d25109b6bf46e0afad436bc5dce4c8cbf5a7b8 /arch/arm/boot/dts/Makefile | |
parent | 1f4ce3b6ca79bdb0ffbe82990c9b94b5a4a02d66 (diff) | |
download | lwn-e05225a910427a7c97f9b312dabeafc48d1b8078.tar.gz lwn-e05225a910427a7c97f9b312dabeafc48d1b8078.zip |
ARM: dts: sun8i: Add dts file for NanoPi NEO Air
add support for the NanoPi NEO Air H3 board from friendlyarm.com . This
board contains WiFi, Bluetooth, 8GB eMMC storage and 512 MB DDR3 ram.
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 011808490fed..369a2161eaf2 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -868,6 +868,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \ sun8i-h3-beelink-x2.dtb \ sun8i-h3-nanopi-m1.dtb \ sun8i-h3-nanopi-neo.dtb \ + sun8i-h3-nanopi-neo-air.dtb \ sun8i-h3-orangepi-2.dtb \ sun8i-h3-orangepi-lite.dtb \ sun8i-h3-orangepi-one.dtb \ |