blob: 0fcabd711ec9ee6e5a6f086905e4abebb1cc864d [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;
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +090038 i2c0 = &i2c_0;
39 i2c1 = &i2c_1;
40 i2c2 = &i2c_2;
41 i2c3 = &i2c_3;
42 i2c4 = &i2c_4;
43 i2c5 = &i2c_5;
44 i2c6 = &i2c_6;
45 i2c7 = &i2c_7;
46 i2c8 = &i2c_8;
Thomas Abraham79989ba2012-07-14 10:45:36 +090047 };
48
Prasanna Kumar6f9e95e2013-02-12 15:27:43 -080049 pd_gsc: gsc-power-domain@0x10044000 {
50 compatible = "samsung,exynos4210-pd";
51 reg = <0x10044000 0x20>;
52 };
53
54 pd_mfc: mfc-power-domain@0x10044040 {
55 compatible = "samsung,exynos4210-pd";
56 reg = <0x10044040 0x20>;
57 };
58
Thomas Abrahamd8bafc82013-03-09 17:11:33 +090059 clock: clock-controller@0x10010000 {
60 compatible = "samsung,exynos5250-clock";
61 reg = <0x10010000 0x30000>;
62 #clock-cells = <1>;
63 };
64
Thomas Abraham009f7c92012-05-15 23:47:53 +090065 gic:interrupt-controller@10481000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +090066 compatible = "arm,cortex-a9-gic";
67 #interrupt-cells = <3>;
68 interrupt-controller;
Thomas Abraham009f7c92012-05-15 23:47:53 +090069 reg = <0x10481000 0x1000>, <0x10482000 0x2000>;
Kukjin Kimb074abb2012-02-10 13:12:21 +090070 };
71
Thomas Abrahamfe84cdf2012-05-18 09:29:35 +053072 combiner:interrupt-controller@10440000 {
73 compatible = "samsung,exynos4210-combiner";
74 #interrupt-cells = <2>;
75 interrupt-controller;
76 samsung,combiner-nr = <32>;
77 reg = <0x10440000 0x1000>;
78 interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
79 <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
80 <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
81 <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>,
82 <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>,
83 <0 20 0>, <0 21 0>, <0 22 0>, <0 23 0>,
84 <0 24 0>, <0 25 0>, <0 26 0>, <0 27 0>,
85 <0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>;
86 };
87
Thomas Abrahambbd97002013-03-09 16:12:35 +090088 mct@101C0000 {
89 compatible = "samsung,exynos4210-mct";
90 reg = <0x101C0000 0x800>;
91 interrupt-controller;
92 #interrups-cells = <2>;
93 interrupt-parent = <&mct_map>;
94 interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
95 <4 0>, <5 0>;
96
97 mct_map: mct-map {
98 #interrupt-cells = <2>;
99 #address-cells = <0>;
100 #size-cells = <0>;
101 interrupt-map = <0x0 0 &combiner 23 3>,
102 <0x1 0 &combiner 23 4>,
103 <0x2 0 &combiner 25 2>,
104 <0x3 0 &combiner 25 3>,
105 <0x4 0 &gic 0 120 0>,
106 <0x5 0 &gic 0 121 0>;
107 };
108 };
109
Kukjin Kimb074abb2012-02-10 13:12:21 +0900110 watchdog {
111 compatible = "samsung,s3c2410-wdt";
112 reg = <0x101D0000 0x100>;
113 interrupts = <0 42 0>;
114 };
115
Arun Kumar K2eae6132012-10-23 22:51:33 +0900116 codec@11000000 {
117 compatible = "samsung,mfc-v6";
118 reg = <0x11000000 0x10000>;
119 interrupts = <0 96 0>;
Prasanna Kumar6f9e95e2013-02-12 15:27:43 -0800120 samsung,power-domain = <&pd_mfc>;
Arun Kumar K2eae6132012-10-23 22:51:33 +0900121 };
122
Kukjin Kimb074abb2012-02-10 13:12:21 +0900123 rtc {
124 compatible = "samsung,s3c6410-rtc";
125 reg = <0x101E0000 0x100>;
126 interrupts = <0 43 0>, <0 44 0>;
127 };
128
Amit Daniel Kachhapef405e02012-10-29 21:23:29 +0900129 tmu@10060000 {
130 compatible = "samsung,exynos5250-tmu";
131 reg = <0x10060000 0x100>;
132 interrupts = <0 65 0>;
133 };
134
Kukjin Kimb074abb2012-02-10 13:12:21 +0900135 serial@12C00000 {
136 compatible = "samsung,exynos4210-uart";
137 reg = <0x12C00000 0x100>;
138 interrupts = <0 51 0>;
139 };
140
141 serial@12C10000 {
142 compatible = "samsung,exynos4210-uart";
143 reg = <0x12C10000 0x100>;
144 interrupts = <0 52 0>;
145 };
146
147 serial@12C20000 {
148 compatible = "samsung,exynos4210-uart";
149 reg = <0x12C20000 0x100>;
150 interrupts = <0 53 0>;
151 };
152
153 serial@12C30000 {
154 compatible = "samsung,exynos4210-uart";
155 reg = <0x12C30000 0x100>;
156 interrupts = <0 54 0>;
157 };
158
Vasanth Ananthanc47d2442012-11-20 21:02:11 +0900159 sata@122F0000 {
160 compatible = "samsung,exynos5-sata-ahci";
161 reg = <0x122F0000 0x1ff>;
162 interrupts = <0 115 0>;
163 };
164
165 sata-phy@12170000 {
166 compatible = "samsung,exynos5-sata-phy";
167 reg = <0x12170000 0x1ff>;
168 };
169
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900170 i2c_0: i2c@12C60000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900171 compatible = "samsung,s3c2440-i2c";
172 reg = <0x12C60000 0x100>;
173 interrupts = <0 56 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
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900178 i2c_1: i2c@12C70000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900179 compatible = "samsung,s3c2440-i2c";
180 reg = <0x12C70000 0x100>;
181 interrupts = <0 57 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
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900186 i2c_2: i2c@12C80000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900187 compatible = "samsung,s3c2440-i2c";
188 reg = <0x12C80000 0x100>;
189 interrupts = <0 58 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900190 #address-cells = <1>;
191 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900192 };
193
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900194 i2c_3: i2c@12C90000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900195 compatible = "samsung,s3c2440-i2c";
196 reg = <0x12C90000 0x100>;
197 interrupts = <0 59 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900198 #address-cells = <1>;
199 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900200 };
201
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900202 i2c_4: i2c@12CA0000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900203 compatible = "samsung,s3c2440-i2c";
204 reg = <0x12CA0000 0x100>;
205 interrupts = <0 60 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900206 #address-cells = <1>;
207 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900208 };
209
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900210 i2c_5: i2c@12CB0000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900211 compatible = "samsung,s3c2440-i2c";
212 reg = <0x12CB0000 0x100>;
213 interrupts = <0 61 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900214 #address-cells = <1>;
215 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900216 };
217
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900218 i2c_6: i2c@12CC0000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900219 compatible = "samsung,s3c2440-i2c";
220 reg = <0x12CC0000 0x100>;
221 interrupts = <0 62 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900222 #address-cells = <1>;
223 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900224 };
225
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900226 i2c_7: i2c@12CD0000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900227 compatible = "samsung,s3c2440-i2c";
228 reg = <0x12CD0000 0x100>;
229 interrupts = <0 63 0>;
Thomas Abraham009f7c92012-05-15 23:47:53 +0900230 #address-cells = <1>;
231 #size-cells = <0>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900232 };
233
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +0900234 i2c_8: i2c@12CE0000 {
Rahul Sharma3e3e9ce2012-10-29 21:51:42 +0900235 compatible = "samsung,s3c2440-hdmiphy-i2c";
236 reg = <0x12CE0000 0x1000>;
237 interrupts = <0 64 0>;
238 #address-cells = <1>;
239 #size-cells = <0>;
240 };
241
Vasanth Ananthanc47d2442012-11-20 21:02:11 +0900242 i2c@121D0000 {
243 compatible = "samsung,exynos5-sata-phy-i2c";
244 reg = <0x121D0000 0x100>;
245 #address-cells = <1>;
246 #size-cells = <0>;
247 };
248
Thomas Abraham79989ba2012-07-14 10:45:36 +0900249 spi_0: spi@12d20000 {
250 compatible = "samsung,exynos4210-spi";
251 reg = <0x12d20000 0x100>;
252 interrupts = <0 66 0>;
Padmavathi Vennaa4a8a9d2013-01-18 17:17:07 +0530253 dmas = <&pdma0 5
254 &pdma0 4>;
255 dma-names = "tx", "rx";
Thomas Abraham79989ba2012-07-14 10:45:36 +0900256 #address-cells = <1>;
257 #size-cells = <0>;
258 };
259
260 spi_1: spi@12d30000 {
261 compatible = "samsung,exynos4210-spi";
262 reg = <0x12d30000 0x100>;
263 interrupts = <0 67 0>;
Padmavathi Vennaa4a8a9d2013-01-18 17:17:07 +0530264 dmas = <&pdma1 5
265 &pdma1 4>;
266 dma-names = "tx", "rx";
Thomas Abraham79989ba2012-07-14 10:45:36 +0900267 #address-cells = <1>;
268 #size-cells = <0>;
269 };
270
271 spi_2: spi@12d40000 {
272 compatible = "samsung,exynos4210-spi";
273 reg = <0x12d40000 0x100>;
274 interrupts = <0 68 0>;
Padmavathi Vennaa4a8a9d2013-01-18 17:17:07 +0530275 dmas = <&pdma0 7
276 &pdma0 6>;
277 dma-names = "tx", "rx";
Thomas Abraham79989ba2012-07-14 10:45:36 +0900278 #address-cells = <1>;
279 #size-cells = <0>;
280 };
281
Doug Andersonde0f42b2012-11-21 13:31:32 +0900282 dwmmc_0: dwmmc0@12200000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900283 compatible = "samsung,exynos5250-dw-mshc";
284 reg = <0x12200000 0x1000>;
285 interrupts = <0 75 0>;
286 #address-cells = <1>;
287 #size-cells = <0>;
288 };
289
Doug Andersonde0f42b2012-11-21 13:31:32 +0900290 dwmmc_1: dwmmc1@12210000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900291 compatible = "samsung,exynos5250-dw-mshc";
292 reg = <0x12210000 0x1000>;
293 interrupts = <0 76 0>;
294 #address-cells = <1>;
295 #size-cells = <0>;
296 };
297
Doug Andersonde0f42b2012-11-21 13:31:32 +0900298 dwmmc_2: dwmmc2@12220000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900299 compatible = "samsung,exynos5250-dw-mshc";
300 reg = <0x12220000 0x1000>;
301 interrupts = <0 77 0>;
302 #address-cells = <1>;
303 #size-cells = <0>;
304 };
305
Doug Andersonde0f42b2012-11-21 13:31:32 +0900306 dwmmc_3: dwmmc3@12230000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900307 compatible = "samsung,exynos5250-dw-mshc";
308 reg = <0x12230000 0x1000>;
309 interrupts = <0 78 0>;
310 #address-cells = <1>;
311 #size-cells = <0>;
312 };
313
Padmavathi Venna28a48052013-01-18 17:17:06 +0530314 i2s0: i2s@03830000 {
Padmavathi Venna4c4c7462013-01-18 17:17:04 +0530315 compatible = "samsung,i2s-v5";
316 reg = <0x03830000 0x100>;
317 dmas = <&pdma0 10
318 &pdma0 9
319 &pdma0 8>;
320 dma-names = "tx", "rx", "tx-sec";
321 samsung,supports-6ch;
322 samsung,supports-rstclr;
323 samsung,supports-secdai;
324 samsung,idma-addr = <0x03000000>;
325 };
326
Padmavathi Venna28a48052013-01-18 17:17:06 +0530327 i2s1: i2s@12D60000 {
Padmavathi Venna4c4c7462013-01-18 17:17:04 +0530328 compatible = "samsung,i2s-v5";
329 reg = <0x12D60000 0x100>;
330 dmas = <&pdma1 12
331 &pdma1 11>;
332 dma-names = "tx", "rx";
333 };
334
Padmavathi Venna28a48052013-01-18 17:17:06 +0530335 i2s2: i2s@12D70000 {
Padmavathi Venna4c4c7462013-01-18 17:17:04 +0530336 compatible = "samsung,i2s-v5";
337 reg = <0x12D70000 0x100>;
338 dmas = <&pdma0 12
339 &pdma0 11>;
340 dma-names = "tx", "rx";
341 };
342
Vivek Gautam13cbd1e2013-02-12 15:24:15 -0800343 usb@12110000 {
344 compatible = "samsung,exynos4210-ehci";
345 reg = <0x12110000 0x100>;
346 interrupts = <0 71 0>;
347 };
348
Vivek Gautam7d40d862013-02-12 15:24:19 -0800349 usb@12120000 {
350 compatible = "samsung,exynos4210-ohci";
351 reg = <0x12120000 0x100>;
352 interrupts = <0 71 0>;
353 };
354
Kukjin Kimb074abb2012-02-10 13:12:21 +0900355 amba {
356 #address-cells = <1>;
357 #size-cells = <1>;
358 compatible = "arm,amba-bus";
359 interrupt-parent = <&gic>;
360 ranges;
361
362 pdma0: pdma@121A0000 {
363 compatible = "arm,pl330", "arm,primecell";
364 reg = <0x121A0000 0x1000>;
365 interrupts = <0 34 0>;
Padmavathi Venna42cf2092013-02-14 09:10:08 +0530366 #dma-cells = <1>;
367 #dma-channels = <8>;
368 #dma-requests = <32>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900369 };
370
371 pdma1: pdma@121B0000 {
372 compatible = "arm,pl330", "arm,primecell";
373 reg = <0x121B0000 0x1000>;
374 interrupts = <0 35 0>;
Padmavathi Venna42cf2092013-02-14 09:10:08 +0530375 #dma-cells = <1>;
376 #dma-channels = <8>;
377 #dma-requests = <32>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900378 };
379
Thomas Abraham009f7c92012-05-15 23:47:53 +0900380 mdma0: mdma@10800000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900381 compatible = "arm,pl330", "arm,primecell";
382 reg = <0x10800000 0x1000>;
383 interrupts = <0 33 0>;
Padmavathi Venna42cf2092013-02-14 09:10:08 +0530384 #dma-cells = <1>;
385 #dma-channels = <8>;
386 #dma-requests = <1>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900387 };
388
Thomas Abraham009f7c92012-05-15 23:47:53 +0900389 mdma1: mdma@11C10000 {
Kukjin Kimb074abb2012-02-10 13:12:21 +0900390 compatible = "arm,pl330", "arm,primecell";
391 reg = <0x11C10000 0x1000>;
392 interrupts = <0 124 0>;
Padmavathi Venna42cf2092013-02-14 09:10:08 +0530393 #dma-cells = <1>;
394 #dma-channels = <8>;
395 #dma-requests = <1>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900396 };
397 };
398
399 gpio-controllers {
400 #address-cells = <1>;
401 #size-cells = <1>;
402 gpio-controller;
403 ranges;
404
405 gpa0: gpio-controller@11400000 {
406 compatible = "samsung,exynos4-gpio";
407 reg = <0x11400000 0x20>;
408 #gpio-cells = <4>;
409 };
410
411 gpa1: gpio-controller@11400020 {
412 compatible = "samsung,exynos4-gpio";
413 reg = <0x11400020 0x20>;
414 #gpio-cells = <4>;
415 };
416
417 gpa2: gpio-controller@11400040 {
418 compatible = "samsung,exynos4-gpio";
419 reg = <0x11400040 0x20>;
420 #gpio-cells = <4>;
421 };
422
423 gpb0: gpio-controller@11400060 {
424 compatible = "samsung,exynos4-gpio";
425 reg = <0x11400060 0x20>;
426 #gpio-cells = <4>;
427 };
428
429 gpb1: gpio-controller@11400080 {
430 compatible = "samsung,exynos4-gpio";
431 reg = <0x11400080 0x20>;
432 #gpio-cells = <4>;
433 };
434
435 gpb2: gpio-controller@114000A0 {
436 compatible = "samsung,exynos4-gpio";
437 reg = <0x114000A0 0x20>;
438 #gpio-cells = <4>;
439 };
440
441 gpb3: gpio-controller@114000C0 {
442 compatible = "samsung,exynos4-gpio";
443 reg = <0x114000C0 0x20>;
444 #gpio-cells = <4>;
445 };
446
447 gpc0: gpio-controller@114000E0 {
448 compatible = "samsung,exynos4-gpio";
449 reg = <0x114000E0 0x20>;
450 #gpio-cells = <4>;
451 };
452
453 gpc1: gpio-controller@11400100 {
454 compatible = "samsung,exynos4-gpio";
455 reg = <0x11400100 0x20>;
456 #gpio-cells = <4>;
457 };
458
459 gpc2: gpio-controller@11400120 {
460 compatible = "samsung,exynos4-gpio";
461 reg = <0x11400120 0x20>;
462 #gpio-cells = <4>;
463 };
464
465 gpc3: gpio-controller@11400140 {
466 compatible = "samsung,exynos4-gpio";
467 reg = <0x11400140 0x20>;
468 #gpio-cells = <4>;
469 };
470
Thomas Abraham009f7c92012-05-15 23:47:53 +0900471 gpc4: gpio-controller@114002E0 {
472 compatible = "samsung,exynos4-gpio";
473 reg = <0x114002E0 0x20>;
474 #gpio-cells = <4>;
475 };
476
Kukjin Kimb074abb2012-02-10 13:12:21 +0900477 gpd0: gpio-controller@11400160 {
478 compatible = "samsung,exynos4-gpio";
479 reg = <0x11400160 0x20>;
480 #gpio-cells = <4>;
481 };
482
483 gpd1: gpio-controller@11400180 {
484 compatible = "samsung,exynos4-gpio";
485 reg = <0x11400180 0x20>;
486 #gpio-cells = <4>;
487 };
488
489 gpy0: gpio-controller@114001A0 {
490 compatible = "samsung,exynos4-gpio";
491 reg = <0x114001A0 0x20>;
492 #gpio-cells = <4>;
493 };
494
495 gpy1: gpio-controller@114001C0 {
496 compatible = "samsung,exynos4-gpio";
497 reg = <0x114001C0 0x20>;
498 #gpio-cells = <4>;
499 };
500
501 gpy2: gpio-controller@114001E0 {
502 compatible = "samsung,exynos4-gpio";
503 reg = <0x114001E0 0x20>;
504 #gpio-cells = <4>;
505 };
506
507 gpy3: gpio-controller@11400200 {
508 compatible = "samsung,exynos4-gpio";
509 reg = <0x11400200 0x20>;
510 #gpio-cells = <4>;
511 };
512
513 gpy4: gpio-controller@11400220 {
514 compatible = "samsung,exynos4-gpio";
515 reg = <0x11400220 0x20>;
516 #gpio-cells = <4>;
517 };
518
519 gpy5: gpio-controller@11400240 {
520 compatible = "samsung,exynos4-gpio";
521 reg = <0x11400240 0x20>;
522 #gpio-cells = <4>;
523 };
524
525 gpy6: gpio-controller@11400260 {
526 compatible = "samsung,exynos4-gpio";
527 reg = <0x11400260 0x20>;
528 #gpio-cells = <4>;
529 };
530
531 gpx0: gpio-controller@11400C00 {
532 compatible = "samsung,exynos4-gpio";
533 reg = <0x11400C00 0x20>;
534 #gpio-cells = <4>;
535 };
536
537 gpx1: gpio-controller@11400C20 {
538 compatible = "samsung,exynos4-gpio";
539 reg = <0x11400C20 0x20>;
540 #gpio-cells = <4>;
541 };
542
543 gpx2: gpio-controller@11400C40 {
544 compatible = "samsung,exynos4-gpio";
545 reg = <0x11400C40 0x20>;
546 #gpio-cells = <4>;
547 };
548
549 gpx3: gpio-controller@11400C60 {
550 compatible = "samsung,exynos4-gpio";
551 reg = <0x11400C60 0x20>;
552 #gpio-cells = <4>;
553 };
554
555 gpe0: gpio-controller@13400000 {
556 compatible = "samsung,exynos4-gpio";
557 reg = <0x13400000 0x20>;
558 #gpio-cells = <4>;
559 };
560
561 gpe1: gpio-controller@13400020 {
562 compatible = "samsung,exynos4-gpio";
563 reg = <0x13400020 0x20>;
564 #gpio-cells = <4>;
565 };
566
567 gpf0: gpio-controller@13400040 {
568 compatible = "samsung,exynos4-gpio";
569 reg = <0x13400040 0x20>;
570 #gpio-cells = <4>;
571 };
572
573 gpf1: gpio-controller@13400060 {
574 compatible = "samsung,exynos4-gpio";
575 reg = <0x13400060 0x20>;
576 #gpio-cells = <4>;
577 };
578
579 gpg0: gpio-controller@13400080 {
580 compatible = "samsung,exynos4-gpio";
581 reg = <0x13400080 0x20>;
582 #gpio-cells = <4>;
583 };
584
585 gpg1: gpio-controller@134000A0 {
586 compatible = "samsung,exynos4-gpio";
587 reg = <0x134000A0 0x20>;
588 #gpio-cells = <4>;
589 };
590
591 gpg2: gpio-controller@134000C0 {
592 compatible = "samsung,exynos4-gpio";
593 reg = <0x134000C0 0x20>;
594 #gpio-cells = <4>;
595 };
596
597 gph0: gpio-controller@134000E0 {
598 compatible = "samsung,exynos4-gpio";
599 reg = <0x134000E0 0x20>;
600 #gpio-cells = <4>;
601 };
602
603 gph1: gpio-controller@13400100 {
604 compatible = "samsung,exynos4-gpio";
605 reg = <0x13400100 0x20>;
606 #gpio-cells = <4>;
607 };
608
609 gpv0: gpio-controller@10D10000 {
610 compatible = "samsung,exynos4-gpio";
611 reg = <0x10D10000 0x20>;
612 #gpio-cells = <4>;
613 };
614
615 gpv1: gpio-controller@10D10020 {
616 compatible = "samsung,exynos4-gpio";
617 reg = <0x10D10020 0x20>;
618 #gpio-cells = <4>;
619 };
620
621 gpv2: gpio-controller@10D10040 {
622 compatible = "samsung,exynos4-gpio";
Thomas Abraham009f7c92012-05-15 23:47:53 +0900623 reg = <0x10D10060 0x20>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900624 #gpio-cells = <4>;
625 };
626
627 gpv3: gpio-controller@10D10060 {
628 compatible = "samsung,exynos4-gpio";
Thomas Abraham009f7c92012-05-15 23:47:53 +0900629 reg = <0x10D10080 0x20>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900630 #gpio-cells = <4>;
631 };
632
633 gpv4: gpio-controller@10D10080 {
634 compatible = "samsung,exynos4-gpio";
Thomas Abraham009f7c92012-05-15 23:47:53 +0900635 reg = <0x10D100C0 0x20>;
Kukjin Kimb074abb2012-02-10 13:12:21 +0900636 #gpio-cells = <4>;
637 };
638
639 gpz: gpio-controller@03860000 {
640 compatible = "samsung,exynos4-gpio";
641 reg = <0x03860000 0x20>;
642 #gpio-cells = <4>;
643 };
644 };
Shaik Ameer Basha11286582012-09-07 14:13:08 +0900645
Prasanna Kumar6f9e95e2013-02-12 15:27:43 -0800646
Shaik Ameer Basha11286582012-09-07 14:13:08 +0900647 gsc_0: gsc@0x13e00000 {
648 compatible = "samsung,exynos5-gsc";
649 reg = <0x13e00000 0x1000>;
650 interrupts = <0 85 0>;
Prasanna Kumar6f9e95e2013-02-12 15:27:43 -0800651 samsung,power-domain = <&pd_gsc>;
Shaik Ameer Basha11286582012-09-07 14:13:08 +0900652 };
653
654 gsc_1: gsc@0x13e10000 {
655 compatible = "samsung,exynos5-gsc";
656 reg = <0x13e10000 0x1000>;
657 interrupts = <0 86 0>;
Prasanna Kumar6f9e95e2013-02-12 15:27:43 -0800658 samsung,power-domain = <&pd_gsc>;
Shaik Ameer Basha11286582012-09-07 14:13:08 +0900659 };
660
661 gsc_2: gsc@0x13e20000 {
662 compatible = "samsung,exynos5-gsc";
663 reg = <0x13e20000 0x1000>;
664 interrupts = <0 87 0>;
Prasanna Kumar6f9e95e2013-02-12 15:27:43 -0800665 samsung,power-domain = <&pd_gsc>;
Shaik Ameer Basha11286582012-09-07 14:13:08 +0900666 };
667
668 gsc_3: gsc@0x13e30000 {
669 compatible = "samsung,exynos5-gsc";
670 reg = <0x13e30000 0x1000>;
671 interrupts = <0 88 0>;
Prasanna Kumar6f9e95e2013-02-12 15:27:43 -0800672 samsung,power-domain = <&pd_gsc>;
Shaik Ameer Basha11286582012-09-07 14:13:08 +0900673 };
Rahul Sharma566cf8e2012-10-29 21:48:43 +0900674
675 hdmi {
676 compatible = "samsung,exynos5-hdmi";
Sean Paul101250c2012-12-27 10:35:51 -0800677 reg = <0x14530000 0x70000>;
Rahul Sharma566cf8e2012-10-29 21:48:43 +0900678 interrupts = <0 95 0>;
679 };
Rahul Sharma5af0d8a2012-10-29 21:51:36 +0900680
681 mixer {
682 compatible = "samsung,exynos5-mixer";
683 reg = <0x14450000 0x10000>;
684 interrupts = <0 94 0>;
685 };
Jingoo Hanad4aebe2013-02-12 11:11:58 -0800686
687 dp-controller {
688 compatible = "samsung,exynos5-dp";
689 reg = <0x145b0000 0x1000>;
690 interrupts = <10 3>;
691 interrupt-parent = <&combiner>;
692 #address-cells = <1>;
693 #size-cells = <0>;
694
695 dptx-phy {
696 reg = <0x10040720>;
697 samsung,enable-mask = <1>;
698 };
699 };
Kukjin Kimb074abb2012-02-10 13:12:21 +0900700};