diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-06-09 18:33:37 +0200 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-06-16 14:52:42 +0530 |
commit | a6580dfd4667f0d96c9b98173ea413ea45759cdc (patch) | |
tree | 8d809785bcba1fcb8bdb01e68e6c0f1b2e892a4a /board/sunxi | |
parent | f58e779513be36e30ce46838fb467e12ac6a5539 (diff) | |
download | u-boot-a6580dfd4667f0d96c9b98173ea413ea45759cdc.tar.gz |
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>
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 e90c87b560..6ebf612db3 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -355,6 +355,11 @@ M: Jagan Teki <jagan@amarulasolutions.com> S: Maintained F: configs/orangepi_prime_defconfig +ORANGEPI R1 BOARD +M: Hauke Mehrtens <hauke@hauke-m.de> +S: Maintained +F: configs/orangepi_r1_defconfig + PINE64 BOARDS M: Andre Przywara <andre.przywara@arm.com> S: Maintained |