Snippet content copied to clipboard.
Are you sure to delete this snippet? No, don't delete
  1. &enet0 {
  2. phy-handle = <&phy_port1>;
  3. phy-connection-type = "rgmii-id";
  4. };
  5. &enet1 {
  6. phy-handle = <&phy_port2>;
  7. phy-connection-type = "rgmii-id";
  8. };
  9. &enet2 {
  10. phy-handle = <&phy_port3>;
  11. phy-connection-type = "rgmii-id";
  12. };
  13. &enet3 {
  14. status = "disabled";
  15. };
  16. &enet4 {
  17. phy-handle = <&phy_port4>;
  18. phy-connection-type = "rgmii-id";
  19. };
  20. &enet5 {
  21. phy-handle = <&phy_port5>;
  22. phy-connection-type = "rgmii-id";
  23. };
  24. &enet6 {
  25. status = "disabled";
  26. };
  27. &mdio0 {
  28. phy_port1: ethernet-phy@1 {
  29. reg = <0x1>;
  30. };
  31. phy_port2: ethernet-phy@2 {
  32. reg = <0x2>;
  33. };
  34. phy_port4: ethernet-phy@3 {
  35. reg = <0x4>;
  36. };
  37. phy_port5: ethernet-phy@4 {
  38. reg = <0x5>;
  39. };
  40. };
  41. &xmdio0 {
  42. phy_port3: ethernet-phy@1 {
  43. reg = <0x1>;
  44. };
  45. };

Edit this Snippet