This series adds the following: * SOQuartz Blade bindings (patch 1) * SOQuartz Blade device tree (patch 2) * SOQuartz Model A bindings (patch 3) * SOQuartz Model A device tree (patch 4) The name of this patch series is a bit inaccurate as it has evolved, now entirely consisting of new baseboards for the SOQuartz. Nevertheless I chose to keep it as to make it easier for maintainers to track what this is a follow-up to. In V3, we add another official PINE64 baseboard (I'm sorry), as it depended on the now merged patches, and I didn't want to needlessly cause conflicts with the blade patches, so it goes in the same series. The added baseboard is the SOQuartz "Model A", which is not to be confused with the Quartz64 Model A. This will be the last new board added through this series as I don't want to keep expanding it. Any prospective v4 will only contain fixes in response to reviews. For anyone fancying a deeper dive during a review, the schematics for Blade[1] and Model A[2] are publicly available. The SoM schematics are also officially released[3]. [1]: https://files.pine64.org/doc/quartz64/SOQuartz-BLADE-Baseboard-Schematic-20220522.pdf [2]: https://files.pine64.org/doc/quartz64/SOQuartz-Model-A-Baseboard-Schematic-20220522.pdf [3]: https://files.pine64.org/doc/quartz64/SOQuartz_SOM_schematic_v1.1_20210816.pdf Changes to v2: - alphabetically sort blade binding - add git commit message to blade binding - add SOQuartz Model A bindings - add SOQuartz Model A device tree - drop patches that have been applied by Heiko Changes to v1: - added pcie-clkreq-h to soquartz pinctrl - added blade base board (by Andrew "neggles" Powers-Holmes) Andrew Powers-Holmes (2): arm64: dts: rockchip: Add SOQuartz blade board arm64: dts: rockchip: rk3566: Add SOQuartz Model A baseboard Nicolas Frattaroli (2): dt-bindings: arm: rockchip: Add SOQuartz Blade dt-bindings: arm: rockchip: Add SOQuartz Model A .../devicetree/bindings/arm/rockchip.yaml | 2 + arch/arm64/boot/dts/rockchip/Makefile | 2 + .../dts/rockchip/rk3566-soquartz-blade.dts | 194 +++++++++++++++ .../dts/rockchip/rk3566-soquartz-model-a.dts | 232 ++++++++++++++++++ 4 files changed, 430 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-soquartz-model-a.dts -- 2.38.1