Skip to content

Commit ae2208d

Browse files
committed
dt-bindings: arm: rockchip: add TS133 to RK356x-based QNAP NAS devices
QNAP builds a number of variants of the RK356x-based NAS design. Add the 1-bay TS133 variant. This one is a tiny bit special as it is based around the RK3566 variant of the mostly similar RK3566/RK3568 SoCs. Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patch.msgid.link/20260104191448.2693309-5-heiko@sntech.de
1 parent a81a2d2 commit ae2208d

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

Documentation/devicetree/bindings/arm/rockchip.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -894,11 +894,15 @@ properties:
894894
- const: rockchip,rk3568
895895

896896
- description: QNAP TS-x33 NAS devices
897-
items:
898-
- enum:
899-
- qnap,ts233
900-
- qnap,ts433
901-
- const: rockchip,rk3568
897+
oneOf:
898+
- items:
899+
- const: qnap,ts133
900+
- const: rockchip,rk3566
901+
- items:
902+
- enum:
903+
- qnap,ts233
904+
- qnap,ts433
905+
- const: rockchip,rk3568
902906

903907
- description: Radxa Compute Module 3 (CM3)
904908
items:

0 commit comments

Comments
 (0)