> + mdio {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + reg = <1>;
> +
> + switch0phy0: switch0phy0 at 0 {
> + reg = <0x11>;
Since the reg is 0x11, this should be called switch0phy0 at 11. Please
follow the same scheme for the other phys.
Andrew