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, 21 Dec 2020 09:17:38 +0000 (10:17 +0100)
commit2d8fcf1899323b428cc741424d20c9e8468667b2
tree60b7c414ac39209f036f2ebd87d62541c25c17bd
parentf5d5cb9b5f8c64b48a9df398b8754ae4f1e8db81
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]