The following series adds support for the following single board computers: - Pine64 Quartz64 Model B - Pine64 SoQuartz SoM with RPi CM4IO carrier board - Firefly Station M2 Patches 1, 2, and 3 add the requisite dt-bindings. Patch 4 adds support for the SFC to the rk356x device tree. Patch 5 adds the Quartz64 Model B device tree. Patch 6 adds the SoQuartz CM4IO device tree. Patch 7 adds the Firefly Station M2 device tree. Please review and apply at your convenience. Very Respectfully, Peter Geis Changelog: v2: - squash Model B into Model A binding - collect acks Furkan Kardame (1): arm64: dts: rockchip: add dts for Firefly Station M2 rk3566 Peter Geis (6): dt-bindings: arm: rockchip: Add Pine64 Quartz64 Model B dt-bindings: arm: rockchip: Add Pine64 SoQuartz SoM dt-bindings: arm: rockchip: Add Firefly Station M2 arm64: dts: rockchip: add rk356x sfc support arm64: dts: rockchip: add Pine64 Quartz64-B device tree arm64: dts: rockchip: add SoQuartz CM4IO dts .../devicetree/bindings/arm/rockchip.yaml | 18 +- arch/arm64/boot/dts/rockchip/Makefile | 3 + .../boot/dts/rockchip/rk3566-quartz64-b.dts | 615 ++++++++++++++++++ .../arm64/boot/dts/rockchip/rk3566-roc-pc.dts | 580 +++++++++++++++++ .../boot/dts/rockchip/rk3566-soquartz-cm4.dts | 167 +++++ .../boot/dts/rockchip/rk3566-soquartz.dtsi | 607 +++++++++++++++++ arch/arm64/boot/dts/rockchip/rk356x.dtsi | 11 + 7 files changed, 1999 insertions(+), 2 deletions(-) create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-roc-pc.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi -- 2.25.1