Thanks to Jagan and Icenowy, most of this device-tree is taken from their works on the OrangePi One Plus and Pine H64. PLEASE NOTE that I don't own an OrangePi nor a Pine H64 and PIO regualtors for these board has not been tested ! Please add a tested-by on these commits 5 and 6 before merging it. Changes in v3 (Thanks to Maxime Ripard): - remove PL regulator - separate patch for sunxi.yaml - collect reviewed-by Changes in v2 (Thanks to Maxime Ripard): - move MMC pinctrl to SOC dtsi - add board to Sunxi YAML file - add PIO/R_PIO regulators - remove always_on from SDIO regulators Clément Péron (6): arm64: dts: allwinner: h6: move MMC pinctrl to dtsi dt-bindings: vendor-prefixes: add AZW ARM: dts: sun50i: h6: Introduce Beelink GS1 board dt-bindings: arm: sunxi: Add Beelink GS1 board arm64: allwinner: h6: orangepi: Add PIO regulators arm64: dts: allwinner: h6: pine64: Add PIO regulators .../devicetree/bindings/arm/sunxi.yaml | 5 + .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm64/boot/dts/allwinner/Makefile | 1 + .../dts/allwinner/sun50i-h6-beelink-gs1.dts | 262 ++++++++++++++++++ .../dts/allwinner/sun50i-h6-orangepi.dtsi | 19 +- .../boot/dts/allwinner/sun50i-h6-pine-h64.dts | 21 +- arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 4 + 7 files changed, 307 insertions(+), 6 deletions(-) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts -- 2.17.1