Re: [PATCH v2 1/2] dt-bindings: interconnect: Add Qualcomm SM6115 NoC

From: Krzysztof Kozlowski
Date: Mon Nov 27 2023 - 07:28:04 EST


On 27/11/2023 12:10, Konrad Dybcio wrote:
> Add bindings for Qualcomm SM6115 Network-On-Chip interconnect.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
> ---
...

> +
> +properties:
> + compatible:
> + enum:
> + - qcom,sm6115-bimc
> + - qcom,sm6115-cnoc
> + - qcom,sm6115-snoc
> +
> + reg:
> + maxItems: 1
> +
> + clocks:
> + minItems: 1
> + maxItems: 4

clock-names as well here. All of such arrays go together.

> +
> +# Child node's properties
> +patternProperties:
> + '^interconnect-[a-z0-9]+$':
Best regards,
Krzysztof