[linux-sunxi] [PATCH v3] ARM: dts: sun8i: Add initial Orangepi Zero Plus 2 H3 support

2018-08-03 Thread Diego Rondini
and 8GB eMMC - Debug TTL UART - HDMI - Wifi + BT - OTG + power supply Signed-off-by: Diego Rondini --- Changes for v3: - removed uart1 node until we have working Bluetooth support Changes for v2: - add "-h3" suffix to compatible name - fix wrong "H5" in the commit message --

[linux-sunxi] [PATCH] sun8i: h3: Support H3 variant of Orange Pi Zero Plus 2

2019-11-05 Thread Diego Rondini
- Wifi + BT - OTG + power supply Signed-off-by: Diego Rondini --- arch/arm/dts/Makefile | 3 +- arch/arm/dts/sun8i-h3-orangepi-zero-plus2.dts | 139 ++ board/sunxi/MAINTAINERS | 5 + configs/orangepi_zero_plus2_h3_defconfig

[linux-sunxi] Re: [PATCH v2] sun8i: h3: Support H3 variant of Orange Pi Zero Plus 2

2019-12-05 Thread Diego Rondini
On Tue, Nov 19, 2019 at 2:47 PM Diego Rondini wrote: > > 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: &g

[linux-sunxi] [PATCH v2] sun8i: h3: Support H3 variant of Orange Pi Zero Plus 2

2019-11-19 Thread Diego Rondini
a6912f4811) has been avoided as it breaks U-Boot build. Signed-off-by: Diego Rondini --- Changes in v2: - clarify where the dts comes from --- arch/arm/dts/Makefile | 3 +- arch/arm/dts/sun8i-h3-orangepi-zero-plus2.dts | 139 ++ boa

[linux-sunxi] [PATCH 1/2] ARM: dts: orange-pi-zero-plus2: enable USB OTG port

2020-05-28 Thread Diego Rondini
Enable support for USB OTG port on Orange Pi Zero Plus 2 (both H3 and H5 variants). As, according to the board schematics, the USB OTG port cannot provide power to external devices, we set dr_mode to peripheral. Signed-off-by: Diego Rondini --- .../boot/dts/sun8i-h3-orangepi-zero-plus2.dts | 23

[linux-sunxi] [PATCH 2/2] ARM: dts: orange-pi-zero-plus2: add leds configuration

2020-05-28 Thread Diego Rondini
Add pwr and status leds configuration and turn on pwr led by default for Orange Pi Zero Plus 2 (both H3 and H5 variants). Signed-off-by: Diego Rondini --- .../boot/dts/sun8i-h3-orangepi-zero-plus2.dts| 16 .../allwinner/sun50i-h5-orangepi-zero-plus2.dts | 16

[linux-sunxi] [PATCH v2 1/2] ARM: dts: orange-pi-zero-plus2: enable USB OTG port

2020-06-15 Thread Diego Rondini
Enable support for USB OTG port on Orange Pi Zero Plus 2 (both H3 and H5 variants). As, according to the board schematics, the USB OTG port cannot provide power to external devices, we set dr_mode to peripheral. Signed-off-by: Diego Rondini --- v2: - reordered nodes alphabetically --- .../boot

[linux-sunxi] [PATCH v2 2/2] ARM: dts: orange-pi-zero-plus2: add leds configuration

2020-06-15 Thread Diego Rondini
Add pwr and status leds configuration and turn on pwr led by default for Orange Pi Zero Plus 2 (both H3 and H5 variants). Signed-off-by: Diego Rondini --- v2: - sorted node alphabetically - fixed underscore in led names - removed extra empty line --- .../arm/boot/dts/sun8i-h3-orangepi-zero