]> git.sur5r.net Git - u-boot/commit
sun8i: h2: Add initial Orange Pi R1 support
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 9 Jun 2018 16:33:37 +0000 (18:33 +0200)
committerJagan Teki <jagan@amarulasolutions.com>
Sat, 16 Jun 2018 09:22:42 +0000 (14:52 +0530)
commita6580dfd4667f0d96c9b98173ea413ea45759cdc
tree8d809785bcba1fcb8bdb01e68e6c0f1b2e892a4a
parentf58e779513be36e30ce46838fb467e12ac6a5539
sun8i: h2: Add initial Orange Pi R1 support

Orange Pi R1 is an open-source single-board computer using the
Allwinner H2+ SOC.

H2+ Orange Pi R1 has
 - Quad-core Cortex-A7
 - 256MB DDR3
 - micrSD slot
 - 128MBit SPI Nor flash
 - Debug TTL UART
 - 100MBit/s Ethernet (H2+)
 - 100MBit/s Ethernet (RTL8152B)
 - Wifi (RTL8189ETV)
 - USB 2.0 OTG + power supply
This board is very similar to the Orange Pi Zero.

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/sun8i-h2-plus-orangepi-r1.dts [new file with mode: 0644]
board/sunxi/MAINTAINERS
configs/orangepi_r1_defconfig [new file with mode: 0644]