exynos4210.dtsi 11 KB

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