> + realtek,smi-address: > + $ref: /schemas/types.yaml#/definitions/uint32-array > + description: SMI interface and address for the connected PHY > + items: > + - description: SMI interface number associated with the port. > + - description: SMI address of the PHY for the port. Is the hardware really random here with its mapping of PHYs? Generally, hardware is pretty predictable, logical. I'm just wondering if this property is really required, or if it can be replaced with some logic, avoiding typ0s. Andrew