[PATCH 1/2] dt-bindings: arm: rockchip: Add CM3588 NAS

Sebastian Kropatsch posted 2 patches 1 year, 6 months ago
There is a newer version of this series
[PATCH 1/2] dt-bindings: arm: rockchip: Add CM3588 NAS
Posted by Sebastian Kropatsch 1 year, 6 months ago
Add devicetree binding 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.

Signed-off-by: Sebastian Kropatsch <seb-dev@web.de>
---
 Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index e04c213a0dee..93d671e13f18 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -248,6 +248,11 @@ properties:
           - const: friendlyarm,nanopc-t6
           - const: rockchip,rk3588

+      - description: FriendlyElec CM3588 NAS
+        items:
+          - const: friendlyarm,cm3588-nas
+          - const: rockchip,rk3588
+
       - description: GameForce Chi
         items:
           - const: gameforce,chi
--
2.43.0
Re: [PATCH 1/2] dt-bindings: arm: rockchip: Add CM3588 NAS
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 26/05/2024 23:46, Sebastian Kropatsch wrote:
> Add devicetree binding 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.
> 
> Signed-off-by: Sebastian Kropatsch <seb-dev@web.de>
> ---
>  Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof