kirkwood-rd88f6281-a.dts 688 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Marvell RD88F6181 A Board descrition
  4. *
  5. * Andrew Lunn <[email protected]>
  6. *
  7. * This file contains the definitions for the board with the A0 or
  8. * higher stepping of the SoC. The ethernet switch does not have a
  9. * "wan" port.
  10. */
  11. /dts-v1/;
  12. #include "kirkwood-rd88f6281.dtsi"
  13. / {
  14. model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
  15. compatible = "marvell,rd88f6281-a", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirkwood";
  16. };
  17. &mdio {
  18. status = "okay";
  19. ethphy1: ethernet-phy@11 {
  20. reg = <11>;
  21. };
  22. };
  23. &switch {
  24. reg = <10>;
  25. };
  26. &eth1 {
  27. status = "okay";
  28. ethernet1-port@0 {
  29. phy-handle = <&ethphy1>;
  30. };
  31. };