From 3225241c2bc61e907ea2980cd2f14ea6589cdf2d Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Fri, 24 Apr 2020 09:58:53 +0200 Subject: sunxi: add support for H6 boards and OrangePiOnePlus Specifications: SoC Allwinner H6 @ 1.8 Ghz DRAM 1Gb LPDDR3 Power DC 5V @ 3A Video HDMI (Type 2.0A - full) Audio HDMI, on-board microphone Network 10/100/1000Mbps Ethernet (Realtek RTL8211) Storage microSD USB 1 USB2.0 Host, 1 USB2.0 OTG Debug Serial UART Flashing instructions: Standard sunxi SD card installation procedure - copy image to SD card, insert into SD card slot on the device and boot. Signed-off-by: Zoltan HERPAI --- target/linux/sunxi/image/cortexa53.mk | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'target/linux/sunxi/image') diff --git a/target/linux/sunxi/image/cortexa53.mk b/target/linux/sunxi/image/cortexa53.mk index fe561d0923..2d18b0b227 100644 --- a/target/linux/sunxi/image/cortexa53.mk +++ b/target/linux/sunxi/image/cortexa53.mk @@ -9,13 +9,18 @@ define Device/sun50i KERNEL := kernel-bin endef +define Device/sun50i-a64 + SOC := sun50i-a64 + $(Device/sun50i) +endef + define Device/sun50i-h5 SOC := sun50i-h5 $(Device/sun50i) endef -define Device/sun50i-a64 - SOC := sun50i-a64 +define Device/sun50i-h6 + SOC := sun50i-h6 $(Device/sun50i) endef @@ -79,6 +84,14 @@ define Device/pine64_sopine-baseboard endef TARGET_DEVICES += pine64_sopine-baseboard +define Device/xunlong_orangepi-one-plus + $(Device/sun50i-h6) + DEVICE_VENDOR := Xunlong + DEVICE_MODEL := Orange Pi One Plus + SUNXI_DTS_DIR := allwinner/ +endef +TARGET_DEVICES += xunlong_orangepi-one-plus + define Device/xunlong_orangepi-pc2 DEVICE_VENDOR := Xunlong DEVICE_MODEL := Orange Pi PC 2 -- cgit v1.2.3