spear3xx.dtsi 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /*
  2. * DTS file for all SPEAr3xx SoCs
  3. *
  4. * Copyright 2012 Viresh Kumar <viresh.linux@gmail.com>
  5. *
  6. * The code contained herein is licensed under the GNU General Public
  7. * License. You may obtain a copy of the GNU General Public License
  8. * Version 2 or later at the following locations:
  9. *
  10. * http://www.opensource.org/licenses/gpl-license.html
  11. * http://www.gnu.org/copyleft/gpl.html
  12. */
  13. /include/ "skeleton.dtsi"
  14. / {
  15. interrupt-parent = <&vic>;
  16. cpus {
  17. cpu@0 {
  18. compatible = "arm,arm926ejs";
  19. };
  20. };
  21. memory {
  22. device_type = "memory";
  23. reg = <0 0x40000000>;
  24. };
  25. ahb {
  26. #address-cells = <1>;
  27. #size-cells = <1>;
  28. compatible = "simple-bus";
  29. ranges = <0xd0000000 0xd0000000 0x30000000>;
  30. vic: interrupt-controller@f1100000 {
  31. compatible = "arm,pl190-vic";
  32. interrupt-controller;
  33. reg = <0xf1100000 0x1000>;
  34. #interrupt-cells = <1>;
  35. };
  36. dma@fc400000 {
  37. compatible = "arm,pl080", "arm,primecell";
  38. reg = <0xfc400000 0x1000>;
  39. interrupt-parent = <&vic>;
  40. interrupts = <8>;
  41. status = "disabled";
  42. };
  43. gmac: eth@e0800000 {
  44. compatible = "st,spear600-gmac";
  45. reg = <0xe0800000 0x8000>;
  46. interrupts = <23 22>;
  47. interrupt-names = "macirq", "eth_wake_irq";
  48. phy-mode = "mii";
  49. status = "disabled";
  50. };
  51. smi: flash@fc000000 {
  52. compatible = "st,spear600-smi";
  53. #address-cells = <1>;
  54. #size-cells = <1>;
  55. reg = <0xfc000000 0x1000>;
  56. interrupts = <9>;
  57. status = "disabled";
  58. };
  59. spi0: spi@d0100000 {
  60. compatible = "arm,pl022", "arm,primecell";
  61. reg = <0xd0100000 0x1000>;
  62. interrupts = <20>;
  63. #address-cells = <1>;
  64. #size-cells = <0>;
  65. status = "disabled";
  66. };
  67. ehci@e1800000 {
  68. compatible = "st,spear600-ehci", "usb-ehci";
  69. reg = <0xe1800000 0x1000>;
  70. interrupts = <26>;
  71. status = "disabled";
  72. };
  73. ohci@e1900000 {
  74. compatible = "st,spear600-ohci", "usb-ohci";
  75. reg = <0xe1900000 0x1000>;
  76. interrupts = <25>;
  77. status = "disabled";
  78. };
  79. ohci@e2100000 {
  80. compatible = "st,spear600-ohci", "usb-ohci";
  81. reg = <0xe2100000 0x1000>;
  82. interrupts = <27>;
  83. status = "disabled";
  84. };
  85. apb {
  86. #address-cells = <1>;
  87. #size-cells = <1>;
  88. compatible = "simple-bus";
  89. ranges = <0xd0000000 0xd0000000 0x30000000>;
  90. gpio0: gpio@fc980000 {
  91. compatible = "arm,pl061", "arm,primecell";
  92. reg = <0xfc980000 0x1000>;
  93. interrupts = <11>;
  94. gpio-controller;
  95. #gpio-cells = <2>;
  96. interrupt-controller;
  97. #interrupt-cells = <2>;
  98. status = "disabled";
  99. };
  100. i2c0: i2c@d0180000 {
  101. #address-cells = <1>;
  102. #size-cells = <0>;
  103. compatible = "snps,designware-i2c";
  104. reg = <0xd0180000 0x1000>;
  105. interrupts = <21>;
  106. status = "disabled";
  107. };
  108. rtc@fc900000 {
  109. compatible = "st,spear600-rtc";
  110. reg = <0xfc900000 0x1000>;
  111. interrupts = <10>;
  112. status = "disabled";
  113. };
  114. serial@d0000000 {
  115. compatible = "arm,pl011", "arm,primecell";
  116. reg = <0xd0000000 0x1000>;
  117. interrupts = <19>;
  118. status = "disabled";
  119. };
  120. wdt@fc880000 {
  121. compatible = "arm,sp805", "arm,primecell";
  122. reg = <0xfc880000 0x1000>;
  123. interrupts = <12>;
  124. status = "disabled";
  125. };
  126. timer@f0000000 {
  127. compatible = "st,spear-timer";
  128. reg = <0xf0000000 0x400>;
  129. interrupts = <2>;
  130. };
  131. };
  132. };
  133. };