This adds support for the rk3588-based Tiger system-on-module from Theobroma Systems and includes support for the combination with the Haikou-baseboard. Included is also a fix for the rk3588's i2s nodes to remove a yet-unsupported devicetree property that slipped in. Heiko Stuebner (4): arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s dt-bindings: arm: rockchip: Add Theobroma-Systems RK3588 Q7 with baseboard arm64: dts: rockchip: add RK3588-Q7 (Tiger) SoM arm64: dts: rockchip: add Haikou baseboard with RK3588-Q7 SoM .../devicetree/bindings/arm/rockchip.yaml | 6 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3588-tiger-haikou.dts | 266 +++++++ .../arm64/boot/dts/rockchip/rk3588-tiger.dtsi | 691 ++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 2 - 5 files changed, 964 insertions(+), 2 deletions(-) create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-tiger.dtsi -- 2.39.2