Hi all, Since I finally got to spend some quality time with my NanoPC-T4 over the holidays, I set to testing Tomeu's v4 patch, and ended up poring over the schematics of all 3 boards and doing a fair bit more hacking. I've taken the liberty of addressing the remaining review comments and posting it as v5 here so as to also start adding stuff on top. My current step is trying to get Wifi and Bluetooth working reliably... Robin. Robin Murphy (4): arm64: dts: rockchip: Add DT for NanoPi M4 arm64: dts: rockchip: Refine nanopi4 differences arm64: dts: rockchip: Add NanoPC-T4 IR receiver arm64: dts: rockchip: Fix nanopi4 uSD card detect Tomeu Vizoso (1): arm64: dts: rockchip: Add DT for NanoPC-T4 .../devicetree/bindings/arm/rockchip.yaml | 10 + arch/arm64/boot/dts/rockchip/Makefile | 2 + .../boot/dts/rockchip/rk3399-nanopc-t4.dts | 91 +++ .../boot/dts/rockchip/rk3399-nanopi-m4.dts | 66 ++ .../boot/dts/rockchip/rk3399-nanopi4.dtsi | 677 ++++++++++++++++++ 5 files changed, 846 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-nanopi-m4.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi -- 2.17.1