exynos5250.dtsi 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. /*
  2. * SAMSUNG EXYNOS5250 SoC device tree source
  3. *
  4. * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * SAMSUNG EXYNOS5250 SoC device nodes are listed in this file.
  8. * EXYNOS5250 based board files can include this file and provide
  9. * values for board specfic bindings.
  10. *
  11. * Note: This file does not include device nodes for all the controllers in
  12. * EXYNOS5250 SoC. As device tree coverage for EXYNOS5250 increases,
  13. * additional nodes can be added to this file.
  14. *
  15. * This program is free software; you can redistribute it and/or modify
  16. * it under the terms of the GNU General Public License version 2 as
  17. * published by the Free Software Foundation.
  18. */
  19. /include/ "skeleton.dtsi"
  20. / {
  21. compatible = "samsung,exynos5250";
  22. interrupt-parent = <&gic>;
  23. gic:interrupt-controller@10481000 {
  24. compatible = "arm,cortex-a9-gic";
  25. #interrupt-cells = <3>;
  26. interrupt-controller;
  27. reg = <0x10481000 0x1000>, <0x10482000 0x2000>;
  28. };
  29. watchdog {
  30. compatible = "samsung,s3c2410-wdt";
  31. reg = <0x101D0000 0x100>;
  32. interrupts = <0 42 0>;
  33. };
  34. rtc {
  35. compatible = "samsung,s3c6410-rtc";
  36. reg = <0x101E0000 0x100>;
  37. interrupts = <0 43 0>, <0 44 0>;
  38. };
  39. serial@12C00000 {
  40. compatible = "samsung,exynos4210-uart";
  41. reg = <0x12C00000 0x100>;
  42. interrupts = <0 51 0>;
  43. };
  44. serial@12C10000 {
  45. compatible = "samsung,exynos4210-uart";
  46. reg = <0x12C10000 0x100>;
  47. interrupts = <0 52 0>;
  48. };
  49. serial@12C20000 {
  50. compatible = "samsung,exynos4210-uart";
  51. reg = <0x12C20000 0x100>;
  52. interrupts = <0 53 0>;
  53. };
  54. serial@12C30000 {
  55. compatible = "samsung,exynos4210-uart";
  56. reg = <0x12C30000 0x100>;
  57. interrupts = <0 54 0>;
  58. };
  59. i2c@12C60000 {
  60. compatible = "samsung,s3c2440-i2c";
  61. reg = <0x12C60000 0x100>;
  62. interrupts = <0 56 0>;
  63. #address-cells = <1>;
  64. #size-cells = <0>;
  65. };
  66. i2c@12C70000 {
  67. compatible = "samsung,s3c2440-i2c";
  68. reg = <0x12C70000 0x100>;
  69. interrupts = <0 57 0>;
  70. #address-cells = <1>;
  71. #size-cells = <0>;
  72. };
  73. i2c@12C80000 {
  74. compatible = "samsung,s3c2440-i2c";
  75. reg = <0x12C80000 0x100>;
  76. interrupts = <0 58 0>;
  77. #address-cells = <1>;
  78. #size-cells = <0>;
  79. };
  80. i2c@12C90000 {
  81. compatible = "samsung,s3c2440-i2c";
  82. reg = <0x12C90000 0x100>;
  83. interrupts = <0 59 0>;
  84. #address-cells = <1>;
  85. #size-cells = <0>;
  86. };
  87. i2c@12CA0000 {
  88. compatible = "samsung,s3c2440-i2c";
  89. reg = <0x12CA0000 0x100>;
  90. interrupts = <0 60 0>;
  91. #address-cells = <1>;
  92. #size-cells = <0>;
  93. };
  94. i2c@12CB0000 {
  95. compatible = "samsung,s3c2440-i2c";
  96. reg = <0x12CB0000 0x100>;
  97. interrupts = <0 61 0>;
  98. #address-cells = <1>;
  99. #size-cells = <0>;
  100. };
  101. i2c@12CC0000 {
  102. compatible = "samsung,s3c2440-i2c";
  103. reg = <0x12CC0000 0x100>;
  104. interrupts = <0 62 0>;
  105. #address-cells = <1>;
  106. #size-cells = <0>;
  107. };
  108. i2c@12CD0000 {
  109. compatible = "samsung,s3c2440-i2c";
  110. reg = <0x12CD0000 0x100>;
  111. interrupts = <0 63 0>;
  112. #address-cells = <1>;
  113. #size-cells = <0>;
  114. };
  115. amba {
  116. #address-cells = <1>;
  117. #size-cells = <1>;
  118. compatible = "arm,amba-bus";
  119. interrupt-parent = <&gic>;
  120. ranges;
  121. pdma0: pdma@121A0000 {
  122. compatible = "arm,pl330", "arm,primecell";
  123. reg = <0x121A0000 0x1000>;
  124. interrupts = <0 34 0>;
  125. };
  126. pdma1: pdma@121B0000 {
  127. compatible = "arm,pl330", "arm,primecell";
  128. reg = <0x121B0000 0x1000>;
  129. interrupts = <0 35 0>;
  130. };
  131. mdma0: mdma@10800000 {
  132. compatible = "arm,pl330", "arm,primecell";
  133. reg = <0x10800000 0x1000>;
  134. interrupts = <0 33 0>;
  135. };
  136. mdma1: mdma@11C10000 {
  137. compatible = "arm,pl330", "arm,primecell";
  138. reg = <0x11C10000 0x1000>;
  139. interrupts = <0 124 0>;
  140. };
  141. };
  142. gpio-controllers {
  143. #address-cells = <1>;
  144. #size-cells = <1>;
  145. gpio-controller;
  146. ranges;
  147. gpa0: gpio-controller@11400000 {
  148. compatible = "samsung,exynos4-gpio";
  149. reg = <0x11400000 0x20>;
  150. #gpio-cells = <4>;
  151. };
  152. gpa1: gpio-controller@11400020 {
  153. compatible = "samsung,exynos4-gpio";
  154. reg = <0x11400020 0x20>;
  155. #gpio-cells = <4>;
  156. };
  157. gpa2: gpio-controller@11400040 {
  158. compatible = "samsung,exynos4-gpio";
  159. reg = <0x11400040 0x20>;
  160. #gpio-cells = <4>;
  161. };
  162. gpb0: gpio-controller@11400060 {
  163. compatible = "samsung,exynos4-gpio";
  164. reg = <0x11400060 0x20>;
  165. #gpio-cells = <4>;
  166. };
  167. gpb1: gpio-controller@11400080 {
  168. compatible = "samsung,exynos4-gpio";
  169. reg = <0x11400080 0x20>;
  170. #gpio-cells = <4>;
  171. };
  172. gpb2: gpio-controller@114000A0 {
  173. compatible = "samsung,exynos4-gpio";
  174. reg = <0x114000A0 0x20>;
  175. #gpio-cells = <4>;
  176. };
  177. gpb3: gpio-controller@114000C0 {
  178. compatible = "samsung,exynos4-gpio";
  179. reg = <0x114000C0 0x20>;
  180. #gpio-cells = <4>;
  181. };
  182. gpc0: gpio-controller@114000E0 {
  183. compatible = "samsung,exynos4-gpio";
  184. reg = <0x114000E0 0x20>;
  185. #gpio-cells = <4>;
  186. };
  187. gpc1: gpio-controller@11400100 {
  188. compatible = "samsung,exynos4-gpio";
  189. reg = <0x11400100 0x20>;
  190. #gpio-cells = <4>;
  191. };
  192. gpc2: gpio-controller@11400120 {
  193. compatible = "samsung,exynos4-gpio";
  194. reg = <0x11400120 0x20>;
  195. #gpio-cells = <4>;
  196. };
  197. gpc3: gpio-controller@11400140 {
  198. compatible = "samsung,exynos4-gpio";
  199. reg = <0x11400140 0x20>;
  200. #gpio-cells = <4>;
  201. };
  202. gpc4: gpio-controller@114002E0 {
  203. compatible = "samsung,exynos4-gpio";
  204. reg = <0x114002E0 0x20>;
  205. #gpio-cells = <4>;
  206. };
  207. gpd0: gpio-controller@11400160 {
  208. compatible = "samsung,exynos4-gpio";
  209. reg = <0x11400160 0x20>;
  210. #gpio-cells = <4>;
  211. };
  212. gpd1: gpio-controller@11400180 {
  213. compatible = "samsung,exynos4-gpio";
  214. reg = <0x11400180 0x20>;
  215. #gpio-cells = <4>;
  216. };
  217. gpy0: gpio-controller@114001A0 {
  218. compatible = "samsung,exynos4-gpio";
  219. reg = <0x114001A0 0x20>;
  220. #gpio-cells = <4>;
  221. };
  222. gpy1: gpio-controller@114001C0 {
  223. compatible = "samsung,exynos4-gpio";
  224. reg = <0x114001C0 0x20>;
  225. #gpio-cells = <4>;
  226. };
  227. gpy2: gpio-controller@114001E0 {
  228. compatible = "samsung,exynos4-gpio";
  229. reg = <0x114001E0 0x20>;
  230. #gpio-cells = <4>;
  231. };
  232. gpy3: gpio-controller@11400200 {
  233. compatible = "samsung,exynos4-gpio";
  234. reg = <0x11400200 0x20>;
  235. #gpio-cells = <4>;
  236. };
  237. gpy4: gpio-controller@11400220 {
  238. compatible = "samsung,exynos4-gpio";
  239. reg = <0x11400220 0x20>;
  240. #gpio-cells = <4>;
  241. };
  242. gpy5: gpio-controller@11400240 {
  243. compatible = "samsung,exynos4-gpio";
  244. reg = <0x11400240 0x20>;
  245. #gpio-cells = <4>;
  246. };
  247. gpy6: gpio-controller@11400260 {
  248. compatible = "samsung,exynos4-gpio";
  249. reg = <0x11400260 0x20>;
  250. #gpio-cells = <4>;
  251. };
  252. gpx0: gpio-controller@11400C00 {
  253. compatible = "samsung,exynos4-gpio";
  254. reg = <0x11400C00 0x20>;
  255. #gpio-cells = <4>;
  256. };
  257. gpx1: gpio-controller@11400C20 {
  258. compatible = "samsung,exynos4-gpio";
  259. reg = <0x11400C20 0x20>;
  260. #gpio-cells = <4>;
  261. };
  262. gpx2: gpio-controller@11400C40 {
  263. compatible = "samsung,exynos4-gpio";
  264. reg = <0x11400C40 0x20>;
  265. #gpio-cells = <4>;
  266. };
  267. gpx3: gpio-controller@11400C60 {
  268. compatible = "samsung,exynos4-gpio";
  269. reg = <0x11400C60 0x20>;
  270. #gpio-cells = <4>;
  271. };
  272. gpe0: gpio-controller@13400000 {
  273. compatible = "samsung,exynos4-gpio";
  274. reg = <0x13400000 0x20>;
  275. #gpio-cells = <4>;
  276. };
  277. gpe1: gpio-controller@13400020 {
  278. compatible = "samsung,exynos4-gpio";
  279. reg = <0x13400020 0x20>;
  280. #gpio-cells = <4>;
  281. };
  282. gpf0: gpio-controller@13400040 {
  283. compatible = "samsung,exynos4-gpio";
  284. reg = <0x13400040 0x20>;
  285. #gpio-cells = <4>;
  286. };
  287. gpf1: gpio-controller@13400060 {
  288. compatible = "samsung,exynos4-gpio";
  289. reg = <0x13400060 0x20>;
  290. #gpio-cells = <4>;
  291. };
  292. gpg0: gpio-controller@13400080 {
  293. compatible = "samsung,exynos4-gpio";
  294. reg = <0x13400080 0x20>;
  295. #gpio-cells = <4>;
  296. };
  297. gpg1: gpio-controller@134000A0 {
  298. compatible = "samsung,exynos4-gpio";
  299. reg = <0x134000A0 0x20>;
  300. #gpio-cells = <4>;
  301. };
  302. gpg2: gpio-controller@134000C0 {
  303. compatible = "samsung,exynos4-gpio";
  304. reg = <0x134000C0 0x20>;
  305. #gpio-cells = <4>;
  306. };
  307. gph0: gpio-controller@134000E0 {
  308. compatible = "samsung,exynos4-gpio";
  309. reg = <0x134000E0 0x20>;
  310. #gpio-cells = <4>;
  311. };
  312. gph1: gpio-controller@13400100 {
  313. compatible = "samsung,exynos4-gpio";
  314. reg = <0x13400100 0x20>;
  315. #gpio-cells = <4>;
  316. };
  317. gpv0: gpio-controller@10D10000 {
  318. compatible = "samsung,exynos4-gpio";
  319. reg = <0x10D10000 0x20>;
  320. #gpio-cells = <4>;
  321. };
  322. gpv1: gpio-controller@10D10020 {
  323. compatible = "samsung,exynos4-gpio";
  324. reg = <0x10D10020 0x20>;
  325. #gpio-cells = <4>;
  326. };
  327. gpv2: gpio-controller@10D10040 {
  328. compatible = "samsung,exynos4-gpio";
  329. reg = <0x10D10060 0x20>;
  330. #gpio-cells = <4>;
  331. };
  332. gpv3: gpio-controller@10D10060 {
  333. compatible = "samsung,exynos4-gpio";
  334. reg = <0x10D10080 0x20>;
  335. #gpio-cells = <4>;
  336. };
  337. gpv4: gpio-controller@10D10080 {
  338. compatible = "samsung,exynos4-gpio";
  339. reg = <0x10D100C0 0x20>;
  340. #gpio-cells = <4>;
  341. };
  342. gpz: gpio-controller@03860000 {
  343. compatible = "samsung,exynos4-gpio";
  344. reg = <0x03860000 0x20>;
  345. #gpio-cells = <4>;
  346. };
  347. };
  348. };