This series adds dt-bindings and dt's for the NetCube Systems Kumquat board. Changes in v2: Fix the devicetrees according to the "dt-schema" and "make dtbs_check W=1" Fix the License of the devicetree as requested Create a cover letter for the patch series Changes in v3: Disable rtc inside the SoC again, as the rtc does not work on the board Add the gpio-reserved-ranges property to the pinctrl bindings Reorder the nodes in the devicetree to match the order of the nodes in the sun8i-v3s.dtsi file Changes in v4: Moved the dtsi change into a sperate patch Update commit messages to include better descriptions Add descriptions to the uarts and mmc nodes in the dts file Add missing newline at the end of the dts file Removed the gpio-reserved-ranges property from the dts and from the pinctrl bindings Remove the rtc status property from the dts file Signed-off-by: Lukas Schmid <lukas.schmid@xxxxxxxxxx> --- Lukas Schmid (4): dt-bindings: vendor-prefixes: Add NetCube Systems Austria name dt-bindings: arm: sunxi: Add NetCube Systems Kumquat board ARM: dts: sunxi: add uart1_pe pinctrl for sun8i-v3s ARM: dts: sunxi: add support for NetCube Systems Kumquat .../devicetree/bindings/arm/sunxi.yaml | 5 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/allwinner/Makefile | 2 + .../allwinner/sun8i-v3s-netcube-kumquat.dts | 291 ++++++++++++++++++ arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi | 6 + 5 files changed, 306 insertions(+) create mode 100644 arch/arm/boot/dts/allwinner/sun8i-v3s-netcube-kumquat.dts -- 2.47.1