[PATCH v1 1/7] dt-bindings: arm: sunxi: Add NetCube Systems Nagami SoM

Lukas Schmid posted 7 patches 3 months ago
There is a newer version of this series
[PATCH v1 1/7] dt-bindings: arm: sunxi: Add NetCube Systems Nagami SoM
Posted by Lukas Schmid 3 months ago
The NetCube Systems Nagami is an System on Module base on the Allwinner
T113s SoC. It is intended to be used in low cost devices which require
simple layouts and low BOM cost.

Signed-off-by: Lukas Schmid <lukas.schmid@netcube.li>
---
 Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
index 7807ea613..3c4353884 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -599,6 +599,11 @@ properties:
           - const: netcube,kumquat
           - const: allwinner,sun8i-v3s
 
+      - description: NetCube Systems Nagami SoM
+        items:
+          - const: netcube,nagami
+          - const: allwinner,sun8i-t113s
+
       - description: NextThing Co. CHIP
         items:
           - const: nextthing,chip
-- 
2.39.5
Re: [PATCH v1 1/7] dt-bindings: arm: sunxi: Add NetCube Systems Nagami SoM
Posted by Krzysztof Kozlowski 3 months ago
On 05/07/2025 23:38, Lukas Schmid wrote:
> The NetCube Systems Nagami is an System on Module base on the Allwinner
> T113s SoC. It is intended to be used in low cost devices which require
> simple layouts and low BOM cost.
> 
> Signed-off-by: Lukas Schmid <lukas.schmid@netcube.li>
> ---
>  Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
> index 7807ea613..3c4353884 100644
> --- a/Documentation/devicetree/bindings/arm/sunxi.yaml
> +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
> @@ -599,6 +599,11 @@ properties:
>            - const: netcube,kumquat
>            - const: allwinner,sun8i-v3s
>  
> +      - description: NetCube Systems Nagami SoM
> +        items:
> +          - const: netcube,nagami
As pointed out by next patch, SoM cannot be used alone and this entry
make little sense.

BTW, squash all bindings patches into one, so we see complete picture.

Best regards,
Krzysztof