exynos5250.dtsi 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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@10490000 {
  24. compatible = "arm,cortex-a9-gic";
  25. #interrupt-cells = <3>;
  26. interrupt-controller;
  27. reg = <0x10490000 0x1000>, <0x10480000 0x100>;
  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. sdhci@12200000 {
  40. compatible = "samsung,exynos4210-sdhci";
  41. reg = <0x12200000 0x100>;
  42. interrupts = <0 75 0>;
  43. };
  44. sdhci@12210000 {
  45. compatible = "samsung,exynos4210-sdhci";
  46. reg = <0x12210000 0x100>;
  47. interrupts = <0 76 0>;
  48. };
  49. sdhci@12220000 {
  50. compatible = "samsung,exynos4210-sdhci";
  51. reg = <0x12220000 0x100>;
  52. interrupts = <0 77 0>;
  53. };
  54. sdhci@12230000 {
  55. compatible = "samsung,exynos4210-sdhci";
  56. reg = <0x12230000 0x100>;
  57. interrupts = <0 78 0>;
  58. };
  59. serial@12C00000 {
  60. compatible = "samsung,exynos4210-uart";
  61. reg = <0x12C00000 0x100>;
  62. interrupts = <0 51 0>;
  63. };
  64. serial@12C10000 {
  65. compatible = "samsung,exynos4210-uart";
  66. reg = <0x12C10000 0x100>;
  67. interrupts = <0 52 0>;
  68. };
  69. serial@12C20000 {
  70. compatible = "samsung,exynos4210-uart";
  71. reg = <0x12C20000 0x100>;
  72. interrupts = <0 53 0>;
  73. };
  74. serial@12C30000 {
  75. compatible = "samsung,exynos4210-uart";
  76. reg = <0x12C30000 0x100>;
  77. interrupts = <0 54 0>;
  78. };
  79. i2c@12C60000 {
  80. compatible = "samsung,s3c2440-i2c";
  81. reg = <0x12C60000 0x100>;
  82. interrupts = <0 56 0>;
  83. };
  84. i2c@12C70000 {
  85. compatible = "samsung,s3c2440-i2c";
  86. reg = <0x12C70000 0x100>;
  87. interrupts = <0 57 0>;
  88. };
  89. i2c@12C80000 {
  90. compatible = "samsung,s3c2440-i2c";
  91. reg = <0x12C80000 0x100>;
  92. interrupts = <0 58 0>;
  93. };
  94. i2c@12C90000 {
  95. compatible = "samsung,s3c2440-i2c";
  96. reg = <0x12C90000 0x100>;
  97. interrupts = <0 59 0>;
  98. };
  99. i2c@12CA0000 {
  100. compatible = "samsung,s3c2440-i2c";
  101. reg = <0x12CA0000 0x100>;
  102. interrupts = <0 60 0>;
  103. };
  104. i2c@12CB0000 {
  105. compatible = "samsung,s3c2440-i2c";
  106. reg = <0x12CB0000 0x100>;
  107. interrupts = <0 61 0>;
  108. };
  109. i2c@12CC0000 {
  110. compatible = "samsung,s3c2440-i2c";
  111. reg = <0x12CC0000 0x100>;
  112. interrupts = <0 62 0>;
  113. };
  114. i2c@12CD0000 {
  115. compatible = "samsung,s3c2440-i2c";
  116. reg = <0x12CD0000 0x100>;
  117. interrupts = <0 63 0>;
  118. };
  119. amba {
  120. #address-cells = <1>;
  121. #size-cells = <1>;
  122. compatible = "arm,amba-bus";
  123. interrupt-parent = <&gic>;
  124. ranges;
  125. pdma0: pdma@121A0000 {
  126. compatible = "arm,pl330", "arm,primecell";
  127. reg = <0x121A0000 0x1000>;
  128. interrupts = <0 34 0>;
  129. };
  130. pdma1: pdma@121B0000 {
  131. compatible = "arm,pl330", "arm,primecell";
  132. reg = <0x121B0000 0x1000>;
  133. interrupts = <0 35 0>;
  134. };
  135. mdma0: pdma@10800000 {
  136. compatible = "arm,pl330", "arm,primecell";
  137. reg = <0x10800000 0x1000>;
  138. interrupts = <0 33 0>;
  139. };
  140. mdma1: pdma@11C10000 {
  141. compatible = "arm,pl330", "arm,primecell";
  142. reg = <0x11C10000 0x1000>;
  143. interrupts = <0 124 0>;
  144. };
  145. };
  146. gpio-controllers {
  147. #address-cells = <1>;
  148. #size-cells = <1>;
  149. gpio-controller;
  150. ranges;
  151. gpa0: gpio-controller@11400000 {
  152. compatible = "samsung,exynos4-gpio";
  153. reg = <0x11400000 0x20>;
  154. #gpio-cells = <4>;
  155. };
  156. gpa1: gpio-controller@11400020 {
  157. compatible = "samsung,exynos4-gpio";
  158. reg = <0x11400020 0x20>;
  159. #gpio-cells = <4>;
  160. };
  161. gpa2: gpio-controller@11400040 {
  162. compatible = "samsung,exynos4-gpio";
  163. reg = <0x11400040 0x20>;
  164. #gpio-cells = <4>;
  165. };
  166. gpb0: gpio-controller@11400060 {
  167. compatible = "samsung,exynos4-gpio";
  168. reg = <0x11400060 0x20>;
  169. #gpio-cells = <4>;
  170. };
  171. gpb1: gpio-controller@11400080 {
  172. compatible = "samsung,exynos4-gpio";
  173. reg = <0x11400080 0x20>;
  174. #gpio-cells = <4>;
  175. };
  176. gpb2: gpio-controller@114000A0 {
  177. compatible = "samsung,exynos4-gpio";
  178. reg = <0x114000A0 0x20>;
  179. #gpio-cells = <4>;
  180. };
  181. gpb3: gpio-controller@114000C0 {
  182. compatible = "samsung,exynos4-gpio";
  183. reg = <0x114000C0 0x20>;
  184. #gpio-cells = <4>;
  185. };
  186. gpc0: gpio-controller@114000E0 {
  187. compatible = "samsung,exynos4-gpio";
  188. reg = <0x114000E0 0x20>;
  189. #gpio-cells = <4>;
  190. };
  191. gpc1: gpio-controller@11400100 {
  192. compatible = "samsung,exynos4-gpio";
  193. reg = <0x11400100 0x20>;
  194. #gpio-cells = <4>;
  195. };
  196. gpc2: gpio-controller@11400120 {
  197. compatible = "samsung,exynos4-gpio";
  198. reg = <0x11400120 0x20>;
  199. #gpio-cells = <4>;
  200. };
  201. gpc3: gpio-controller@11400140 {
  202. compatible = "samsung,exynos4-gpio";
  203. reg = <0x11400140 0x20>;
  204. #gpio-cells = <4>;
  205. };
  206. gpd0: gpio-controller@11400160 {
  207. compatible = "samsung,exynos4-gpio";
  208. reg = <0x11400160 0x20>;
  209. #gpio-cells = <4>;
  210. };
  211. gpd1: gpio-controller@11400180 {
  212. compatible = "samsung,exynos4-gpio";
  213. reg = <0x11400180 0x20>;
  214. #gpio-cells = <4>;
  215. };
  216. gpy0: gpio-controller@114001A0 {
  217. compatible = "samsung,exynos4-gpio";
  218. reg = <0x114001A0 0x20>;
  219. #gpio-cells = <4>;
  220. };
  221. gpy1: gpio-controller@114001C0 {
  222. compatible = "samsung,exynos4-gpio";
  223. reg = <0x114001C0 0x20>;
  224. #gpio-cells = <4>;
  225. };
  226. gpy2: gpio-controller@114001E0 {
  227. compatible = "samsung,exynos4-gpio";
  228. reg = <0x114001E0 0x20>;
  229. #gpio-cells = <4>;
  230. };
  231. gpy3: gpio-controller@11400200 {
  232. compatible = "samsung,exynos4-gpio";
  233. reg = <0x11400200 0x20>;
  234. #gpio-cells = <4>;
  235. };
  236. gpy4: gpio-controller@11400220 {
  237. compatible = "samsung,exynos4-gpio";
  238. reg = <0x11400220 0x20>;
  239. #gpio-cells = <4>;
  240. };
  241. gpy5: gpio-controller@11400240 {
  242. compatible = "samsung,exynos4-gpio";
  243. reg = <0x11400240 0x20>;
  244. #gpio-cells = <4>;
  245. };
  246. gpy6: gpio-controller@11400260 {
  247. compatible = "samsung,exynos4-gpio";
  248. reg = <0x11400260 0x20>;
  249. #gpio-cells = <4>;
  250. };
  251. gpx0: gpio-controller@11400C00 {
  252. compatible = "samsung,exynos4-gpio";
  253. reg = <0x11400C00 0x20>;
  254. #gpio-cells = <4>;
  255. };
  256. gpx1: gpio-controller@11400C20 {
  257. compatible = "samsung,exynos4-gpio";
  258. reg = <0x11400C20 0x20>;
  259. #gpio-cells = <4>;
  260. };
  261. gpx2: gpio-controller@11400C40 {
  262. compatible = "samsung,exynos4-gpio";
  263. reg = <0x11400C40 0x20>;
  264. #gpio-cells = <4>;
  265. };
  266. gpx3: gpio-controller@11400C60 {
  267. compatible = "samsung,exynos4-gpio";
  268. reg = <0x11400C60 0x20>;
  269. #gpio-cells = <4>;
  270. };
  271. gpe0: gpio-controller@13400000 {
  272. compatible = "samsung,exynos4-gpio";
  273. reg = <0x13400000 0x20>;
  274. #gpio-cells = <4>;
  275. };
  276. gpe1: gpio-controller@13400020 {
  277. compatible = "samsung,exynos4-gpio";
  278. reg = <0x13400020 0x20>;
  279. #gpio-cells = <4>;
  280. };
  281. gpf0: gpio-controller@13400040 {
  282. compatible = "samsung,exynos4-gpio";
  283. reg = <0x13400040 0x20>;
  284. #gpio-cells = <4>;
  285. };
  286. gpf1: gpio-controller@13400060 {
  287. compatible = "samsung,exynos4-gpio";
  288. reg = <0x13400060 0x20>;
  289. #gpio-cells = <4>;
  290. };
  291. gpg0: gpio-controller@13400080 {
  292. compatible = "samsung,exynos4-gpio";
  293. reg = <0x13400080 0x20>;
  294. #gpio-cells = <4>;
  295. };
  296. gpg1: gpio-controller@134000A0 {
  297. compatible = "samsung,exynos4-gpio";
  298. reg = <0x134000A0 0x20>;
  299. #gpio-cells = <4>;
  300. };
  301. gpg2: gpio-controller@134000C0 {
  302. compatible = "samsung,exynos4-gpio";
  303. reg = <0x134000C0 0x20>;
  304. #gpio-cells = <4>;
  305. };
  306. gph0: gpio-controller@134000E0 {
  307. compatible = "samsung,exynos4-gpio";
  308. reg = <0x134000E0 0x20>;
  309. #gpio-cells = <4>;
  310. };
  311. gph1: gpio-controller@13400100 {
  312. compatible = "samsung,exynos4-gpio";
  313. reg = <0x13400100 0x20>;
  314. #gpio-cells = <4>;
  315. };
  316. gpv0: gpio-controller@10D10000 {
  317. compatible = "samsung,exynos4-gpio";
  318. reg = <0x10D10000 0x20>;
  319. #gpio-cells = <4>;
  320. };
  321. gpv1: gpio-controller@10D10020 {
  322. compatible = "samsung,exynos4-gpio";
  323. reg = <0x10D10020 0x20>;
  324. #gpio-cells = <4>;
  325. };
  326. gpv2: gpio-controller@10D10040 {
  327. compatible = "samsung,exynos4-gpio";
  328. reg = <0x10D10040 0x20>;
  329. #gpio-cells = <4>;
  330. };
  331. gpv3: gpio-controller@10D10060 {
  332. compatible = "samsung,exynos4-gpio";
  333. reg = <0x10D10060 0x20>;
  334. #gpio-cells = <4>;
  335. };
  336. gpv4: gpio-controller@10D10080 {
  337. compatible = "samsung,exynos4-gpio";
  338. reg = <0x10D10080 0x20>;
  339. #gpio-cells = <4>;
  340. };
  341. gpz: gpio-controller@03860000 {
  342. compatible = "samsung,exynos4-gpio";
  343. reg = <0x03860000 0x20>;
  344. #gpio-cells = <4>;
  345. };
  346. };
  347. };