> So why not: > > switch@0 { > compatible = "acme,switch"; > #address-cells = <1>; > #size-cells = <0>; > > ports { > > port@0 { > reg = <0>; > phy@0 { > reg = <0>; > }; > }; Hi Linus So you are suggesting put the PHY node inside the MAC node. This is sometimes done, but does not describe the hardware. The PHYs are on an MDIO bus, so device tree should show the MDIO bus and the PHYs on it. DSA does have an MDIO bus, so putting the PHYs in the MAC is just confusing. Although that is not Florians preferred solution, he would like the DSA driver to export its own MDIO bus and list the PHYs on it. Andrew -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html