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>
Mon, 7 Sep 2020 16:42:11 +0000 (18:42 +0200)
commitbd1dbe384cccadbdc61b7892402c9e3868a061be
tree54607ca421b36a8fcd124de615afe25f3ef21626
parent0015b3980c7ba16369ded7ff8f06150a659f5213
sunxi: add support for H6 boards and OrangePiOnePlus

Specifications:

SoC Allwinner H6 @ 1.8 Ghz
DRAM 1GiB 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 in into SD card slot on the device and boot.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
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]