armada-370-rd.dts 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /*
  2. * Device Tree file for Marvell Armada 370 Reference Design board
  3. * (RD-88F6710-A1)
  4. *
  5. * Copied from arch/arm/boot/dts/armada-370-db.dts
  6. *
  7. * Copyright (C) 2013 Florian Fainelli <florian@openwrt.org>
  8. *
  9. * This file is licensed under the terms of the GNU General Public
  10. * License version 2. This program is licensed "as is" without any
  11. * warranty of any kind, whether express or implied.
  12. */
  13. /dts-v1/;
  14. /include/ "armada-370.dtsi"
  15. / {
  16. model = "Marvell Armada 370 Reference Design";
  17. compatible = "marvell,a370-rd", "marvell,armada370", "marvell,armada-370-xp";
  18. chosen {
  19. bootargs = "console=ttyS0,115200 earlyprintk";
  20. };
  21. memory {
  22. device_type = "memory";
  23. reg = <0x00000000 0x20000000>; /* 512 MB */
  24. };
  25. soc {
  26. serial@d0012000 {
  27. clock-frequency = <200000000>;
  28. status = "okay";
  29. };
  30. sata@d00a0000 {
  31. nr-ports = <2>;
  32. status = "okay";
  33. };
  34. mdio {
  35. phy0: ethernet-phy@0 {
  36. reg = <0>;
  37. };
  38. phy1: ethernet-phy@1 {
  39. reg = <1>;
  40. };
  41. };
  42. ethernet@d0070000 {
  43. status = "okay";
  44. phy = <&phy0>;
  45. phy-mode = "sgmii";
  46. };
  47. ethernet@d0074000 {
  48. status = "okay";
  49. phy = <&phy1>;
  50. phy-mode = "rgmii-id";
  51. };
  52. mvsdio@d00d4000 {
  53. pinctrl-0 = <&sdio_pins1>;
  54. pinctrl-names = "default";
  55. status = "okay";
  56. /* No CD or WP GPIOs */
  57. };
  58. usb@d0050000 {
  59. status = "okay";
  60. };
  61. usb@d0051000 {
  62. status = "okay";
  63. };
  64. };
  65. };