On Thu, Jan 02, 2025 at 05:00:15PM +0530, Varadarajan Narayanan wrote: > + "#phy-cells": > + const: 0 > + > + "#clock-cells": > + const: 0 > + > + num-lanes: true $ref: /schemas/types.yaml#/definitions/uint32 enum: or this should be moved to some shared schema. > + > +required: > + - compatible > + - reg > + - clocks > + - resets > + - "#phy-cells" > + - "#clock-cells" num-lanes should be required. How does it work without it? There is no default. Best regards, Krzysztof