armada-370-mirabox.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. * Device Tree file for Globalscale Mirabox
  3. *
  4. * Gregory CLEMENT <gregory.clement@free-electrons.com>
  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. /dts-v1/;
  11. /include/ "armada-370.dtsi"
  12. / {
  13. model = "Globalscale Mirabox";
  14. compatible = "globalscale,mirabox", "marvell,armada370", "marvell,armada-370-xp";
  15. chosen {
  16. bootargs = "console=ttyS0,115200 earlyprintk";
  17. };
  18. memory {
  19. device_type = "memory";
  20. reg = <0x00000000 0x20000000>; /* 512 MB */
  21. };
  22. soc {
  23. serial@d0012000 {
  24. clock-frequency = <200000000>;
  25. status = "okay";
  26. };
  27. timer@d0020300 {
  28. clock-frequency = <600000000>;
  29. status = "okay";
  30. };
  31. mdio {
  32. phy0: ethernet-phy@0 {
  33. reg = <0>;
  34. };
  35. phy1: ethernet-phy@1 {
  36. reg = <1>;
  37. };
  38. };
  39. ethernet@d0070000 {
  40. clock-frequency = <200000000>;
  41. status = "okay";
  42. phy = <&phy0>;
  43. phy-mode = "rgmii-id";
  44. };
  45. ethernet@d0074000 {
  46. clock-frequency = <200000000>;
  47. status = "okay";
  48. phy = <&phy1>;
  49. phy-mode = "rgmii-id";
  50. };
  51. };
  52. };