blob: 04d93ecd14844864802bca4e69cb6ef8c6b54988 [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;
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +090034 i2c0 = &i2c_0;
35 i2c1 = &i2c_1;
36 i2c2 = &i2c_2;
37 i2c3 = &i2c_3;
38 i2c4 = &i2c_4;
39 i2c5 = &i2c_5;
40 i2c6 = &i2c_6;
41 i2c7 = &i2c_7;
42 i2c8 = &i2c_8;
Thomas Abraham79989ba2012-07-14 10:45:36 +090043 };
44
Thomas Abraham009f7c92012-05-15 23:47:53 +090045 gic:interrupt-controller@10481000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +090046 compatible = "arm,cortex-a9-gic";
47 #interrupt-cells = <3>;
48 interrupt-controller;
Thomas Abraham009f7c92012-05-15 23:47:53 +090049 reg = <0x10481000 0x1000>, <0x10482000 0x2000>;
Kukjin Kimb074abb2012-02-10 13:12:21 +090050 };
51
Thomas Abrahamfe84cdf2012-05-18 09:29:35 +053052 combiner:interrupt-controller@10440000 {
53 compatible = "samsung,exynos4210-combiner";
54 #interrupt-cells = <2>;
55 interrupt-controller;
56 samsung,combiner-nr = <32>;
57 reg = <0x10440000 0x1000>;
58 interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
59 <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
60 <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
61 <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>,
62 <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>,
63 <0 20 0>, <0 21 0>, <0 22 0>, <0 23 0>,
64 <0 24 0>, <0 25 0>, <0 26 0>, <0 27 0>,
65 <0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>;
66 };
67
Kukjin Kimb074abb2012-02-10 13:12:21 +090068 watchdog {
69 compatible = "samsung,s3c2410-wdt";
70 reg = <0x101D0000 0x100>;
71 interrupts = <0 42 0>;
72 };
73
74 rtc {
75 compatible = "samsung,s3c6410-rtc";
76 reg = <0x101E0000 0x100>;
77 interrupts = <0 43 0>, <0 44 0>;
78 };
79
Kukjin Kimb074abb2012-02-10 13:12:21 +090080 serial@12C00000 {
81 compatible = "samsung,exynos4210-uart";
82 reg = <0x12C00000 0x100>;
83 interrupts = <0 51 0>;
84 };
85
86 serial@12C10000 {
87 compatible = "samsung,exynos4210-uart";
88 reg = <0x12C10000 0x100>;
89 interrupts = <0 52 0>;
90 };
91
92 serial@12C20000 {
93 compatible = "samsung,exynos4210-uart";
94 reg = <0x12C20000 0x100>;
95 interrupts = <0 53 0>;
96 };
97
98 serial@12C30000 {
99 compatible = "samsung,exynos4210-uart";
100 reg = <0x12C30000 0x100>;
101 interrupts = <0 54 0>;
102 };
103
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900104 i2c_0: i2c@12C60000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900105 compatible = "samsung,s3c2440-i2c";
106 reg = <0x12C60000 0x100>;
107 interrupts = <0 56 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900108 #address-cells = <1>;
109 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900110 };
111
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900112 i2c_1: i2c@12C70000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900113 compatible = "samsung,s3c2440-i2c";
114 reg = <0x12C70000 0x100>;
115 interrupts = <0 57 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900116 #address-cells = <1>;
117 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900118 };
119
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900120 i2c_2: i2c@12C80000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900121 compatible = "samsung,s3c2440-i2c";
122 reg = <0x12C80000 0x100>;
123 interrupts = <0 58 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900124 #address-cells = <1>;
125 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900126 };
127
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900128 i2c_3: i2c@12C90000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900129 compatible = "samsung,s3c2440-i2c";
130 reg = <0x12C90000 0x100>;
131 interrupts = <0 59 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900132 #address-cells = <1>;
133 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900134 };
135
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900136 i2c_4: i2c@12CA0000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900137 compatible = "samsung,s3c2440-i2c";
138 reg = <0x12CA0000 0x100>;
139 interrupts = <0 60 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900140 #address-cells = <1>;
141 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900142 };
143
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900144 i2c_5: i2c@12CB0000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900145 compatible = "samsung,s3c2440-i2c";
146 reg = <0x12CB0000 0x100>;
147 interrupts = <0 61 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900148 #address-cells = <1>;
149 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900150 };
151
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900152 i2c_6: i2c@12CC0000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900153 compatible = "samsung,s3c2440-i2c";
154 reg = <0x12CC0000 0x100>;
155 interrupts = <0 62 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900156 #address-cells = <1>;
157 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900158 };
159
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900160 i2c_7: i2c@12CD0000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900161 compatible = "samsung,s3c2440-i2c";
162 reg = <0x12CD0000 0x100>;
163 interrupts = <0 63 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900164 #address-cells = <1>;
165 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900166 };
167
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900168 i2c_8: i2c@12CE0000 {
Rahul Sharma3e3e9ce2012-10-29 21:51:42 +0900169 compatible = "samsung,s3c2440-hdmiphy-i2c";
170 reg = <0x12CE0000 0x1000>;
171 interrupts = <0 64 0>;
172 #address-cells = <1>;
173 #size-cells = <0>;
174 };
175
Thomas Abraham79989ba2012-07-14 10:45:36 +0900176 spi_0: spi@12d20000 {
177 compatible = "samsung,exynos4210-spi";
178 reg = <0x12d20000 0x100>;
179 interrupts = <0 66 0>;
Arnd Bergmann5d74c8a2012-07-17 23:13:06 +0200180 tx-dma-channel = <&pdma0 5>; /* preliminary */
181 rx-dma-channel = <&pdma0 4>; /* preliminary */
Thomas Abraham79989ba2012-07-14 10:45:36 +0900182 #address-cells = <1>;
183 #size-cells = <0>;
184 };
185
186 spi_1: spi@12d30000 {
187 compatible = "samsung,exynos4210-spi";
188 reg = <0x12d30000 0x100>;
189 interrupts = <0 67 0>;
Arnd Bergmann5d74c8a2012-07-17 23:13:06 +0200190 tx-dma-channel = <&pdma1 5>; /* preliminary */
191 rx-dma-channel = <&pdma1 4>; /* preliminary */
Thomas Abraham79989ba2012-07-14 10:45:36 +0900192 #address-cells = <1>;
193 #size-cells = <0>;
194 };
195
196 spi_2: spi@12d40000 {
197 compatible = "samsung,exynos4210-spi";
198 reg = <0x12d40000 0x100>;
199 interrupts = <0 68 0>;
Arnd Bergmann5d74c8a2012-07-17 23:13:06 +0200200 tx-dma-channel = <&pdma0 7>; /* preliminary */
201 rx-dma-channel = <&pdma0 6>; /* preliminary */
Thomas Abraham79989ba2012-07-14 10:45:36 +0900202 #address-cells = <1>;
203 #size-cells = <0>;
204 };
205
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900206 dwmmc0@12200000 {
207 compatible = "samsung,exynos5250-dw-mshc";
208 reg = <0x12200000 0x1000>;
209 interrupts = <0 75 0>;
210 #address-cells = <1>;
211 #size-cells = <0>;
212 };
213
214 dwmmc1@12210000 {
215 compatible = "samsung,exynos5250-dw-mshc";
216 reg = <0x12210000 0x1000>;
217 interrupts = <0 76 0>;
218 #address-cells = <1>;
219 #size-cells = <0>;
220 };
221
222 dwmmc2@12220000 {
223 compatible = "samsung,exynos5250-dw-mshc";
224 reg = <0x12220000 0x1000>;
225 interrupts = <0 77 0>;
226 #address-cells = <1>;
227 #size-cells = <0>;
228 };
229
230 dwmmc3@12230000 {
231 compatible = "samsung,exynos5250-dw-mshc";
232 reg = <0x12230000 0x1000>;
233 interrupts = <0 78 0>;
234 #address-cells = <1>;
235 #size-cells = <0>;
236 };
237
Kukjin Kimb074abb2012-02-10 13:12:21 +0900238 amba {
239 #address-cells = <1>;
240 #size-cells = <1>;
241 compatible = "arm,amba-bus";
242 interrupt-parent = <&gic>;
243 ranges;
244
245 pdma0: pdma@121A0000 {
246 compatible = "arm,pl330", "arm,primecell";
247 reg = <0x121A0000 0x1000>;
248 interrupts = <0 34 0>;
249 };
250
251 pdma1: pdma@121B0000 {
252 compatible = "arm,pl330", "arm,primecell";
253 reg = <0x121B0000 0x1000>;
254 interrupts = <0 35 0>;
255 };
256
Thomas Abraham009f7c92012-05-15 23:47:53 +0900257 mdma0: mdma@10800000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900258 compatible = "arm,pl330", "arm,primecell";
259 reg = <0x10800000 0x1000>;
260 interrupts = <0 33 0>;
261 };
262
Thomas Abraham009f7c92012-05-15 23:47:53 +0900263 mdma1: mdma@11C10000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900264 compatible = "arm,pl330", "arm,primecell";
265 reg = <0x11C10000 0x1000>;
266 interrupts = <0 124 0>;
267 };
268 };
269
270 gpio-controllers {
271 #address-cells = <1>;
272 #size-cells = <1>;
273 gpio-controller;
274 ranges;
275
276 gpa0: gpio-controller@11400000 {
277 compatible = "samsung,exynos4-gpio";
278 reg = <0x11400000 0x20>;
279 #gpio-cells = <4>;
280 };
281
282 gpa1: gpio-controller@11400020 {
283 compatible = "samsung,exynos4-gpio";
284 reg = <0x11400020 0x20>;
285 #gpio-cells = <4>;
286 };
287
288 gpa2: gpio-controller@11400040 {
289 compatible = "samsung,exynos4-gpio";
290 reg = <0x11400040 0x20>;
291 #gpio-cells = <4>;
292 };
293
294 gpb0: gpio-controller@11400060 {
295 compatible = "samsung,exynos4-gpio";
296 reg = <0x11400060 0x20>;
297 #gpio-cells = <4>;
298 };
299
300 gpb1: gpio-controller@11400080 {
301 compatible = "samsung,exynos4-gpio";
302 reg = <0x11400080 0x20>;
303 #gpio-cells = <4>;
304 };
305
306 gpb2: gpio-controller@114000A0 {
307 compatible = "samsung,exynos4-gpio";
308 reg = <0x114000A0 0x20>;
309 #gpio-cells = <4>;
310 };
311
312 gpb3: gpio-controller@114000C0 {
313 compatible = "samsung,exynos4-gpio";
314 reg = <0x114000C0 0x20>;
315 #gpio-cells = <4>;
316 };
317
318 gpc0: gpio-controller@114000E0 {
319 compatible = "samsung,exynos4-gpio";
320 reg = <0x114000E0 0x20>;
321 #gpio-cells = <4>;
322 };
323
324 gpc1: gpio-controller@11400100 {
325 compatible = "samsung,exynos4-gpio";
326 reg = <0x11400100 0x20>;
327 #gpio-cells = <4>;
328 };
329
330 gpc2: gpio-controller@11400120 {
331 compatible = "samsung,exynos4-gpio";
332 reg = <0x11400120 0x20>;
333 #gpio-cells = <4>;
334 };
335
336 gpc3: gpio-controller@11400140 {
337 compatible = "samsung,exynos4-gpio";
338 reg = <0x11400140 0x20>;
339 #gpio-cells = <4>;
340 };
341
Thomas Abraham009f7c92012-05-15 23:47:53 +0900342 gpc4: gpio-controller@114002E0 {
343 compatible = "samsung,exynos4-gpio";
344 reg = <0x114002E0 0x20>;
345 #gpio-cells = <4>;
346 };
347
Kukjin Kimb074abb2012-02-10 13:12:21 +0900348 gpd0: gpio-controller@11400160 {
349 compatible = "samsung,exynos4-gpio";
350 reg = <0x11400160 0x20>;
351 #gpio-cells = <4>;
352 };
353
354 gpd1: gpio-controller@11400180 {
355 compatible = "samsung,exynos4-gpio";
356 reg = <0x11400180 0x20>;
357 #gpio-cells = <4>;
358 };
359
360 gpy0: gpio-controller@114001A0 {
361 compatible = "samsung,exynos4-gpio";
362 reg = <0x114001A0 0x20>;
363 #gpio-cells = <4>;
364 };
365
366 gpy1: gpio-controller@114001C0 {
367 compatible = "samsung,exynos4-gpio";
368 reg = <0x114001C0 0x20>;
369 #gpio-cells = <4>;
370 };
371
372 gpy2: gpio-controller@114001E0 {
373 compatible = "samsung,exynos4-gpio";
374 reg = <0x114001E0 0x20>;
375 #gpio-cells = <4>;
376 };
377
378 gpy3: gpio-controller@11400200 {
379 compatible = "samsung,exynos4-gpio";
380 reg = <0x11400200 0x20>;
381 #gpio-cells = <4>;
382 };
383
384 gpy4: gpio-controller@11400220 {
385 compatible = "samsung,exynos4-gpio";
386 reg = <0x11400220 0x20>;
387 #gpio-cells = <4>;
388 };
389
390 gpy5: gpio-controller@11400240 {
391 compatible = "samsung,exynos4-gpio";
392 reg = <0x11400240 0x20>;
393 #gpio-cells = <4>;
394 };
395
396 gpy6: gpio-controller@11400260 {
397 compatible = "samsung,exynos4-gpio";
398 reg = <0x11400260 0x20>;
399 #gpio-cells = <4>;
400 };
401
402 gpx0: gpio-controller@11400C00 {
403 compatible = "samsung,exynos4-gpio";
404 reg = <0x11400C00 0x20>;
405 #gpio-cells = <4>;
406 };
407
408 gpx1: gpio-controller@11400C20 {
409 compatible = "samsung,exynos4-gpio";
410 reg = <0x11400C20 0x20>;
411 #gpio-cells = <4>;
412 };
413
414 gpx2: gpio-controller@11400C40 {
415 compatible = "samsung,exynos4-gpio";
416 reg = <0x11400C40 0x20>;
417 #gpio-cells = <4>;
418 };
419
420 gpx3: gpio-controller@11400C60 {
421 compatible = "samsung,exynos4-gpio";
422 reg = <0x11400C60 0x20>;
423 #gpio-cells = <4>;
424 };
425
426 gpe0: gpio-controller@13400000 {
427 compatible = "samsung,exynos4-gpio";
428 reg = <0x13400000 0x20>;
429 #gpio-cells = <4>;
430 };
431
432 gpe1: gpio-controller@13400020 {
433 compatible = "samsung,exynos4-gpio";
434 reg = <0x13400020 0x20>;
435 #gpio-cells = <4>;
436 };
437
438 gpf0: gpio-controller@13400040 {
439 compatible = "samsung,exynos4-gpio";
440 reg = <0x13400040 0x20>;
441 #gpio-cells = <4>;
442 };
443
444 gpf1: gpio-controller@13400060 {
445 compatible = "samsung,exynos4-gpio";
446 reg = <0x13400060 0x20>;
447 #gpio-cells = <4>;
448 };
449
450 gpg0: gpio-controller@13400080 {
451 compatible = "samsung,exynos4-gpio";
452 reg = <0x13400080 0x20>;
453 #gpio-cells = <4>;
454 };
455
456 gpg1: gpio-controller@134000A0 {
457 compatible = "samsung,exynos4-gpio";
458 reg = <0x134000A0 0x20>;
459 #gpio-cells = <4>;
460 };
461
462 gpg2: gpio-controller@134000C0 {
463 compatible = "samsung,exynos4-gpio";
464 reg = <0x134000C0 0x20>;
465 #gpio-cells = <4>;
466 };
467
468 gph0: gpio-controller@134000E0 {
469 compatible = "samsung,exynos4-gpio";
470 reg = <0x134000E0 0x20>;
471 #gpio-cells = <4>;
472 };
473
474 gph1: gpio-controller@13400100 {
475 compatible = "samsung,exynos4-gpio";
476 reg = <0x13400100 0x20>;
477 #gpio-cells = <4>;
478 };
479
480 gpv0: gpio-controller@10D10000 {
481 compatible = "samsung,exynos4-gpio";
482 reg = <0x10D10000 0x20>;
483 #gpio-cells = <4>;
484 };
485
486 gpv1: gpio-controller@10D10020 {
487 compatible = "samsung,exynos4-gpio";
488 reg = <0x10D10020 0x20>;
489 #gpio-cells = <4>;
490 };
491
492 gpv2: gpio-controller@10D10040 {
493 compatible = "samsung,exynos4-gpio";
Thomas Abraham009f7c92012-05-15 23:47:53 +0900494 reg = <0x10D10060 0x20>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900495 #gpio-cells = <4>;
496 };
497
498 gpv3: gpio-controller@10D10060 {
499 compatible = "samsung,exynos4-gpio";
Thomas Abraham009f7c92012-05-15 23:47:53 +0900500 reg = <0x10D10080 0x20>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900501 #gpio-cells = <4>;
502 };
503
504 gpv4: gpio-controller@10D10080 {
505 compatible = "samsung,exynos4-gpio";
Thomas Abraham009f7c92012-05-15 23:47:53 +0900506 reg = <0x10D100C0 0x20>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900507 #gpio-cells = <4>;
508 };
509
510 gpz: gpio-controller@03860000 {
511 compatible = "samsung,exynos4-gpio";
512 reg = <0x03860000 0x20>;
513 #gpio-cells = <4>;
514 };
515 };
Shaik Ameer Basha11286582012-09-07 14:13:08 +0900516
517 gsc_0: gsc@0x13e00000 {
518 compatible = "samsung,exynos5-gsc";
519 reg = <0x13e00000 0x1000>;
520 interrupts = <0 85 0>;
521 };
522
523 gsc_1: gsc@0x13e10000 {
524 compatible = "samsung,exynos5-gsc";
525 reg = <0x13e10000 0x1000>;
526 interrupts = <0 86 0>;
527 };
528
529 gsc_2: gsc@0x13e20000 {
530 compatible = "samsung,exynos5-gsc";
531 reg = <0x13e20000 0x1000>;
532 interrupts = <0 87 0>;
533 };
534
535 gsc_3: gsc@0x13e30000 {
536 compatible = "samsung,exynos5-gsc";
537 reg = <0x13e30000 0x1000>;
538 interrupts = <0 88 0>;
539 };
Rahul Sharma566cf8e2012-10-29 21:48:43 +0900540
541 hdmi {
542 compatible = "samsung,exynos5-hdmi";
543 reg = <0x14530000 0x100000>;
544 interrupts = <0 95 0>;
545 };
Rahul Sharma5af0d8a2012-10-29 21:51:36 +0900546
547 mixer {
548 compatible = "samsung,exynos5-mixer";
549 reg = <0x14450000 0x10000>;
550 interrupts = <0 94 0>;
551 };
Kukjin Kimb074abb2012-02-10 13:12:21 +0900552};