]> git.sur5r.net Git - u-boot/commit
sun50i: h5: Add initial Orange Pi Zero Plus support
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 9 Jun 2018 16:34:46 +0000 (18:34 +0200)
committerJagan Teki <jagan@amarulasolutions.com>
Sat, 16 Jun 2018 09:22:42 +0000 (14:52 +0530)
commit76d69eb01dee492f5ecf43c43d7301fec6c5b99f
tree022267f8afbb765f8a07e43a32b4372bc8027836
parenta6580dfd4667f0d96c9b98173ea413ea45759cdc
sun50i: h5: Add initial Orange Pi Zero Plus support

Orange Pi Zero Plus is an open-source single-board computer
using the Allwinner H5 SOC.

H5 Orangepi Zero Plus has
 - Quad-core Cortex-A53
 - 512MB DDR3
 - micrSD slot
 - 16MBit SPI Nor flash
 - Debug TTL UART
 - 1GBit/s Ethernet (RTL8211E)
 - Wifi (RTL8189FTV)
 - USB 2.0 Host
 - USB 2.0 OTG + power supply

The device tree file is copied from the Linux kernel 4.17.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
arch/arm/dts/Makefile
arch/arm/dts/sun50i-h5-orangepi-zero-plus.dts [new file with mode: 0644]
board/sunxi/MAINTAINERS
configs/orangepi_zero_plus_defconfig [new file with mode: 0644]