kirkwood-openrd-base.dts 645 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Marvell OpenRD Base Board Description
  4. *
  5. * Andrew Lunn <[email protected]>
  6. *
  7. * This file contains the definitions that are specific to OpenRD
  8. * base variant of the Marvell Kirkwood Development Board.
  9. */
  10. /dts-v1/;
  11. #include "kirkwood-openrd.dtsi"
  12. / {
  13. model = "OpenRD Base";
  14. compatible = "marvell,openrd-base", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  15. ocp@f1000000 {
  16. serial@12100 {
  17. status = "okay";
  18. };
  19. };
  20. };
  21. &mdio {
  22. status = "okay";
  23. ethphy0: ethernet-phy@8 {
  24. reg = <8>;
  25. };
  26. };
  27. &eth0 {
  28. status = "okay";
  29. ethernet0-port@0 {
  30. phy-handle = <&ethphy0>;
  31. };
  32. };