Support for QNAP TS133 variant
From: Heiko Stuebner <heiko@...> Date: Sun, 4 Jan 2026 20:02:48 +0100
This adds support for the TS133 variant of the NAS series. It turns out this variant is build around the RK3566 instead of RK3568 as all the other are. This is "fixable" by not including the soc dtsi in the board files and not in the shared tsx33 dtsi. While adding the devicetree I also realized that some things are wrong in the common dtsi: - the shared sata controller for all variants is sata2 - the TS133 does not have a "copy-key" The specific mcu-compatible of course needs the mfd series from [0] to be merged first. [0] https://lore.kernel.org/linux-devicetree/20260104173310.2685852-1-heiko@sntech.de/ Heiko Stuebner (5): arm64: dts: rockchip: Move SoC include to individual QNAP TSx33 boards arm64: dts: rockchip: Fix the common combophy + SATA on QNAP TSx33 devices arm64: dts: rockchip: Move copy-key to TSx33 board files dt-bindings: arm: rockchip: add TS133 to RK356x-based QNAP NAS devices arm64: dts: rockchip: Add TS133 variant of the QNAP NAS series .../devicetree/bindings/arm/rockchip.yaml | 14 ++-- arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3566-qnap-ts133.dts | 71 +++++++++++++++++++ .../boot/dts/rockchip/rk3568-qnap-ts233.dts | 18 ++++- .../boot/dts/rockchip/rk3568-qnap-ts433.dts | 18 ++++- .../boot/dts/rockchip/rk3568-qnap-tsx33.dtsi | 21 ++---- 6 files changed, 118 insertions(+), 25 deletions(-) create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-qnap-ts133.dts -- 2.47.2
Patches in this set
- [0001] arm64: dts: rockchip: Move SoC include to individual QNAP (raw)
- [0002] arm64: dts: rockchip: Fix the common combophy + SATA on (raw)
- [0003] arm64: dts: rockchip: Move copy-key to TSx33 board files (raw)
- [0004] dt-bindings: arm: rockchip: add TS133 to RK356x-based (raw)
- [0005] arm64: dts: rockchip: Add TS133 variant of the QNAP NAS (raw)
Statistics
- 5 individual patches
- 118 lines added
- 25 lines removed