diff options
author | Diego Rondini <diego.rondini@kynetics.com> | 2019-11-19 14:43:33 +0100 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-12-18 20:14:16 +0530 |
commit | e7c15b7ab8e3e1c053c4b0acaf025487c43244b7 (patch) | |
tree | 1900998c07366dc8e0567fd35b9db688ab2d94df /board/sunxi | |
parent | 9bd34a69a453d409792e08c00953ce8862145e65 (diff) |
sun8i: h3: Support H3 variant of Orange Pi Zero Plus 2
Orangepi Zero Plus 2 is an open-source single-board computer, available
in two Allwinner SOC variants, H3 and H5. We add support for H3 variant
here, as the H5 is already supported.
H3 Orangepi Zero Plus 2 has:
- Quad-core Cortex-A7
- 512MB DDR3
- microSD slot and 8GB eMMC
- Debug TTL UART
- HDMI
- Wifi + BT
- OTG + power supply
Sync dts from linux v5.2 commit:
"ARM: dts: sunxi: h3/h5: Remove stale pinctrl-names entry"
(sha1: 75f9a058838be9880afd75c4cb14e1bf4fe34a0b)
Commit:
"ARM: dts: sun8i: h3: Refactor the pinctrl node names"
(sha1: a4dc791974e568a15f7f37131729b1a6912f4811)
has been avoided as it breaks U-Boot build.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.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 a2adf89b5d..4a89bb0e7b 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -405,6 +405,11 @@ M: Jagan Teki <jagan@amarulasolutions.com> S: Maintained F: configs/orangepi_zero_plus2_defconfig +ORANGEPI ZERO PLUS 2 H3 BOARD +M: Diego Rondini <diego.rondini@kynetics.com> +S: Maintained +F: configs/orangepi_zero_plus2_h3_defconfig + ORANGEPI PC 2 BOARD M: Andre Przywara <andre.przywara@arm.com> S: Maintained |