sunxi: add support for H6 boards and OrangePiOnePlus
authorZoltan HERPAI <wigyori@uid0.hu>
Fri, 24 Apr 2020 07:58:53 +0000 (09:58 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Sun, 11 Apr 2021 21:14:55 +0000 (23:14 +0200)
commit3225241c2bc61e907ea2980cd2f14ea6589cdf2d
treeba2c6a1e637ac8a24c3f03449157b314a290c342
parentc2163530db3c95745c822e4a573a220ba9f98ca7
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 <wigyori@uid0.hu>
package/boot/arm-trusted-firmware-sunxi/Makefile
package/boot/uboot-sunxi/Makefile
package/boot/uboot-sunxi/uEnv-h6.txt [new file with mode: 0644]
target/linux/sunxi/image/cortexa53.mk
target/linux/sunxi/patches-5.4/440-add-h6-pwm.patch [new file with mode: 0644]
target/linux/sunxi/patches-5.4/441-arm64-dts-add-PWM-node.patch [new file with mode: 0644]
target/linux/sunxi/patches-5.4/442-arm64-dts-orangepi-one-plus-enable-PWM.patch [new file with mode: 0644]
target/linux/sunxi/patches-5.4/443-board-h6-orangepioneplus-fix-missing-ethernet.patch [new file with mode: 0644]