From 3c24a1d423a6052b101c00cb7d94e70d72702639 Mon Sep 17 00:00:00 2001 From: Antony Antony Date: Thu, 28 Dec 2017 18:21:15 +0100 Subject: sunxi: add support for NanoPi NEO Plus2 board arm64: allwinner: h5: NanoPi NEO Plus2 DT support Add initial DT for NanoPi NEO Plus2 by FriendlyARM - Allwinner quad core H5 Cortex A53 with an ARM Mali-450MP GPU - 1 GB DDR3 RAM - 8GB eMMC flash (Samsung KLM8G1WEPD-B031) - micro SD card slot - Gigabit Ethernet (external RTL8211E-VB-CG chip) - 802.11 b/g/n WiFi, Bluetooth 4.0 (Ampak AP6212A module) - 2x USB 2.0 host ports & 2x USB via headers Signed-off-by: Antony Antony --- target/linux/sunxi/image/cortex-a53.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/sunxi') diff --git a/target/linux/sunxi/image/cortex-a53.mk b/target/linux/sunxi/image/cortex-a53.mk index bbb253f0ae..eb31aa8d4c 100644 --- a/target/linux/sunxi/image/cortex-a53.mk +++ b/target/linux/sunxi/image/cortex-a53.mk @@ -7,6 +7,16 @@ # ifeq ($(SUBTARGET),cortexa53) +define Device/sun50i-h5-nanopi-neo-plus2 + DEVICE_TITLE:=Nanopi NEO Plus2 (H5) + SUPPORTED_DEVICES:=nanopi-neo-plus2 + SUNXI_DTS:=allwinner/sun50i-h5-nanopi-neo-plus2 + KERNEL_NAME := Image + KERNEL := kernel-bin +endef + +TARGET_DEVICES += sun50i-h5-nanopi-neo-plus2 + define Device/sun50i-a64-pine64-plus DEVICE_TITLE:=Pine64 Plus A64 SUPPORTED_DEVICES:=pine64,pine64-plus -- cgit v1.2.3