lan966x-kontron-kswitch-d10-mmt-8g.dts 693 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree file for the Kontron KSwitch D10 MMT 8G
  4. */
  5. /dts-v1/;
  6. #include "lan966x-kontron-kswitch-d10-mmt.dtsi"
  7. / {
  8. model = "Kontron KSwitch D10 MMT 8G";
  9. compatible = "kontron,kswitch-d10-mmt-8g", "kontron,s1921",
  10. "microchip,lan9668", "microchip,lan966";
  11. };
  12. &mdio0 {
  13. phy2: ethernet-phy@3 {
  14. reg = <3>;
  15. };
  16. phy3: ethernet-phy@4 {
  17. reg = <4>;
  18. };
  19. };
  20. &port2 {
  21. phys = <&serdes 2 SERDES6G(0)>;
  22. phy-handle = <&phy2>;
  23. phy-mode = "sgmii";
  24. managed = "in-band-status";
  25. status = "okay";
  26. };
  27. &port3 {
  28. phys = <&serdes 3 SERDES6G(1)>;
  29. phy-handle = <&phy3>;
  30. phy-mode = "sgmii";
  31. managed = "in-band-status";
  32. status = "okay";
  33. };