Add support for Theobroma-Systems Tiger SoM
From: Heiko Stuebner <heiko@...> Date: Tue, 27 Feb 2024 17:41:35 +0100
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
Patches in this set
- [0001] arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only (raw)
- [0002] dt-bindings: arm: rockchip: Add Theobroma-Systems RK3588 (raw)
- [0003] arm64: dts: rockchip: add RK3588-Q7 (Tiger) SoM (raw)
- [0004] arm64: dts: rockchip: add Haikou baseboard with RK3588-Q7 (raw)
Statistics
- 4 individual patches
- 964 lines added
- 2 lines removed