From: Bastian Germann <bage@xxxxxxxxxxxxx> The Testbox board is an open hardware enhancement for the Lamobo R1 router board. The Testbox board is used in the CI-RT project to manage devices under test (https://ci-rt.linutronix.de). This series adds the device tree for that board and the necessary bindings. Changelog v2: - change the lx binding vendor to linutronix - drop Lamobo R1 dts license header SPDX change - drop extracting a dtsi from Lamobo R1 dts - include Lamobo R1's dts instead of dtsi in the new dts - drop the pinctrl nodes from the leds node in the new dts Bastian Germann (3): dt-bindings: Add vendor prefix for Linutronix dt-bindings: arm: sunxi: Add Linutronix Testbox ARM: dts: sun7i: Add Linutronix Testbox v2 board .../devicetree/bindings/arm/sunxi.yaml | 6 ++ .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/Makefile | 1 + .../dts/sun7i-a20-linutronix-testbox-v2.dts | 56 +++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 arch/arm/boot/dts/sun7i-a20-linutronix-testbox-v2.dts -- 2.20.1