blob: 71a3e0b45444e06827bc568e66e77ffeafb4530a [file] [log] [blame]
Kukjin Kimb074abb2012-02-10 13:12:21 +09001/*
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
20/include/ "skeleton.dtsi"
21
22/ {
23 compatible = "samsung,exynos5250";
24 interrupt-parent = <&gic>;
25
Thomas Abraham79989ba2012-07-14 10:45:36 +090026 aliases {
27 spi0 = &spi_0;
28 spi1 = &spi_1;
29 spi2 = &spi_2;
Shaik Ameer Basha11286582012-09-07 14:13:08 +090030 gsc0 = &gsc_0;
31 gsc1 = &gsc_1;
32 gsc2 = &gsc_2;
33 gsc3 = &gsc_3;
Doug Andersonde0f42b2012-11-21 13:31:32 +090034 mshc0 = &dwmmc_0;
35 mshc1 = &dwmmc_1;
36 mshc2 = &dwmmc_2;
37 mshc3 = &dwmmc_3;
Thomas Abraham79989ba2012-07-14 10:45:36 +090038 };
39
Thomas Abraham009f7c92012-05-15 23:47:53 +090040 gic:interrupt-controller@10481000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +090041 compatible = "arm,cortex-a9-gic";
42 #interrupt-cells = <3>;
43 interrupt-controller;
Thomas Abraham009f7c92012-05-15 23:47:53 +090044 reg = <0x10481000 0x1000>, <0x10482000 0x2000>;
Kukjin Kimb074abb2012-02-10 13:12:21 +090045 };
46
Thomas Abrahamfe84cdf2012-05-18 09:29:35 +053047 combiner:interrupt-controller@10440000 {
48 compatible = "samsung,exynos4210-combiner";
49 #interrupt-cells = <2>;
50 interrupt-controller;
51 samsung,combiner-nr = <32>;
52 reg = <0x10440000 0x1000>;
53 interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
54 <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
55 <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
56 <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>,
57 <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>,
58 <0 20 0>, <0 21 0>, <0 22 0>, <0 23 0>,
59 <0 24 0>, <0 25 0>, <0 26 0>, <0 27 0>,
60 <0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>;
61 };
62
Kukjin Kimb074abb2012-02-10 13:12:21 +090063 watchdog {
64 compatible = "samsung,s3c2410-wdt";
65 reg = <0x101D0000 0x100>;
66 interrupts = <0 42 0>;
67 };
68
Arun Kumar K2eae6132012-10-23 22:51:33 +090069 codec@11000000 {
70 compatible = "samsung,mfc-v6";
71 reg = <0x11000000 0x10000>;
72 interrupts = <0 96 0>;
73 };
74
Kukjin Kimb074abb2012-02-10 13:12:21 +090075 rtc {
76 compatible = "samsung,s3c6410-rtc";
77 reg = <0x101E0000 0x100>;
78 interrupts = <0 43 0>, <0 44 0>;
79 };
80
Amit Daniel Kachhapef405e02012-10-29 21:23:29 +090081 tmu@10060000 {
82 compatible = "samsung,exynos5250-tmu";
83 reg = <0x10060000 0x100>;
84 interrupts = <0 65 0>;
85 };
86
Kukjin Kimb074abb2012-02-10 13:12:21 +090087 serial@12C00000 {
88 compatible = "samsung,exynos4210-uart";
89 reg = <0x12C00000 0x100>;
90 interrupts = <0 51 0>;
91 };
92
93 serial@12C10000 {
94 compatible = "samsung,exynos4210-uart";
95 reg = <0x12C10000 0x100>;
96 interrupts = <0 52 0>;
97 };
98
99 serial@12C20000 {
100 compatible = "samsung,exynos4210-uart";
101 reg = <0x12C20000 0x100>;
102 interrupts = <0 53 0>;
103 };
104
105 serial@12C30000 {
106 compatible = "samsung,exynos4210-uart";
107 reg = <0x12C30000 0x100>;
108 interrupts = <0 54 0>;
109 };
110
Vasanth Ananthanc47d2442012-11-20 21:02:11 +0900111 sata@122F0000 {
112 compatible = "samsung,exynos5-sata-ahci";
113 reg = <0x122F0000 0x1ff>;
114 interrupts = <0 115 0>;
115 };
116
117 sata-phy@12170000 {
118 compatible = "samsung,exynos5-sata-phy";
119 reg = <0x12170000 0x1ff>;
120 };
121
Kukjin Kimb074abb2012-02-10 13:12:21 +0900122 i2c@12C60000 {
123 compatible = "samsung,s3c2440-i2c";
124 reg = <0x12C60000 0x100>;
125 interrupts = <0 56 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900126 #address-cells = <1>;
127 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900128 };
129
130 i2c@12C70000 {
131 compatible = "samsung,s3c2440-i2c";
132 reg = <0x12C70000 0x100>;
133 interrupts = <0 57 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900134 #address-cells = <1>;
135 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900136 };
137
138 i2c@12C80000 {
139 compatible = "samsung,s3c2440-i2c";
140 reg = <0x12C80000 0x100>;
141 interrupts = <0 58 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900142 #address-cells = <1>;
143 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900144 };
145
146 i2c@12C90000 {
147 compatible = "samsung,s3c2440-i2c";
148 reg = <0x12C90000 0x100>;
149 interrupts = <0 59 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900150 #address-cells = <1>;
151 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900152 };
153
154 i2c@12CA0000 {
155 compatible = "samsung,s3c2440-i2c";
156 reg = <0x12CA0000 0x100>;
157 interrupts = <0 60 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900158 #address-cells = <1>;
159 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900160 };
161
162 i2c@12CB0000 {
163 compatible = "samsung,s3c2440-i2c";
164 reg = <0x12CB0000 0x100>;
165 interrupts = <0 61 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900166 #address-cells = <1>;
167 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900168 };
169
170 i2c@12CC0000 {
171 compatible = "samsung,s3c2440-i2c";
172 reg = <0x12CC0000 0x100>;
173 interrupts = <0 62 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900174 #address-cells = <1>;
175 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900176 };
177
178 i2c@12CD0000 {
179 compatible = "samsung,s3c2440-i2c";
180 reg = <0x12CD0000 0x100>;
181 interrupts = <0 63 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900182 #address-cells = <1>;
183 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900184 };
185
Vasanth Ananthanc47d2442012-11-20 21:02:11 +0900186 i2c@121D0000 {
187 compatible = "samsung,exynos5-sata-phy-i2c";
188 reg = <0x121D0000 0x100>;
189 #address-cells = <1>;
190 #size-cells = <0>;
191 };
192
Thomas Abraham79989ba2012-07-14 10:45:36 +0900193 spi_0: spi@12d20000 {
194 compatible = "samsung,exynos4210-spi";
195 reg = <0x12d20000 0x100>;
196 interrupts = <0 66 0>;
Arnd Bergmann5d74c8a2012-07-17 23:13:06 +0200197 tx-dma-channel = <&pdma0 5>; /* preliminary */
198 rx-dma-channel = <&pdma0 4>; /* preliminary */
Thomas Abraham79989ba2012-07-14 10:45:36 +0900199 #address-cells = <1>;
200 #size-cells = <0>;
201 };
202
203 spi_1: spi@12d30000 {
204 compatible = "samsung,exynos4210-spi";
205 reg = <0x12d30000 0x100>;
206 interrupts = <0 67 0>;
Arnd Bergmann5d74c8a2012-07-17 23:13:06 +0200207 tx-dma-channel = <&pdma1 5>; /* preliminary */
208 rx-dma-channel = <&pdma1 4>; /* preliminary */
Thomas Abraham79989ba2012-07-14 10:45:36 +0900209 #address-cells = <1>;
210 #size-cells = <0>;
211 };
212
213 spi_2: spi@12d40000 {
214 compatible = "samsung,exynos4210-spi";
215 reg = <0x12d40000 0x100>;
216 interrupts = <0 68 0>;
Arnd Bergmann5d74c8a2012-07-17 23:13:06 +0200217 tx-dma-channel = <&pdma0 7>; /* preliminary */
218 rx-dma-channel = <&pdma0 6>; /* preliminary */
Thomas Abraham79989ba2012-07-14 10:45:36 +0900219 #address-cells = <1>;
220 #size-cells = <0>;
221 };
222
Doug Andersonde0f42b2012-11-21 13:31:32 +0900223 dwmmc_0: dwmmc0@12200000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900224 compatible = "samsung,exynos5250-dw-mshc";
225 reg = <0x12200000 0x1000>;
226 interrupts = <0 75 0>;
227 #address-cells = <1>;
228 #size-cells = <0>;
229 };
230
Doug Andersonde0f42b2012-11-21 13:31:32 +0900231 dwmmc_1: dwmmc1@12210000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900232 compatible = "samsung,exynos5250-dw-mshc";
233 reg = <0x12210000 0x1000>;
234 interrupts = <0 76 0>;
235 #address-cells = <1>;
236 #size-cells = <0>;
237 };
238
Doug Andersonde0f42b2012-11-21 13:31:32 +0900239 dwmmc_2: dwmmc2@12220000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900240 compatible = "samsung,exynos5250-dw-mshc";
241 reg = <0x12220000 0x1000>;
242 interrupts = <0 77 0>;
243 #address-cells = <1>;
244 #size-cells = <0>;
245 };
246
Doug Andersonde0f42b2012-11-21 13:31:32 +0900247 dwmmc_3: dwmmc3@12230000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900248 compatible = "samsung,exynos5250-dw-mshc";
249 reg = <0x12230000 0x1000>;
250 interrupts = <0 78 0>;
251 #address-cells = <1>;
252 #size-cells = <0>;
253 };
254
Kukjin Kimb074abb2012-02-10 13:12:21 +0900255 amba {
256 #address-cells = <1>;
257 #size-cells = <1>;
258 compatible = "arm,amba-bus";
259 interrupt-parent = <&gic>;
260 ranges;
261
262 pdma0: pdma@121A0000 {
263 compatible = "arm,pl330", "arm,primecell";
264 reg = <0x121A0000 0x1000>;
265 interrupts = <0 34 0>;
266 };
267
268 pdma1: pdma@121B0000 {
269 compatible = "arm,pl330", "arm,primecell";
270 reg = <0x121B0000 0x1000>;
271 interrupts = <0 35 0>;
272 };
273
Thomas Abraham009f7c92012-05-15 23:47:53 +0900274 mdma0: mdma@10800000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900275 compatible = "arm,pl330", "arm,primecell";
276 reg = <0x10800000 0x1000>;
277 interrupts = <0 33 0>;
278 };
279
Thomas Abraham009f7c92012-05-15 23:47:53 +0900280 mdma1: mdma@11C10000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900281 compatible = "arm,pl330", "arm,primecell";
282 reg = <0x11C10000 0x1000>;
283 interrupts = <0 124 0>;
284 };
285 };
286
287 gpio-controllers {
288 #address-cells = <1>;
289 #size-cells = <1>;
290 gpio-controller;
291 ranges;
292
293 gpa0: gpio-controller@11400000 {
294 compatible = "samsung,exynos4-gpio";
295 reg = <0x11400000 0x20>;
296 #gpio-cells = <4>;
297 };
298
299 gpa1: gpio-controller@11400020 {
300 compatible = "samsung,exynos4-gpio";
301 reg = <0x11400020 0x20>;
302 #gpio-cells = <4>;
303 };
304
305 gpa2: gpio-controller@11400040 {
306 compatible = "samsung,exynos4-gpio";
307 reg = <0x11400040 0x20>;
308 #gpio-cells = <4>;
309 };
310
311 gpb0: gpio-controller@11400060 {
312 compatible = "samsung,exynos4-gpio";
313 reg = <0x11400060 0x20>;
314 #gpio-cells = <4>;
315 };
316
317 gpb1: gpio-controller@11400080 {
318 compatible = "samsung,exynos4-gpio";
319 reg = <0x11400080 0x20>;
320 #gpio-cells = <4>;
321 };
322
323 gpb2: gpio-controller@114000A0 {
324 compatible = "samsung,exynos4-gpio";
325 reg = <0x114000A0 0x20>;
326 #gpio-cells = <4>;
327 };
328
329 gpb3: gpio-controller@114000C0 {
330 compatible = "samsung,exynos4-gpio";
331 reg = <0x114000C0 0x20>;
332 #gpio-cells = <4>;
333 };
334
335 gpc0: gpio-controller@114000E0 {
336 compatible = "samsung,exynos4-gpio";
337 reg = <0x114000E0 0x20>;
338 #gpio-cells = <4>;
339 };
340
341 gpc1: gpio-controller@11400100 {
342 compatible = "samsung,exynos4-gpio";
343 reg = <0x11400100 0x20>;
344 #gpio-cells = <4>;
345 };
346
347 gpc2: gpio-controller@11400120 {
348 compatible = "samsung,exynos4-gpio";
349 reg = <0x11400120 0x20>;
350 #gpio-cells = <4>;
351 };
352
353 gpc3: gpio-controller@11400140 {
354 compatible = "samsung,exynos4-gpio";
355 reg = <0x11400140 0x20>;
356 #gpio-cells = <4>;
357 };
358
Thomas Abraham009f7c92012-05-15 23:47:53 +0900359 gpc4: gpio-controller@114002E0 {
360 compatible = "samsung,exynos4-gpio";
361 reg = <0x114002E0 0x20>;
362 #gpio-cells = <4>;
363 };
364
Kukjin Kimb074abb2012-02-10 13:12:21 +0900365 gpd0: gpio-controller@11400160 {
366 compatible = "samsung,exynos4-gpio";
367 reg = <0x11400160 0x20>;
368 #gpio-cells = <4>;
369 };
370
371 gpd1: gpio-controller@11400180 {
372 compatible = "samsung,exynos4-gpio";
373 reg = <0x11400180 0x20>;
374 #gpio-cells = <4>;
375 };
376
377 gpy0: gpio-controller@114001A0 {
378 compatible = "samsung,exynos4-gpio";
379 reg = <0x114001A0 0x20>;
380 #gpio-cells = <4>;
381 };
382
383 gpy1: gpio-controller@114001C0 {
384 compatible = "samsung,exynos4-gpio";
385 reg = <0x114001C0 0x20>;
386 #gpio-cells = <4>;
387 };
388
389 gpy2: gpio-controller@114001E0 {
390 compatible = "samsung,exynos4-gpio";
391 reg = <0x114001E0 0x20>;
392 #gpio-cells = <4>;
393 };
394
395 gpy3: gpio-controller@11400200 {
396 compatible = "samsung,exynos4-gpio";
397 reg = <0x11400200 0x20>;
398 #gpio-cells = <4>;
399 };
400
401 gpy4: gpio-controller@11400220 {
402 compatible = "samsung,exynos4-gpio";
403 reg = <0x11400220 0x20>;
404 #gpio-cells = <4>;
405 };
406
407 gpy5: gpio-controller@11400240 {
408 compatible = "samsung,exynos4-gpio";
409 reg = <0x11400240 0x20>;
410 #gpio-cells = <4>;
411 };
412
413 gpy6: gpio-controller@11400260 {
414 compatible = "samsung,exynos4-gpio";
415 reg = <0x11400260 0x20>;
416 #gpio-cells = <4>;
417 };
418
419 gpx0: gpio-controller@11400C00 {
420 compatible = "samsung,exynos4-gpio";
421 reg = <0x11400C00 0x20>;
422 #gpio-cells = <4>;
423 };
424
425 gpx1: gpio-controller@11400C20 {
426 compatible = "samsung,exynos4-gpio";
427 reg = <0x11400C20 0x20>;
428 #gpio-cells = <4>;
429 };
430
431 gpx2: gpio-controller@11400C40 {
432 compatible = "samsung,exynos4-gpio";
433 reg = <0x11400C40 0x20>;
434 #gpio-cells = <4>;
435 };
436
437 gpx3: gpio-controller@11400C60 {
438 compatible = "samsung,exynos4-gpio";
439 reg = <0x11400C60 0x20>;
440 #gpio-cells = <4>;
441 };
442
443 gpe0: gpio-controller@13400000 {
444 compatible = "samsung,exynos4-gpio";
445 reg = <0x13400000 0x20>;
446 #gpio-cells = <4>;
447 };
448
449 gpe1: gpio-controller@13400020 {
450 compatible = "samsung,exynos4-gpio";
451 reg = <0x13400020 0x20>;
452 #gpio-cells = <4>;
453 };
454
455 gpf0: gpio-controller@13400040 {
456 compatible = "samsung,exynos4-gpio";
457 reg = <0x13400040 0x20>;
458 #gpio-cells = <4>;
459 };
460
461 gpf1: gpio-controller@13400060 {
462 compatible = "samsung,exynos4-gpio";
463 reg = <0x13400060 0x20>;
464 #gpio-cells = <4>;
465 };
466
467 gpg0: gpio-controller@13400080 {
468 compatible = "samsung,exynos4-gpio";
469 reg = <0x13400080 0x20>;
470 #gpio-cells = <4>;
471 };
472
473 gpg1: gpio-controller@134000A0 {
474 compatible = "samsung,exynos4-gpio";
475 reg = <0x134000A0 0x20>;
476 #gpio-cells = <4>;
477 };
478
479 gpg2: gpio-controller@134000C0 {
480 compatible = "samsung,exynos4-gpio";
481 reg = <0x134000C0 0x20>;
482 #gpio-cells = <4>;
483 };
484
485 gph0: gpio-controller@134000E0 {
486 compatible = "samsung,exynos4-gpio";
487 reg = <0x134000E0 0x20>;
488 #gpio-cells = <4>;
489 };
490
491 gph1: gpio-controller@13400100 {
492 compatible = "samsung,exynos4-gpio";
493 reg = <0x13400100 0x20>;
494 #gpio-cells = <4>;
495 };
496
497 gpv0: gpio-controller@10D10000 {
498 compatible = "samsung,exynos4-gpio";
499 reg = <0x10D10000 0x20>;
500 #gpio-cells = <4>;
501 };
502
503 gpv1: gpio-controller@10D10020 {
504 compatible = "samsung,exynos4-gpio";
505 reg = <0x10D10020 0x20>;
506 #gpio-cells = <4>;
507 };
508
509 gpv2: gpio-controller@10D10040 {
510 compatible = "samsung,exynos4-gpio";
Thomas Abraham009f7c92012-05-15 23:47:53 +0900511 reg = <0x10D10060 0x20>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900512 #gpio-cells = <4>;
513 };
514
515 gpv3: gpio-controller@10D10060 {
516 compatible = "samsung,exynos4-gpio";
Thomas Abraham009f7c92012-05-15 23:47:53 +0900517 reg = <0x10D10080 0x20>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900518 #gpio-cells = <4>;
519 };
520
521 gpv4: gpio-controller@10D10080 {
522 compatible = "samsung,exynos4-gpio";
Thomas Abraham009f7c92012-05-15 23:47:53 +0900523 reg = <0x10D100C0 0x20>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900524 #gpio-cells = <4>;
525 };
526
527 gpz: gpio-controller@03860000 {
528 compatible = "samsung,exynos4-gpio";
529 reg = <0x03860000 0x20>;
530 #gpio-cells = <4>;
531 };
532 };
Shaik Ameer Basha11286582012-09-07 14:13:08 +0900533
534 gsc_0: gsc@0x13e00000 {
535 compatible = "samsung,exynos5-gsc";
536 reg = <0x13e00000 0x1000>;
537 interrupts = <0 85 0>;
538 };
539
540 gsc_1: gsc@0x13e10000 {
541 compatible = "samsung,exynos5-gsc";
542 reg = <0x13e10000 0x1000>;
543 interrupts = <0 86 0>;
544 };
545
546 gsc_2: gsc@0x13e20000 {
547 compatible = "samsung,exynos5-gsc";
548 reg = <0x13e20000 0x1000>;
549 interrupts = <0 87 0>;
550 };
551
552 gsc_3: gsc@0x13e30000 {
553 compatible = "samsung,exynos5-gsc";
554 reg = <0x13e30000 0x1000>;
555 interrupts = <0 88 0>;
556 };
Kukjin Kimb074abb2012-02-10 13:12:21 +0900557};