diff options
author | FUKAUMI Naoki <naoki@radxa.com> | 2024-10-21 09:05:46 +0000 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-11-11 16:31:35 +0100 |
commit | df4e08a5eed1675f646dd41c8179ef354e9d1b75 (patch) | |
tree | fd1f6f522d1efa17c77c4229774f895d684df7a9 | |
parent | bea70269e9d4dbef28ef6428a3ba0b3fb623c0e0 (diff) | |
download | lwn-df4e08a5eed1675f646dd41c8179ef354e9d1b75.tar.gz lwn-df4e08a5eed1675f646dd41c8179ef354e9d1b75.zip |
dt-bindings: arm: rockchip: add Radxa ROCK 5C
Add devicetree binding for the Radxa ROCK 5C.
Radxa ROCK 5C is a 8K computer for everything[1] using the Rockchip
RK3588S2 chip.
[1] https://radxa.com/products/rock5/5c
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20241021090548.1052-1-naoki@radxa.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 93765862458d..a5a8f8bb9e48 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -895,6 +895,11 @@ properties: - const: radxa,rock-5b - const: rockchip,rk3588 + - description: Radxa ROCK 5C + items: + - const: radxa,rock-5c + - const: rockchip,rk3588s + - description: Radxa ROCK S0 items: - const: radxa,rock-s0 |