sunxi: add support for H616 SoC and Orangepi Zero 2
authorZoltan HERPAI <wigyori@uid0.hu>
Fri, 1 Sep 2023 22:18:18 +0000 (00:18 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Sat, 2 Sep 2023 07:56:51 +0000 (09:56 +0200)
commit521cdceaa03d6e4ef5c989749a80bb8807d1e24f
treefa37b774d45c414ccd43aa5decf824866217e877
parentb8530322d91f76f28de396b30ce8abc2df0bef13
sunxi: add support for H616 SoC and Orangepi Zero 2

Specifications:

SoC:     Allwinner H616 @ 1.5 Ghz
DRAM:    1Gb LPDDR3
Power:   5V USB-C
Video:   HDMI (Type 2.0A - micro)
Network: 10/100/1000Mbps Ethernet (Realtek RTL8211F), AW859A BT+wifi
Storage: microSD / 2Mb SPI flash
USB:     1 USB2.0 Host
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-h616.txt [new file with mode: 0644]
target/linux/sunxi/cortexa53/config-6.1
target/linux/sunxi/image/cortexa53.mk
target/linux/sunxi/patches-6.1/5000-dt-bindings-usb-Add-H616-compatible-string.patch [new file with mode: 0644]
target/linux/sunxi/patches-6.1/5001-dt-bindings-phy-Add-special-clock-for-Allwinner-H616.patch [new file with mode: 0644]
target/linux/sunxi/patches-6.1/5002-arm64-dts-allwinner-h616-Add-USB-nodes.patch [new file with mode: 0644]
target/linux/sunxi/patches-6.1/5003-arm64-dts-allwinner-h616-OrangePi-Zero-2-Add-USB-nod.patch [new file with mode: 0644]