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 nececessary bindings. Bastian Germann (5): dt-bindings: Add vendor prefix lx for Linutronix dt-bindings: arm: sunxi: Add Linutronix Testbox ARM: dts: sun7i: lamobo-r1: Use SPDX identifier ARM: dts: sun7i: lamobo-r1: Split out commons 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 + .../boot/dts/sun7i-a20-lamobo-r1-common.dtsi | 271 ++++++++++++++++ arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts | 303 +----------------- arch/arm/boot/dts/sun7i-a20-lx-testbox-v2.dts | 65 ++++ 6 files changed, 347 insertions(+), 301 deletions(-) create mode 100644 arch/arm/boot/dts/sun7i-a20-lamobo-r1-common.dtsi create mode 100644 arch/arm/boot/dts/sun7i-a20-lx-testbox-v2.dts -- 2.20.1