exynos4210.dtsi 8.4 KB

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