On 06/03/2026 14:27, Ioana Ciocoi-Radulescu wrote:
> +
> + iommus:
> + maxItems: 1
> +
> + power-domains:
> + maxItems: 1
> +
> +required:
> + - compatible
> + - reg
> + - reg-names
> + - memory-region
> + - interrupts
> + - clocks
> + - clock-names
Missing power-domains
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/interrupt-controller/arm-gic.h>
> + #include <dt-bindings/interrupt-controller/irq.h>
> +
> + bus {
> + #address-cells = <2>;
> + #size-cells = <2>;
> +
> + npu@4ab00000 {
> + compatible = "nxp,imx95-neutron";
> + reg = <0x0 0x4ab00000 0x0 0x00000400>,
> + <0x0 0x4AB10000 0x0 0x00010000>,
> + <0x0 0x4AB08000 0x0 0x00008000>;
Keep consistent code, so lowercase hex.
With these two fixed:
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Best regards,
Krzysztof