exynos4210.dtsi 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. /*
  2. * Samsung's Exynos4210 SoC device tree source
  3. *
  4. * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. * Copyright (c) 2010-2011 Linaro Ltd.
  7. * www.linaro.org
  8. *
  9. * Samsung's Exynos4210 SoC device nodes are listed in this file. Exynos4210
  10. * based board files can include this file and provide values for board specfic
  11. * bindings.
  12. *
  13. * Note: This file does not include device nodes for all the controllers in
  14. * Exynos4210 SoC. As device tree coverage for Exynos4210 increases, additional
  15. * nodes can be added to this file.
  16. *
  17. * This program is free software; you can redistribute it and/or modify
  18. * it under the terms of the GNU General Public License version 2 as
  19. * published by the Free Software Foundation.
  20. */
  21. /include/ "skeleton.dtsi"
  22. / {
  23. compatible = "samsung,exynos4210";
  24. interrupt-parent = <&gic>;
  25. aliases {
  26. spi0 = &spi_0;
  27. spi1 = &spi_1;
  28. spi2 = &spi_2;
  29. };
  30. gic:interrupt-controller@10490000 {
  31. compatible = "arm,cortex-a9-gic";
  32. #interrupt-cells = <3>;
  33. interrupt-controller;
  34. cpu-offset = <0x8000>;
  35. reg = <0x10490000 0x1000>, <0x10480000 0x100>;
  36. };
  37. combiner:interrupt-controller@10440000 {
  38. compatible = "samsung,exynos4210-combiner";
  39. #interrupt-cells = <2>;
  40. interrupt-controller;
  41. reg = <0x10440000 0x1000>;
  42. interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
  43. <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
  44. <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
  45. <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>;
  46. };
  47. watchdog@10060000 {
  48. compatible = "samsung,s3c2410-wdt";
  49. reg = <0x10060000 0x100>;
  50. interrupts = <0 43 0>;
  51. };
  52. rtc@10070000 {
  53. compatible = "samsung,s3c6410-rtc";
  54. reg = <0x10070000 0x100>;
  55. interrupts = <0 44 0>, <0 45 0>;
  56. };
  57. keypad@100A0000 {
  58. compatible = "samsung,s5pv210-keypad";
  59. reg = <0x100A0000 0x100>;
  60. interrupts = <0 109 0>;
  61. };
  62. sdhci@12510000 {
  63. compatible = "samsung,exynos4210-sdhci";
  64. reg = <0x12510000 0x100>;
  65. interrupts = <0 73 0>;
  66. };
  67. sdhci@12520000 {
  68. compatible = "samsung,exynos4210-sdhci";
  69. reg = <0x12520000 0x100>;
  70. interrupts = <0 74 0>;
  71. };
  72. sdhci@12530000 {
  73. compatible = "samsung,exynos4210-sdhci";
  74. reg = <0x12530000 0x100>;
  75. interrupts = <0 75 0>;
  76. };
  77. sdhci@12540000 {
  78. compatible = "samsung,exynos4210-sdhci";
  79. reg = <0x12540000 0x100>;
  80. interrupts = <0 76 0>;
  81. };
  82. serial@13800000 {
  83. compatible = "samsung,exynos4210-uart";
  84. reg = <0x13800000 0x100>;
  85. interrupts = <0 52 0>;
  86. };
  87. serial@13810000 {
  88. compatible = "samsung,exynos4210-uart";
  89. reg = <0x13810000 0x100>;
  90. interrupts = <0 53 0>;
  91. };
  92. serial@13820000 {
  93. compatible = "samsung,exynos4210-uart";
  94. reg = <0x13820000 0x100>;
  95. interrupts = <0 54 0>;
  96. };
  97. serial@13830000 {
  98. compatible = "samsung,exynos4210-uart";
  99. reg = <0x13830000 0x100>;
  100. interrupts = <0 55 0>;
  101. };
  102. i2c@13860000 {
  103. compatible = "samsung,s3c2440-i2c";
  104. reg = <0x13860000 0x100>;
  105. interrupts = <0 58 0>;
  106. };
  107. i2c@13870000 {
  108. compatible = "samsung,s3c2440-i2c";
  109. reg = <0x13870000 0x100>;
  110. interrupts = <0 59 0>;
  111. };
  112. i2c@13880000 {
  113. compatible = "samsung,s3c2440-i2c";
  114. reg = <0x13880000 0x100>;
  115. interrupts = <0 60 0>;
  116. };
  117. i2c@13890000 {
  118. compatible = "samsung,s3c2440-i2c";
  119. reg = <0x13890000 0x100>;
  120. interrupts = <0 61 0>;
  121. };
  122. i2c@138A0000 {
  123. compatible = "samsung,s3c2440-i2c";
  124. reg = <0x138A0000 0x100>;
  125. interrupts = <0 62 0>;
  126. };
  127. i2c@138B0000 {
  128. compatible = "samsung,s3c2440-i2c";
  129. reg = <0x138B0000 0x100>;
  130. interrupts = <0 63 0>;
  131. };
  132. i2c@138C0000 {
  133. compatible = "samsung,s3c2440-i2c";
  134. reg = <0x138C0000 0x100>;
  135. interrupts = <0 64 0>;
  136. };
  137. i2c@138D0000 {
  138. compatible = "samsung,s3c2440-i2c";
  139. reg = <0x138D0000 0x100>;
  140. interrupts = <0 65 0>;
  141. };
  142. spi_0: spi@13920000 {
  143. compatible = "samsung,exynos4210-spi";
  144. reg = <0x13920000 0x100>;
  145. interrupts = <0 66 0>;
  146. tx-dma-channel = <&pdma0 7>; /* preliminary */
  147. rx-dma-channel = <&pdma0 6>; /* preliminary */
  148. #address-cells = <1>;
  149. #size-cells = <0>;
  150. };
  151. spi_1: spi@13930000 {
  152. compatible = "samsung,exynos4210-spi";
  153. reg = <0x13930000 0x100>;
  154. interrupts = <0 67 0>;
  155. tx-dma-channel = <&pdma1 7>; /* preliminary */
  156. rx-dma-channel = <&pdma1 6>; /* preliminary */
  157. #address-cells = <1>;
  158. #size-cells = <0>;
  159. };
  160. spi_2: spi@13940000 {
  161. compatible = "samsung,exynos4210-spi";
  162. reg = <0x13940000 0x100>;
  163. interrupts = <0 68 0>;
  164. tx-dma-channel = <&pdma0 9>; /* preliminary */
  165. rx-dma-channel = <&pdma0 8>; /* preliminary */
  166. #address-cells = <1>;
  167. #size-cells = <0>;
  168. };
  169. amba {
  170. #address-cells = <1>;
  171. #size-cells = <1>;
  172. compatible = "arm,amba-bus";
  173. interrupt-parent = <&gic>;
  174. ranges;
  175. pdma0: pdma@12680000 {
  176. compatible = "arm,pl330", "arm,primecell";
  177. reg = <0x12680000 0x1000>;
  178. interrupts = <0 35 0>;
  179. };
  180. pdma1: pdma@12690000 {
  181. compatible = "arm,pl330", "arm,primecell";
  182. reg = <0x12690000 0x1000>;
  183. interrupts = <0 36 0>;
  184. };
  185. };
  186. gpio-controllers {
  187. #address-cells = <1>;
  188. #size-cells = <1>;
  189. gpio-controller;
  190. ranges;
  191. gpa0: gpio-controller@11400000 {
  192. compatible = "samsung,exynos4-gpio";
  193. reg = <0x11400000 0x20>;
  194. #gpio-cells = <4>;
  195. };
  196. gpa1: gpio-controller@11400020 {
  197. compatible = "samsung,exynos4-gpio";
  198. reg = <0x11400020 0x20>;
  199. #gpio-cells = <4>;
  200. };
  201. gpb: gpio-controller@11400040 {
  202. compatible = "samsung,exynos4-gpio";
  203. reg = <0x11400040 0x20>;
  204. #gpio-cells = <4>;
  205. };
  206. gpc0: gpio-controller@11400060 {
  207. compatible = "samsung,exynos4-gpio";
  208. reg = <0x11400060 0x20>;
  209. #gpio-cells = <4>;
  210. };
  211. gpc1: gpio-controller@11400080 {
  212. compatible = "samsung,exynos4-gpio";
  213. reg = <0x11400080 0x20>;
  214. #gpio-cells = <4>;
  215. };
  216. gpd0: gpio-controller@114000A0 {
  217. compatible = "samsung,exynos4-gpio";
  218. reg = <0x114000A0 0x20>;
  219. #gpio-cells = <4>;
  220. };
  221. gpd1: gpio-controller@114000C0 {
  222. compatible = "samsung,exynos4-gpio";
  223. reg = <0x114000C0 0x20>;
  224. #gpio-cells = <4>;
  225. };
  226. gpe0: gpio-controller@114000E0 {
  227. compatible = "samsung,exynos4-gpio";
  228. reg = <0x114000E0 0x20>;
  229. #gpio-cells = <4>;
  230. };
  231. gpe1: gpio-controller@11400100 {
  232. compatible = "samsung,exynos4-gpio";
  233. reg = <0x11400100 0x20>;
  234. #gpio-cells = <4>;
  235. };
  236. gpe2: gpio-controller@11400120 {
  237. compatible = "samsung,exynos4-gpio";
  238. reg = <0x11400120 0x20>;
  239. #gpio-cells = <4>;
  240. };
  241. gpe3: gpio-controller@11400140 {
  242. compatible = "samsung,exynos4-gpio";
  243. reg = <0x11400140 0x20>;
  244. #gpio-cells = <4>;
  245. };
  246. gpe4: gpio-controller@11400160 {
  247. compatible = "samsung,exynos4-gpio";
  248. reg = <0x11400160 0x20>;
  249. #gpio-cells = <4>;
  250. };
  251. gpf0: gpio-controller@11400180 {
  252. compatible = "samsung,exynos4-gpio";
  253. reg = <0x11400180 0x20>;
  254. #gpio-cells = <4>;
  255. };
  256. gpf1: gpio-controller@114001A0 {
  257. compatible = "samsung,exynos4-gpio";
  258. reg = <0x114001A0 0x20>;
  259. #gpio-cells = <4>;
  260. };
  261. gpf2: gpio-controller@114001C0 {
  262. compatible = "samsung,exynos4-gpio";
  263. reg = <0x114001C0 0x20>;
  264. #gpio-cells = <4>;
  265. };
  266. gpf3: gpio-controller@114001E0 {
  267. compatible = "samsung,exynos4-gpio";
  268. reg = <0x114001E0 0x20>;
  269. #gpio-cells = <4>;
  270. };
  271. gpj0: gpio-controller@11000000 {
  272. compatible = "samsung,exynos4-gpio";
  273. reg = <0x11000000 0x20>;
  274. #gpio-cells = <4>;
  275. };
  276. gpj1: gpio-controller@11000020 {
  277. compatible = "samsung,exynos4-gpio";
  278. reg = <0x11000020 0x20>;
  279. #gpio-cells = <4>;
  280. };
  281. gpk0: gpio-controller@11000040 {
  282. compatible = "samsung,exynos4-gpio";
  283. reg = <0x11000040 0x20>;
  284. #gpio-cells = <4>;
  285. };
  286. gpk1: gpio-controller@11000060 {
  287. compatible = "samsung,exynos4-gpio";
  288. reg = <0x11000060 0x20>;
  289. #gpio-cells = <4>;
  290. };
  291. gpk2: gpio-controller@11000080 {
  292. compatible = "samsung,exynos4-gpio";
  293. reg = <0x11000080 0x20>;
  294. #gpio-cells = <4>;
  295. };
  296. gpk3: gpio-controller@110000A0 {
  297. compatible = "samsung,exynos4-gpio";
  298. reg = <0x110000A0 0x20>;
  299. #gpio-cells = <4>;
  300. };
  301. gpl0: gpio-controller@110000C0 {
  302. compatible = "samsung,exynos4-gpio";
  303. reg = <0x110000C0 0x20>;
  304. #gpio-cells = <4>;
  305. };
  306. gpl1: gpio-controller@110000E0 {
  307. compatible = "samsung,exynos4-gpio";
  308. reg = <0x110000E0 0x20>;
  309. #gpio-cells = <4>;
  310. };
  311. gpl2: gpio-controller@11000100 {
  312. compatible = "samsung,exynos4-gpio";
  313. reg = <0x11000100 0x20>;
  314. #gpio-cells = <4>;
  315. };
  316. gpy0: gpio-controller@11000120 {
  317. compatible = "samsung,exynos4-gpio";
  318. reg = <0x11000120 0x20>;
  319. #gpio-cells = <4>;
  320. };
  321. gpy1: gpio-controller@11000140 {
  322. compatible = "samsung,exynos4-gpio";
  323. reg = <0x11000140 0x20>;
  324. #gpio-cells = <4>;
  325. };
  326. gpy2: gpio-controller@11000160 {
  327. compatible = "samsung,exynos4-gpio";
  328. reg = <0x11000160 0x20>;
  329. #gpio-cells = <4>;
  330. };
  331. gpy3: gpio-controller@11000180 {
  332. compatible = "samsung,exynos4-gpio";
  333. reg = <0x11000180 0x20>;
  334. #gpio-cells = <4>;
  335. };
  336. gpy4: gpio-controller@110001A0 {
  337. compatible = "samsung,exynos4-gpio";
  338. reg = <0x110001A0 0x20>;
  339. #gpio-cells = <4>;
  340. };
  341. gpy5: gpio-controller@110001C0 {
  342. compatible = "samsung,exynos4-gpio";
  343. reg = <0x110001C0 0x20>;
  344. #gpio-cells = <4>;
  345. };
  346. gpy6: gpio-controller@110001E0 {
  347. compatible = "samsung,exynos4-gpio";
  348. reg = <0x110001E0 0x20>;
  349. #gpio-cells = <4>;
  350. };
  351. gpx0: gpio-controller@11000C00 {
  352. compatible = "samsung,exynos4-gpio";
  353. reg = <0x11000C00 0x20>;
  354. #gpio-cells = <4>;
  355. };
  356. gpx1: gpio-controller@11000C20 {
  357. compatible = "samsung,exynos4-gpio";
  358. reg = <0x11000C20 0x20>;
  359. #gpio-cells = <4>;
  360. };
  361. gpx2: gpio-controller@11000C40 {
  362. compatible = "samsung,exynos4-gpio";
  363. reg = <0x11000C40 0x20>;
  364. #gpio-cells = <4>;
  365. };
  366. gpx3: gpio-controller@11000C60 {
  367. compatible = "samsung,exynos4-gpio";
  368. reg = <0x11000C60 0x20>;
  369. #gpio-cells = <4>;
  370. };
  371. gpz: gpio-controller@03860000 {
  372. compatible = "samsung,exynos4-gpio";
  373. reg = <0x03860000 0x20>;
  374. #gpio-cells = <4>;
  375. };
  376. };
  377. };