dove.dtsi 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /include/ "skeleton.dtsi"
  2. / {
  3. compatible = "marvell,dove";
  4. model = "Marvell Armada 88AP510 SoC";
  5. soc@f1000000 {
  6. compatible = "simple-bus";
  7. #address-cells = <1>;
  8. #size-cells = <1>;
  9. interrupt-parent = <&intc>;
  10. ranges = <0xc8000000 0xc8000000 0x0100000 /* CESA SRAM 1M */
  11. 0xe0000000 0xe0000000 0x8000000 /* PCIe0 Mem 128M */
  12. 0xe8000000 0xe8000000 0x8000000 /* PCIe1 Mem 128M */
  13. 0xf0000000 0xf0000000 0x0100000 /* ScratchPad 1M */
  14. 0x00000000 0xf1000000 0x1000000 /* SB/NB regs 16M */
  15. 0xf2000000 0xf2000000 0x0100000 /* PCIe0 I/O 1M */
  16. 0xf2100000 0xf2100000 0x0100000 /* PCIe0 I/O 1M */
  17. 0xf8000000 0xf8000000 0x8000000>; /* BootROM 128M */
  18. l2: l2-cache {
  19. compatible = "marvell,tauros2-cache";
  20. marvell,tauros2-cache-features = <0>;
  21. };
  22. intc: interrupt-controller {
  23. compatible = "marvell,orion-intc";
  24. interrupt-controller;
  25. #interrupt-cells = <1>;
  26. reg = <0x20204 0x04>, <0x20214 0x04>;
  27. };
  28. uart0: serial@12000 {
  29. compatible = "ns16550a";
  30. reg = <0x12000 0x100>;
  31. reg-shift = <2>;
  32. interrupts = <7>;
  33. clock-frequency = <166666667>;
  34. status = "disabled";
  35. };
  36. uart1: serial@12100 {
  37. compatible = "ns16550a";
  38. reg = <0x12100 0x100>;
  39. reg-shift = <2>;
  40. interrupts = <8>;
  41. clock-frequency = <166666667>;
  42. status = "disabled";
  43. };
  44. uart2: serial@12200 {
  45. compatible = "ns16550a";
  46. reg = <0x12000 0x100>;
  47. reg-shift = <2>;
  48. interrupts = <9>;
  49. clock-frequency = <166666667>;
  50. status = "disabled";
  51. };
  52. uart3: serial@12300 {
  53. compatible = "ns16550a";
  54. reg = <0x12100 0x100>;
  55. reg-shift = <2>;
  56. interrupts = <10>;
  57. clock-frequency = <166666667>;
  58. status = "disabled";
  59. };
  60. gpio0: gpio@d0400 {
  61. compatible = "marvell,orion-gpio";
  62. #gpio-cells = <2>;
  63. gpio-controller;
  64. reg = <0xd0400 0x20>;
  65. ngpio = <32>;
  66. interrupts = <12>, <13>, <14>, <60>;
  67. };
  68. gpio1: gpio@d0420 {
  69. compatible = "marvell,orion-gpio";
  70. #gpio-cells = <2>;
  71. gpio-controller;
  72. reg = <0xd0420 0x20>;
  73. ngpio = <32>;
  74. interrupts = <61>;
  75. };
  76. gpio2: gpio@e8400 {
  77. compatible = "marvell,orion-gpio";
  78. #gpio-cells = <2>;
  79. gpio-controller;
  80. reg = <0xe8400 0x0c>;
  81. ngpio = <8>;
  82. };
  83. spi0: spi@10600 {
  84. compatible = "marvell,orion-spi";
  85. #address-cells = <1>;
  86. #size-cells = <0>;
  87. cell-index = <0>;
  88. interrupts = <6>;
  89. reg = <0x10600 0x28>;
  90. status = "disabled";
  91. };
  92. spi1: spi@14600 {
  93. compatible = "marvell,orion-spi";
  94. #address-cells = <1>;
  95. #size-cells = <0>;
  96. cell-index = <1>;
  97. interrupts = <5>;
  98. reg = <0x14600 0x28>;
  99. status = "disabled";
  100. };
  101. i2c0: i2c@11000 {
  102. compatible = "marvell,mv64xxx-i2c";
  103. reg = <0x11000 0x20>;
  104. #address-cells = <1>;
  105. #size-cells = <0>;
  106. interrupts = <11>;
  107. clock-frequency = <400000>;
  108. timeout-ms = <1000>;
  109. status = "disabled";
  110. };
  111. sdio0: sdio@92000 {
  112. compatible = "marvell,dove-sdhci";
  113. reg = <0x92000 0x100>;
  114. interrupts = <35>, <37>;
  115. status = "disabled";
  116. };
  117. sdio1: sdio@90000 {
  118. compatible = "marvell,dove-sdhci";
  119. reg = <0x90000 0x100>;
  120. interrupts = <36>, <38>;
  121. status = "disabled";
  122. };
  123. sata0: sata@a0000 {
  124. compatible = "marvell,orion-sata";
  125. reg = <0xa0000 0x2400>;
  126. interrupts = <62>;
  127. nr-ports = <1>;
  128. status = "disabled";
  129. };
  130. crypto: crypto@30000 {
  131. compatible = "marvell,orion-crypto";
  132. reg = <0x30000 0x10000>,
  133. <0xc8000000 0x800>;
  134. reg-names = "regs", "sram";
  135. interrupts = <31>;
  136. status = "okay";
  137. };
  138. };
  139. };