armada-370-db.dts 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /*
  2. * Device Tree file for Marvell Armada 370 evaluation board
  3. * (DB-88F6710-BP-DDR3)
  4. *
  5. * Copyright (C) 2012 Marvell
  6. *
  7. * Lior Amsalem <alior@marvell.com>
  8. * Gregory CLEMENT <gregory.clement@free-electrons.com>
  9. * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  10. *
  11. * This file is licensed under the terms of the GNU General Public
  12. * License version 2. This program is licensed "as is" without any
  13. * warranty of any kind, whether express or implied.
  14. */
  15. /dts-v1/;
  16. /include/ "armada-370.dtsi"
  17. / {
  18. model = "Marvell Armada 370 Evaluation Board";
  19. compatible = "marvell,a370-db", "marvell,armada370", "marvell,armada-370-xp";
  20. chosen {
  21. bootargs = "console=ttyS0,115200 earlyprintk";
  22. };
  23. memory {
  24. device_type = "memory";
  25. reg = <0x00000000 0x40000000>; /* 1 GB */
  26. };
  27. soc {
  28. serial@d0012000 {
  29. clock-frequency = <200000000>;
  30. status = "okay";
  31. };
  32. sata@d00a0000 {
  33. nr-ports = <2>;
  34. status = "okay";
  35. };
  36. mdio {
  37. phy0: ethernet-phy@0 {
  38. reg = <0>;
  39. };
  40. phy1: ethernet-phy@1 {
  41. reg = <1>;
  42. };
  43. };
  44. ethernet@d0070000 {
  45. status = "okay";
  46. phy = <&phy0>;
  47. phy-mode = "rgmii-id";
  48. };
  49. ethernet@d0074000 {
  50. status = "okay";
  51. phy = <&phy1>;
  52. phy-mode = "rgmii-id";
  53. };
  54. mvsdio@d00d4000 {
  55. pinctrl-0 = <&sdio_pins1>;
  56. pinctrl-names = "default";
  57. /*
  58. * This device is disabled by default, because
  59. * using the SD card connector requires
  60. * changing the default CON40 connector
  61. * "DB-88F6710_MPP_2xRGMII_DEVICE_Jumper" to a
  62. * different connector
  63. * "DB-88F6710_MPP_RGMII_SD_Jumper".
  64. */
  65. status = "disabled";
  66. /* No CD or WP GPIOs */
  67. };
  68. usb@d0050000 {
  69. status = "okay";
  70. };
  71. usb@d0051000 {
  72. status = "okay";
  73. };
  74. spi0: spi@d0010600 {
  75. status = "okay";
  76. spi-flash@0 {
  77. #address-cells = <1>;
  78. #size-cells = <1>;
  79. compatible = "mx25l25635e";
  80. reg = <0>; /* Chip select 0 */
  81. spi-max-frequency = <50000000>;
  82. };
  83. };
  84. };
  85. };