- &enet0 {
- phy-handle = <&phy_port1>;
- phy-connection-type = "rgmii-id";
- };
-
- &enet1 {
- phy-handle = <&phy_port2>;
- phy-connection-type = "rgmii-id";
- };
-
- &enet2 {
- phy-handle = <&phy_port3>;
- phy-connection-type = "rgmii-id";
- };
-
- &enet3 {
- status = "disabled";
- };
-
- &enet4 {
- phy-handle = <&phy_port4>;
- phy-connection-type = "rgmii-id";
- };
-
- &enet5 {
- phy-handle = <&phy_port5>;
- phy-connection-type = "rgmii-id";
- };
-
- &enet6 {
- status = "disabled";
- };
-
- &mdio0 {
- phy_port1: ethernet-phy@1 {
- reg = <0x1>;
- };
-
- phy_port2: ethernet-phy@2 {
- reg = <0x2>;
- };
-
- phy_port4: ethernet-phy@3 {
- reg = <0x4>;
- };
-
- phy_port5: ethernet-phy@4 {
- reg = <0x5>;
- };
- };
-
- &xmdio0 {
- phy_port3: ethernet-phy@1 {
- reg = <0x1>;
- };
- };