diff options
author | 2024-06-16 23:48:29 +0200 | |
---|---|---|
committer | 2024-06-24 18:14:00 +0200 | |
commit | 01eeea6b1afbe6c40a0915e40644efc0bebdb42a (patch) | |
tree | 73729fca97a1693c3993990f79afa82e6c3b3ad1 | |
parent | arm64: dts: rockchip: add rfkill node for M.2 Key E Bluetooth on Rock 5B (diff) | |
download | wireguard-linux-01eeea6b1afbe6c40a0915e40644efc0bebdb42a.tar.xz wireguard-linux-01eeea6b1afbe6c40a0915e40644efc0bebdb42a.zip |
dt-bindings: arm: rockchip: Add FriendlyElec CM3588 NAS
Add devicetree bindings for the FriendlyElec CM3588 NAS board.
The CM3588 NAS by FriendlyElec pairs the CM3588 compute module, based on
the Rockchip RK3588 SoC, with the CM3588 NAS Kit carrier board.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Sebastian Kropatsch <seb-dev@mail.de>
Link: https://lore.kernel.org/r/20240616215354.40999-2-seb-dev@mail.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 77469270b271..eca0a42eb384 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -248,6 +248,13 @@ properties: - const: friendlyarm,nanopc-t6 - const: rockchip,rk3588 + - description: FriendlyElec CM3588-based boards + items: + - enum: + - friendlyarm,cm3588-nas + - const: friendlyarm,cm3588 + - const: rockchip,rk3588 + - description: GameForce Chi items: - const: gameforce,chi |