On 11/07/2022 17:20, Thierry Reding wrote: > +--- > +$id: http://devicetree.org/schemas/arm/tegra/nvidia,nvec.yaml# Same comment -> under soc. > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: NVIDIA compliant embedded controller > + > +maintainers: > + - Thierry Reding <thierry.reding@xxxxxxxxx> > + - Jon Hunter <jonathanh@xxxxxxxxxx> > + > +properties: > + compatible: > + const: nvidia,nvec > + > + reg: > + maxItems: 1 > + > + interrupts: > + maxItems: 1 > + > + clocks: > + minItems: 1 > + items: > + - description: divider clock > + - description: fast clock > + > + clock-names: > + minItems: 1 > + items: > + - const: div-clk > + - const: fast-clk > + > + resets: > + items: > + - description: module reset > + > + reset-names: > + items: > + - const: i2c > + > + clock-frequency: > + $ref: /schemas/types.yaml#/definitions/uint32 No need for ref, standard property (from core schema). > + description: frequency of the I2C bus > + > + request-gpios: Best regards, Krzysztof