diff options
| author | Hauke Mehrtens <[email protected]> | 2018-06-09 18:34:46 +0200 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2018-06-16 14:52:42 +0530 |
| commit | 76d69eb01dee492f5ecf43c43d7301fec6c5b99f (patch) | |
| tree | 022267f8afbb765f8a07e43a32b4372bc8027836 /board/sunxi | |
| parent | a6580dfd4667f0d96c9b98173ea413ea45759cdc (diff) | |
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 <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'board/sunxi')
| -rw-r--r-- | board/sunxi/MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 6ebf612db3e..db51f48ab60 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -340,6 +340,11 @@ M: Icenowy Zheng <[email protected]> S: Maintained F: configs/orangepi_zero_defconfig +ORANGEPI ZERO PLUS BOARD +M: Hauke Mehrtens <[email protected]> +S: Maintained +F: configs/orangepi_zero_plus_defconfig + ORANGEPI ZERO PLUS 2 BOARD M: Jagan Teki <[email protected]> S: Maintained |
