kirkwood-rd88f6281-z0.dts 600 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Marvell RD88F6181 Z0 stepping descrition
  4. *
  5. * Andrew Lunn <[email protected]>
  6. *
  7. * This file contains the definitions for the board using the Z0
  8. * stepping of the SoC. The ethernet switch has a "wan" port.
  9. */
  10. /dts-v1/;
  11. #include "kirkwood-rd88f6281.dtsi"
  12. / {
  13. model = "Marvell RD88f6281 Reference design, with Z0 SoC";
  14. compatible = "marvell,rd88f6281-z0", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirkwood";
  15. };
  16. &eth1 {
  17. status = "disabled";
  18. };
  19. &switch {
  20. reg = <0>;
  21. ports {
  22. port@4 {
  23. reg = <4>;
  24. label = "wan";
  25. };
  26. };
  27. };