kirkwood-openrd-base.dts 800 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * Marvell OpenRD Base Board Description
  3. *
  4. * Andrew Lunn <andrew@lunn.ch>
  5. *
  6. * This file is licensed under the terms of the GNU General Public
  7. * License version 2. This program is licensed "as is" without any
  8. * warranty of any kind, whether express or implied.
  9. *
  10. * This file contains the definitions that are specific to OpenRD
  11. * base variant of the Marvell Kirkwood Development Board.
  12. */
  13. /dts-v1/;
  14. #include "kirkwood-openrd.dtsi"
  15. / {
  16. model = "OpenRD Base";
  17. compatible = "marvell,openrd-base", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  18. ocp@f1000000 {
  19. serial@12100 {
  20. status = "okay";
  21. };
  22. };
  23. };
  24. &mdio {
  25. status = "okay";
  26. ethphy0: ethernet-phy@8 {
  27. reg = <8>;
  28. };
  29. };
  30. &eth0 {
  31. status = "okay";
  32. ethernet0-port@0 {
  33. phy-handle = <&ethphy0>;
  34. };
  35. };