omap5.dtsi 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. /*
  2. * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. * Based on "omap4.dtsi"
  8. */
  9. /*
  10. * Carveout for multimedia usecases
  11. * It should be the last 48MB of the first 512MB memory part
  12. * In theory, it should not even exist. That zone should be reserved
  13. * dynamically during the .reserve callback.
  14. */
  15. /memreserve/ 0x9d000000 0x03000000;
  16. /include/ "skeleton.dtsi"
  17. / {
  18. compatible = "ti,omap5";
  19. interrupt-parent = <&gic>;
  20. aliases {
  21. serial0 = &uart1;
  22. serial1 = &uart2;
  23. serial2 = &uart3;
  24. serial3 = &uart4;
  25. serial4 = &uart5;
  26. serial5 = &uart6;
  27. };
  28. cpus {
  29. cpu@0 {
  30. compatible = "arm,cortex-a15";
  31. };
  32. cpu@1 {
  33. compatible = "arm,cortex-a15";
  34. };
  35. };
  36. /*
  37. * The soc node represents the soc top level view. It is uses for IPs
  38. * that are not memory mapped in the MPU view or for the MPU itself.
  39. */
  40. soc {
  41. compatible = "ti,omap-infra";
  42. mpu {
  43. compatible = "ti,omap5-mpu";
  44. ti,hwmods = "mpu";
  45. };
  46. };
  47. /*
  48. * XXX: Use a flat representation of the OMAP3 interconnect.
  49. * The real OMAP interconnect network is quite complex.
  50. * Since that will not bring real advantage to represent that in DT for
  51. * the moment, just use a fake OCP bus entry to represent the whole bus
  52. * hierarchy.
  53. */
  54. ocp {
  55. compatible = "ti,omap4-l3-noc", "simple-bus";
  56. #address-cells = <1>;
  57. #size-cells = <1>;
  58. ranges;
  59. ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
  60. gic: interrupt-controller@48211000 {
  61. compatible = "arm,cortex-a15-gic";
  62. interrupt-controller;
  63. #interrupt-cells = <3>;
  64. reg = <0x48211000 0x1000>,
  65. <0x48212000 0x1000>;
  66. };
  67. gpio1: gpio@4ae10000 {
  68. compatible = "ti,omap4-gpio";
  69. ti,hwmods = "gpio1";
  70. gpio-controller;
  71. #gpio-cells = <2>;
  72. interrupt-controller;
  73. #interrupt-cells = <1>;
  74. };
  75. gpio2: gpio@48055000 {
  76. compatible = "ti,omap4-gpio";
  77. ti,hwmods = "gpio2";
  78. gpio-controller;
  79. #gpio-cells = <2>;
  80. interrupt-controller;
  81. #interrupt-cells = <1>;
  82. };
  83. gpio3: gpio@48057000 {
  84. compatible = "ti,omap4-gpio";
  85. ti,hwmods = "gpio3";
  86. gpio-controller;
  87. #gpio-cells = <2>;
  88. interrupt-controller;
  89. #interrupt-cells = <1>;
  90. };
  91. gpio4: gpio@48059000 {
  92. compatible = "ti,omap4-gpio";
  93. ti,hwmods = "gpio4";
  94. gpio-controller;
  95. #gpio-cells = <2>;
  96. interrupt-controller;
  97. #interrupt-cells = <1>;
  98. };
  99. gpio5: gpio@4805b000 {
  100. compatible = "ti,omap4-gpio";
  101. ti,hwmods = "gpio5";
  102. gpio-controller;
  103. #gpio-cells = <2>;
  104. interrupt-controller;
  105. #interrupt-cells = <1>;
  106. };
  107. gpio6: gpio@4805d000 {
  108. compatible = "ti,omap4-gpio";
  109. ti,hwmods = "gpio6";
  110. gpio-controller;
  111. #gpio-cells = <2>;
  112. interrupt-controller;
  113. #interrupt-cells = <1>;
  114. };
  115. gpio7: gpio@48051000 {
  116. compatible = "ti,omap4-gpio";
  117. ti,hwmods = "gpio7";
  118. gpio-controller;
  119. #gpio-cells = <2>;
  120. interrupt-controller;
  121. #interrupt-cells = <1>;
  122. };
  123. gpio8: gpio@48053000 {
  124. compatible = "ti,omap4-gpio";
  125. ti,hwmods = "gpio8";
  126. gpio-controller;
  127. #gpio-cells = <2>;
  128. interrupt-controller;
  129. #interrupt-cells = <1>;
  130. };
  131. i2c1: i2c@48070000 {
  132. compatible = "ti,omap4-i2c";
  133. #address-cells = <1>;
  134. #size-cells = <0>;
  135. ti,hwmods = "i2c1";
  136. };
  137. i2c2: i2c@48072000 {
  138. compatible = "ti,omap4-i2c";
  139. #address-cells = <1>;
  140. #size-cells = <0>;
  141. ti,hwmods = "i2c2";
  142. };
  143. i2c3: i2c@48060000 {
  144. compatible = "ti,omap4-i2c";
  145. #address-cells = <1>;
  146. #size-cells = <0>;
  147. ti,hwmods = "i2c3";
  148. };
  149. i2c4: i2c@4807A000 {
  150. compatible = "ti,omap4-i2c";
  151. #address-cells = <1>;
  152. #size-cells = <0>;
  153. ti,hwmods = "i2c4";
  154. };
  155. i2c5: i2c@4807C000 {
  156. compatible = "ti,omap4-i2c";
  157. #address-cells = <1>;
  158. #size-cells = <0>;
  159. ti,hwmods = "i2c5";
  160. };
  161. uart1: serial@4806a000 {
  162. compatible = "ti,omap4-uart";
  163. ti,hwmods = "uart1";
  164. clock-frequency = <48000000>;
  165. };
  166. uart2: serial@4806c000 {
  167. compatible = "ti,omap4-uart";
  168. ti,hwmods = "uart2";
  169. clock-frequency = <48000000>;
  170. };
  171. uart3: serial@48020000 {
  172. compatible = "ti,omap4-uart";
  173. ti,hwmods = "uart3";
  174. clock-frequency = <48000000>;
  175. };
  176. uart4: serial@4806e000 {
  177. compatible = "ti,omap4-uart";
  178. ti,hwmods = "uart4";
  179. clock-frequency = <48000000>;
  180. };
  181. uart5: serial@48066000 {
  182. compatible = "ti,omap5-uart";
  183. ti,hwmods = "uart5";
  184. clock-frequency = <48000000>;
  185. };
  186. uart6: serial@48068000 {
  187. compatible = "ti,omap6-uart";
  188. ti,hwmods = "uart6";
  189. clock-frequency = <48000000>;
  190. };
  191. mmc1: mmc@4809c000 {
  192. compatible = "ti,omap4-hsmmc";
  193. ti,hwmods = "mmc1";
  194. ti,dual-volt;
  195. ti,needs-special-reset;
  196. };
  197. mmc2: mmc@480b4000 {
  198. compatible = "ti,omap4-hsmmc";
  199. ti,hwmods = "mmc2";
  200. ti,needs-special-reset;
  201. };
  202. mmc3: mmc@480ad000 {
  203. compatible = "ti,omap4-hsmmc";
  204. ti,hwmods = "mmc3";
  205. ti,needs-special-reset;
  206. };
  207. mmc4: mmc@480d1000 {
  208. compatible = "ti,omap4-hsmmc";
  209. ti,hwmods = "mmc4";
  210. ti,needs-special-reset;
  211. };
  212. mmc5: mmc@480d5000 {
  213. compatible = "ti,omap4-hsmmc";
  214. ti,hwmods = "mmc5";
  215. ti,needs-special-reset;
  216. };
  217. keypad: keypad@4ae1c000 {
  218. compatible = "ti,omap4-keypad";
  219. ti,hwmods = "kbd";
  220. };
  221. mcpdm: mcpdm@40132000 {
  222. compatible = "ti,omap4-mcpdm";
  223. reg = <0x40132000 0x7f>, /* MPU private access */
  224. <0x49032000 0x7f>; /* L3 Interconnect */
  225. reg-names = "mpu", "dma";
  226. interrupts = <0 112 0x4>;
  227. interrupt-parent = <&gic>;
  228. ti,hwmods = "mcpdm";
  229. };
  230. dmic: dmic@4012e000 {
  231. compatible = "ti,omap4-dmic";
  232. reg = <0x4012e000 0x7f>, /* MPU private access */
  233. <0x4902e000 0x7f>; /* L3 Interconnect */
  234. reg-names = "mpu", "dma";
  235. interrupts = <0 114 0x4>;
  236. interrupt-parent = <&gic>;
  237. ti,hwmods = "dmic";
  238. };
  239. mcbsp1: mcbsp@40122000 {
  240. compatible = "ti,omap4-mcbsp";
  241. reg = <0x40122000 0xff>, /* MPU private access */
  242. <0x49022000 0xff>; /* L3 Interconnect */
  243. reg-names = "mpu", "dma";
  244. interrupts = <0 17 0x4>;
  245. interrupt-names = "common";
  246. interrupt-parent = <&gic>;
  247. ti,buffer-size = <128>;
  248. ti,hwmods = "mcbsp1";
  249. };
  250. mcbsp2: mcbsp@40124000 {
  251. compatible = "ti,omap4-mcbsp";
  252. reg = <0x40124000 0xff>, /* MPU private access */
  253. <0x49024000 0xff>; /* L3 Interconnect */
  254. reg-names = "mpu", "dma";
  255. interrupts = <0 22 0x4>;
  256. interrupt-names = "common";
  257. interrupt-parent = <&gic>;
  258. ti,buffer-size = <128>;
  259. ti,hwmods = "mcbsp2";
  260. };
  261. mcbsp3: mcbsp@40126000 {
  262. compatible = "ti,omap4-mcbsp";
  263. reg = <0x40126000 0xff>, /* MPU private access */
  264. <0x49026000 0xff>; /* L3 Interconnect */
  265. reg-names = "mpu", "dma";
  266. interrupts = <0 23 0x4>;
  267. interrupt-names = "common";
  268. interrupt-parent = <&gic>;
  269. ti,buffer-size = <128>;
  270. ti,hwmods = "mcbsp3";
  271. };
  272. };
  273. };