am33xx.dtsi 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /*
  2. * Device Tree Source for AM33XX SoC
  3. *
  4. * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. /include/ "skeleton.dtsi"
  11. / {
  12. compatible = "ti,am33xx";
  13. aliases {
  14. serial0 = &uart1;
  15. serial1 = &uart2;
  16. serial2 = &uart3;
  17. serial3 = &uart4;
  18. serial4 = &uart5;
  19. serial5 = &uart6;
  20. };
  21. cpus {
  22. cpu@0 {
  23. compatible = "arm,cortex-a8";
  24. };
  25. };
  26. /*
  27. * The soc node represents the soc top level view. It is uses for IPs
  28. * that are not memory mapped in the MPU view or for the MPU itself.
  29. */
  30. soc {
  31. compatible = "ti,omap-infra";
  32. mpu {
  33. compatible = "ti,omap3-mpu";
  34. ti,hwmods = "mpu";
  35. };
  36. };
  37. /*
  38. * XXX: Use a flat representation of the AM33XX interconnect.
  39. * The real AM33XX interconnect network is quite complex.Since
  40. * that will not bring real advantage to represent that in DT
  41. * for the moment, just use a fake OCP bus entry to represent
  42. * the whole bus hierarchy.
  43. */
  44. ocp {
  45. compatible = "simple-bus";
  46. #address-cells = <1>;
  47. #size-cells = <1>;
  48. ranges;
  49. ti,hwmods = "l3_main";
  50. intc: interrupt-controller@48200000 {
  51. compatible = "ti,omap2-intc";
  52. interrupt-controller;
  53. #interrupt-cells = <1>;
  54. ti,intc-size = <128>;
  55. reg = <0x48200000 0x1000>;
  56. };
  57. gpio1: gpio@44e07000 {
  58. compatible = "ti,omap4-gpio";
  59. ti,hwmods = "gpio1";
  60. gpio-controller;
  61. #gpio-cells = <2>;
  62. interrupt-controller;
  63. #interrupt-cells = <1>;
  64. reg = <0x44e07000 0x1000>;
  65. interrupt-parent = <&intc>;
  66. interrupts = <96>;
  67. };
  68. gpio2: gpio@4804c000 {
  69. compatible = "ti,omap4-gpio";
  70. ti,hwmods = "gpio2";
  71. gpio-controller;
  72. #gpio-cells = <2>;
  73. interrupt-controller;
  74. #interrupt-cells = <1>;
  75. reg = <0x4804c000 0x1000>;
  76. interrupt-parent = <&intc>;
  77. interrupts = <98>;
  78. };
  79. gpio3: gpio@481ac000 {
  80. compatible = "ti,omap4-gpio";
  81. ti,hwmods = "gpio3";
  82. gpio-controller;
  83. #gpio-cells = <2>;
  84. interrupt-controller;
  85. #interrupt-cells = <1>;
  86. reg = <0x481ac000 0x1000>;
  87. interrupt-parent = <&intc>;
  88. interrupts = <32>;
  89. };
  90. gpio4: gpio@481ae000 {
  91. compatible = "ti,omap4-gpio";
  92. ti,hwmods = "gpio4";
  93. gpio-controller;
  94. #gpio-cells = <2>;
  95. interrupt-controller;
  96. #interrupt-cells = <1>;
  97. reg = <0x481ae000 0x1000>;
  98. interrupt-parent = <&intc>;
  99. interrupts = <62>;
  100. };
  101. uart1: serial@44e09000 {
  102. compatible = "ti,omap3-uart";
  103. ti,hwmods = "uart1";
  104. clock-frequency = <48000000>;
  105. reg = <0x44e09000 0x2000>;
  106. interrupt-parent = <&intc>;
  107. interrupts = <72>;
  108. status = "disabled";
  109. };
  110. uart2: serial@48022000 {
  111. compatible = "ti,omap3-uart";
  112. ti,hwmods = "uart2";
  113. clock-frequency = <48000000>;
  114. reg = <0x48022000 0x2000>;
  115. interrupt-parent = <&intc>;
  116. interrupts = <73>;
  117. status = "disabled";
  118. };
  119. uart3: serial@48024000 {
  120. compatible = "ti,omap3-uart";
  121. ti,hwmods = "uart3";
  122. clock-frequency = <48000000>;
  123. reg = <0x48024000 0x2000>;
  124. interrupt-parent = <&intc>;
  125. interrupts = <74>;
  126. status = "disabled";
  127. };
  128. uart4: serial@481a6000 {
  129. compatible = "ti,omap3-uart";
  130. ti,hwmods = "uart4";
  131. clock-frequency = <48000000>;
  132. reg = <0x481a6000 0x2000>;
  133. interrupt-parent = <&intc>;
  134. interrupts = <44>;
  135. status = "disabled";
  136. };
  137. uart5: serial@481a8000 {
  138. compatible = "ti,omap3-uart";
  139. ti,hwmods = "uart5";
  140. clock-frequency = <48000000>;
  141. reg = <0x481a8000 0x2000>;
  142. interrupt-parent = <&intc>;
  143. interrupts = <45>;
  144. status = "disabled";
  145. };
  146. uart6: serial@481aa000 {
  147. compatible = "ti,omap3-uart";
  148. ti,hwmods = "uart6";
  149. clock-frequency = <48000000>;
  150. reg = <0x481aa000 0x2000>;
  151. interrupt-parent = <&intc>;
  152. interrupts = <46>;
  153. status = "disabled";
  154. };
  155. i2c1: i2c@44e0b000 {
  156. compatible = "ti,omap4-i2c";
  157. #address-cells = <1>;
  158. #size-cells = <0>;
  159. ti,hwmods = "i2c1";
  160. reg = <0x44e0b000 0x1000>;
  161. interrupt-parent = <&intc>;
  162. interrupts = <70>;
  163. status = "disabled";
  164. };
  165. i2c2: i2c@4802a000 {
  166. compatible = "ti,omap4-i2c";
  167. #address-cells = <1>;
  168. #size-cells = <0>;
  169. ti,hwmods = "i2c2";
  170. reg = <0x4802a000 0x1000>;
  171. interrupt-parent = <&intc>;
  172. interrupts = <71>;
  173. status = "disabled";
  174. };
  175. i2c3: i2c@4819c000 {
  176. compatible = "ti,omap4-i2c";
  177. #address-cells = <1>;
  178. #size-cells = <0>;
  179. ti,hwmods = "i2c3";
  180. reg = <0x4819c000 0x1000>;
  181. interrupt-parent = <&intc>;
  182. interrupts = <30>;
  183. status = "disabled";
  184. };
  185. wdt2: wdt@44e35000 {
  186. compatible = "ti,omap3-wdt";
  187. ti,hwmods = "wd_timer2";
  188. reg = <0x44e35000 0x1000>;
  189. interrupt-parent = <&intc>;
  190. interrupts = <91>;
  191. };
  192. };
  193. };