exynos4210.dtsi 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  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. gic:interrupt-controller@10490000 {
  26. compatible = "arm,cortex-a9-gic";
  27. #interrupt-cells = <3>;
  28. interrupt-controller;
  29. reg = <0x10490000 0x1000>, <0x10480000 0x100>;
  30. };
  31. watchdog@10060000 {
  32. compatible = "samsung,s3c2410-wdt";
  33. reg = <0x10060000 0x100>;
  34. interrupts = <0 43 0>;
  35. };
  36. rtc@10070000 {
  37. compatible = "samsung,s3c6410-rtc";
  38. reg = <0x10070000 0x100>;
  39. interrupts = <0 44 0>, <0 45 0>;
  40. };
  41. keypad@100A0000 {
  42. compatible = "samsung,s5pv210-keypad";
  43. reg = <0x100A0000 0x100>;
  44. interrupts = <0 109 0>;
  45. };
  46. sdhci@12510000 {
  47. compatible = "samsung,exynos4210-sdhci";
  48. reg = <0x12510000 0x100>;
  49. interrupts = <0 73 0>;
  50. };
  51. sdhci@12520000 {
  52. compatible = "samsung,exynos4210-sdhci";
  53. reg = <0x12520000 0x100>;
  54. interrupts = <0 74 0>;
  55. };
  56. sdhci@12530000 {
  57. compatible = "samsung,exynos4210-sdhci";
  58. reg = <0x12530000 0x100>;
  59. interrupts = <0 75 0>;
  60. };
  61. sdhci@12540000 {
  62. compatible = "samsung,exynos4210-sdhci";
  63. reg = <0x12540000 0x100>;
  64. interrupts = <0 76 0>;
  65. };
  66. serial@13800000 {
  67. compatible = "samsung,exynos4210-uart";
  68. reg = <0x13800000 0x100>;
  69. interrupts = <0 52 0>;
  70. };
  71. serial@13810000 {
  72. compatible = "samsung,exynos4210-uart";
  73. reg = <0x13810000 0x100>;
  74. interrupts = <0 53 0>;
  75. };
  76. serial@13820000 {
  77. compatible = "samsung,exynos4210-uart";
  78. reg = <0x13820000 0x100>;
  79. interrupts = <0 54 0>;
  80. };
  81. serial@13830000 {
  82. compatible = "samsung,exynos4210-uart";
  83. reg = <0x13830000 0x100>;
  84. interrupts = <0 55 0>;
  85. };
  86. i2c@13860000 {
  87. compatible = "samsung,s3c2440-i2c";
  88. reg = <0x13860000 0x100>;
  89. interrupts = <0 58 0>;
  90. };
  91. i2c@13870000 {
  92. compatible = "samsung,s3c2440-i2c";
  93. reg = <0x13870000 0x100>;
  94. interrupts = <0 59 0>;
  95. };
  96. i2c@13880000 {
  97. compatible = "samsung,s3c2440-i2c";
  98. reg = <0x13880000 0x100>;
  99. interrupts = <0 60 0>;
  100. };
  101. i2c@13890000 {
  102. compatible = "samsung,s3c2440-i2c";
  103. reg = <0x13890000 0x100>;
  104. interrupts = <0 61 0>;
  105. };
  106. i2c@138A0000 {
  107. compatible = "samsung,s3c2440-i2c";
  108. reg = <0x138A0000 0x100>;
  109. interrupts = <0 62 0>;
  110. };
  111. i2c@138B0000 {
  112. compatible = "samsung,s3c2440-i2c";
  113. reg = <0x138B0000 0x100>;
  114. interrupts = <0 63 0>;
  115. };
  116. i2c@138C0000 {
  117. compatible = "samsung,s3c2440-i2c";
  118. reg = <0x138C0000 0x100>;
  119. interrupts = <0 64 0>;
  120. };
  121. i2c@138D0000 {
  122. compatible = "samsung,s3c2440-i2c";
  123. reg = <0x138D0000 0x100>;
  124. interrupts = <0 65 0>;
  125. };
  126. amba {
  127. #address-cells = <1>;
  128. #size-cells = <1>;
  129. compatible = "arm,amba-bus";
  130. interrupt-parent = <&gic>;
  131. ranges;
  132. pdma0: pdma@12680000 {
  133. compatible = "arm,pl330", "arm,primecell";
  134. reg = <0x12680000 0x1000>;
  135. interrupts = <0 35 0>;
  136. };
  137. pdma1: pdma@12690000 {
  138. compatible = "arm,pl330", "arm,primecell";
  139. reg = <0x12690000 0x1000>;
  140. interrupts = <0 36 0>;
  141. };
  142. };
  143. gpio-controllers {
  144. #address-cells = <1>;
  145. #size-cells = <1>;
  146. gpio-controller;
  147. ranges;
  148. gpa0: gpio-controller@11400000 {
  149. compatible = "samsung,exynos4-gpio";
  150. reg = <0x11400000 0x20>;
  151. #gpio-cells = <4>;
  152. };
  153. gpa1: gpio-controller@11400020 {
  154. compatible = "samsung,exynos4-gpio";
  155. reg = <0x11400020 0x20>;
  156. #gpio-cells = <4>;
  157. };
  158. gpb: gpio-controller@11400040 {
  159. compatible = "samsung,exynos4-gpio";
  160. reg = <0x11400040 0x20>;
  161. #gpio-cells = <4>;
  162. };
  163. gpc0: gpio-controller@11400060 {
  164. compatible = "samsung,exynos4-gpio";
  165. reg = <0x11400060 0x20>;
  166. #gpio-cells = <4>;
  167. };
  168. gpc1: gpio-controller@11400080 {
  169. compatible = "samsung,exynos4-gpio";
  170. reg = <0x11400080 0x20>;
  171. #gpio-cells = <4>;
  172. };
  173. gpd0: gpio-controller@114000A0 {
  174. compatible = "samsung,exynos4-gpio";
  175. reg = <0x114000A0 0x20>;
  176. #gpio-cells = <4>;
  177. };
  178. gpd1: gpio-controller@114000C0 {
  179. compatible = "samsung,exynos4-gpio";
  180. reg = <0x114000C0 0x20>;
  181. #gpio-cells = <4>;
  182. };
  183. gpe0: gpio-controller@114000E0 {
  184. compatible = "samsung,exynos4-gpio";
  185. reg = <0x114000E0 0x20>;
  186. #gpio-cells = <4>;
  187. };
  188. gpe1: gpio-controller@11400100 {
  189. compatible = "samsung,exynos4-gpio";
  190. reg = <0x11400100 0x20>;
  191. #gpio-cells = <4>;
  192. };
  193. gpe2: gpio-controller@11400120 {
  194. compatible = "samsung,exynos4-gpio";
  195. reg = <0x11400120 0x20>;
  196. #gpio-cells = <4>;
  197. };
  198. gpe3: gpio-controller@11400140 {
  199. compatible = "samsung,exynos4-gpio";
  200. reg = <0x11400140 0x20>;
  201. #gpio-cells = <4>;
  202. };
  203. gpe4: gpio-controller@11400160 {
  204. compatible = "samsung,exynos4-gpio";
  205. reg = <0x11400160 0x20>;
  206. #gpio-cells = <4>;
  207. };
  208. gpf0: gpio-controller@11400180 {
  209. compatible = "samsung,exynos4-gpio";
  210. reg = <0x11400180 0x20>;
  211. #gpio-cells = <4>;
  212. };
  213. gpf1: gpio-controller@114001A0 {
  214. compatible = "samsung,exynos4-gpio";
  215. reg = <0x114001A0 0x20>;
  216. #gpio-cells = <4>;
  217. };
  218. gpf2: gpio-controller@114001C0 {
  219. compatible = "samsung,exynos4-gpio";
  220. reg = <0x114001C0 0x20>;
  221. #gpio-cells = <4>;
  222. };
  223. gpf3: gpio-controller@114001E0 {
  224. compatible = "samsung,exynos4-gpio";
  225. reg = <0x114001E0 0x20>;
  226. #gpio-cells = <4>;
  227. };
  228. gpj0: gpio-controller@11000000 {
  229. compatible = "samsung,exynos4-gpio";
  230. reg = <0x11000000 0x20>;
  231. #gpio-cells = <4>;
  232. };
  233. gpj1: gpio-controller@11000020 {
  234. compatible = "samsung,exynos4-gpio";
  235. reg = <0x11000020 0x20>;
  236. #gpio-cells = <4>;
  237. };
  238. gpk0: gpio-controller@11000040 {
  239. compatible = "samsung,exynos4-gpio";
  240. reg = <0x11000040 0x20>;
  241. #gpio-cells = <4>;
  242. };
  243. gpk1: gpio-controller@11000060 {
  244. compatible = "samsung,exynos4-gpio";
  245. reg = <0x11000060 0x20>;
  246. #gpio-cells = <4>;
  247. };
  248. gpk2: gpio-controller@11000080 {
  249. compatible = "samsung,exynos4-gpio";
  250. reg = <0x11000080 0x20>;
  251. #gpio-cells = <4>;
  252. };
  253. gpk3: gpio-controller@110000A0 {
  254. compatible = "samsung,exynos4-gpio";
  255. reg = <0x110000A0 0x20>;
  256. #gpio-cells = <4>;
  257. };
  258. gpl0: gpio-controller@110000C0 {
  259. compatible = "samsung,exynos4-gpio";
  260. reg = <0x110000C0 0x20>;
  261. #gpio-cells = <4>;
  262. };
  263. gpl1: gpio-controller@110000E0 {
  264. compatible = "samsung,exynos4-gpio";
  265. reg = <0x110000E0 0x20>;
  266. #gpio-cells = <4>;
  267. };
  268. gpl2: gpio-controller@11000100 {
  269. compatible = "samsung,exynos4-gpio";
  270. reg = <0x11000100 0x20>;
  271. #gpio-cells = <4>;
  272. };
  273. gpy0: gpio-controller@11000120 {
  274. compatible = "samsung,exynos4-gpio";
  275. reg = <0x11000120 0x20>;
  276. #gpio-cells = <4>;
  277. };
  278. gpy1: gpio-controller@11000140 {
  279. compatible = "samsung,exynos4-gpio";
  280. reg = <0x11000140 0x20>;
  281. #gpio-cells = <4>;
  282. };
  283. gpy2: gpio-controller@11000160 {
  284. compatible = "samsung,exynos4-gpio";
  285. reg = <0x11000160 0x20>;
  286. #gpio-cells = <4>;
  287. };
  288. gpy3: gpio-controller@11000180 {
  289. compatible = "samsung,exynos4-gpio";
  290. reg = <0x11000180 0x20>;
  291. #gpio-cells = <4>;
  292. };
  293. gpy4: gpio-controller@110001A0 {
  294. compatible = "samsung,exynos4-gpio";
  295. reg = <0x110001A0 0x20>;
  296. #gpio-cells = <4>;
  297. };
  298. gpy5: gpio-controller@110001C0 {
  299. compatible = "samsung,exynos4-gpio";
  300. reg = <0x110001C0 0x20>;
  301. #gpio-cells = <4>;
  302. };
  303. gpy6: gpio-controller@110001E0 {
  304. compatible = "samsung,exynos4-gpio";
  305. reg = <0x110001E0 0x20>;
  306. #gpio-cells = <4>;
  307. };
  308. gpx0: gpio-controller@11000C00 {
  309. compatible = "samsung,exynos4-gpio";
  310. reg = <0x11000C00 0x20>;
  311. #gpio-cells = <4>;
  312. };
  313. gpx1: gpio-controller@11000C20 {
  314. compatible = "samsung,exynos4-gpio";
  315. reg = <0x11000C20 0x20>;
  316. #gpio-cells = <4>;
  317. };
  318. gpx2: gpio-controller@11000C40 {
  319. compatible = "samsung,exynos4-gpio";
  320. reg = <0x11000C40 0x20>;
  321. #gpio-cells = <4>;
  322. };
  323. gpx3: gpio-controller@11000C60 {
  324. compatible = "samsung,exynos4-gpio";
  325. reg = <0x11000C60 0x20>;
  326. #gpio-cells = <4>;
  327. };
  328. gpz: gpio-controller@03860000 {
  329. compatible = "samsung,exynos4-gpio";
  330. reg = <0x03860000 0x20>;
  331. #gpio-cells = <4>;
  332. };
  333. };
  334. };