Add the rk3576-armsom-sige5 device tree as well as its rk3576.dtsi base and pinctrl information in rk3576-pinctrl.dtsi. The other commits add DT bindings documentation for the devices that already work with the current corresponding drivers. The other bindings and driver implementations are in other patch sets: - PMIC: https://lore.kernel.org/lkml/20240802134736.283851-1-detlev.casanova@xxxxxxxxxxxxx/ - CRU: https://lore.kernel.org/lkml/20240802214053.433493-1-detlev.casanova@xxxxxxxxxxxxx/ - PINCTRL: https://lore.kernel.org/lkml/20240802145458.291890-1-detlev.casanova@xxxxxxxxxxxxx/ - PM DOMAIN: https://lore.kernel.org/lkml/20240802151647.294307-1-detlev.casanova@xxxxxxxxxxxxx/ - DW-MMC: https://lore.kernel.org/lkml/20240802153609.296197-1-detlev.casanova@xxxxxxxxxxxxx/ - GMAC: https://lore.kernel.org/lkml/20240802173918.301668-1-detlev.casanova@xxxxxxxxxxxxx/ Detlev Casanova (10): dt-bindings: arm: rockchip: Add ArmSoM Sige 5 dt-bindings: arm: rockchip: Add rk576 compatible string to pmu.yaml dt-bindings: i2c: i2c-rk3x: Add rk3576 compatible dt-bindings: iio: adc: Add rockchip,rk3576-saradc string dt-bindings: mfd: syscon: Add rk3576 QoS register compatible dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3576 dt-bindings: soc: rockchip: Add rk3576 syscon compatibles dt-bindings: timer: rockchip: Add rk3576 compatible arm64: dts: rockchip: Add rk3576 SoC base DT arm64: dts: rockchip: Add rk3576-armsom-sige5 board .../devicetree/bindings/arm/rockchip.yaml | 5 + .../devicetree/bindings/arm/rockchip/pmu.yaml | 2 + .../devicetree/bindings/i2c/i2c-rk3x.yaml | 1 + .../bindings/iio/adc/rockchip-saradc.yaml | 3 + .../devicetree/bindings/mfd/syscon.yaml | 2 + .../bindings/serial/snps-dw-apb-uart.yaml | 1 + .../devicetree/bindings/soc/rockchip/grf.yaml | 16 + .../bindings/timer/rockchip,rk-timer.yaml | 1 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3576-armsom-sige5.dts | 613 ++ .../boot/dts/rockchip/rk3576-pinctrl.dtsi | 5775 +++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3576.dtsi | 1635 +++++ 12 files changed, 8055 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-pinctrl.dtsi create mode 100644 arch/arm64/boot/dts/rockchip/rk3576.dtsi -- 2.46.0