mt7621_linksys_ea6350-v4.dts 711 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. #include "mt7621_linksys_ea7xxx.dtsi"
  3. / {
  4. compatible = "linksys,ea6350-v4", "mediatek,mt7621-soc";
  5. model = "Linksys EA6350 v4";
  6. };
  7. /* override EEPROM size to 0x400 for MT7603 */
  8. &eeprom_factory_0 {
  9. reg = <0x0 0x400>;
  10. };
  11. &gmac1 {
  12. phy-handle = <&ethphy4>;
  13. };
  14. &mdio {
  15. ethernet-phy@0 {
  16. status = "disabled";
  17. };
  18. ethphy4: ethernet-phy@4 {
  19. reg = <4>;
  20. };
  21. };
  22. &switch0 {
  23. ports {
  24. port@0 {
  25. status = "okay";
  26. label = "lan1";
  27. };
  28. port@1 {
  29. status = "okay";
  30. label = "lan2";
  31. };
  32. port@2 {
  33. status = "okay";
  34. label = "lan3";
  35. };
  36. port@3 {
  37. status = "okay";
  38. label = "lan4";
  39. };
  40. port@4 {
  41. status = "disabled";
  42. };
  43. };
  44. };