Re: [PATCH 1/4] dt-bindings: net: Add Realtek MDIO controller
From: Andrew Lunn
Date: Thu Dec 12 2024 - 12:14:30 EST
> + 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