Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / exynos5250.dtsi
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
20 /include/ "skeleton.dtsi"
21
22 / {
23         compatible = "samsung,exynos5250";
24         interrupt-parent = <&gic>;
25
26         gic:interrupt-controller@10481000 {
27                 compatible = "arm,cortex-a9-gic";
28                 #interrupt-cells = <3>;
29                 interrupt-controller;
30                 reg = <0x10481000 0x1000>, <0x10482000 0x2000>;
31         };
32
33         watchdog {
34                 compatible = "samsung,s3c2410-wdt";
35                 reg = <0x101D0000 0x100>;
36                 interrupts = <0 42 0>;
37         };
38
39         rtc {
40                 compatible = "samsung,s3c6410-rtc";
41                 reg = <0x101E0000 0x100>;
42                 interrupts = <0 43 0>, <0 44 0>;
43         };
44
45         serial@12C00000 {
46                 compatible = "samsung,exynos4210-uart";
47                 reg = <0x12C00000 0x100>;
48                 interrupts = <0 51 0>;
49         };
50
51         serial@12C10000 {
52                 compatible = "samsung,exynos4210-uart";
53                 reg = <0x12C10000 0x100>;
54                 interrupts = <0 52 0>;
55         };
56
57         serial@12C20000 {
58                 compatible = "samsung,exynos4210-uart";
59                 reg = <0x12C20000 0x100>;
60                 interrupts = <0 53 0>;
61         };
62
63         serial@12C30000 {
64                 compatible = "samsung,exynos4210-uart";
65                 reg = <0x12C30000 0x100>;
66                 interrupts = <0 54 0>;
67         };
68
69         i2c@12C60000 {
70                 compatible = "samsung,s3c2440-i2c";
71                 reg = <0x12C60000 0x100>;
72                 interrupts = <0 56 0>;
73                 #address-cells = <1>;
74                 #size-cells = <0>;
75         };
76
77         i2c@12C70000 {
78                 compatible = "samsung,s3c2440-i2c";
79                 reg = <0x12C70000 0x100>;
80                 interrupts = <0 57 0>;
81                 #address-cells = <1>;
82                 #size-cells = <0>;
83         };
84
85         i2c@12C80000 {
86                 compatible = "samsung,s3c2440-i2c";
87                 reg = <0x12C80000 0x100>;
88                 interrupts = <0 58 0>;
89                 #address-cells = <1>;
90                 #size-cells = <0>;
91         };
92
93         i2c@12C90000 {
94                 compatible = "samsung,s3c2440-i2c";
95                 reg = <0x12C90000 0x100>;
96                 interrupts = <0 59 0>;
97                 #address-cells = <1>;
98                 #size-cells = <0>;
99         };
100
101         i2c@12CA0000 {
102                 compatible = "samsung,s3c2440-i2c";
103                 reg = <0x12CA0000 0x100>;
104                 interrupts = <0 60 0>;
105                 #address-cells = <1>;
106                 #size-cells = <0>;
107         };
108
109         i2c@12CB0000 {
110                 compatible = "samsung,s3c2440-i2c";
111                 reg = <0x12CB0000 0x100>;
112                 interrupts = <0 61 0>;
113                 #address-cells = <1>;
114                 #size-cells = <0>;
115         };
116
117         i2c@12CC0000 {
118                 compatible = "samsung,s3c2440-i2c";
119                 reg = <0x12CC0000 0x100>;
120                 interrupts = <0 62 0>;
121                 #address-cells = <1>;
122                 #size-cells = <0>;
123         };
124
125         i2c@12CD0000 {
126                 compatible = "samsung,s3c2440-i2c";
127                 reg = <0x12CD0000 0x100>;
128                 interrupts = <0 63 0>;
129                 #address-cells = <1>;
130                 #size-cells = <0>;
131         };
132
133         amba {
134                 #address-cells = <1>;
135                 #size-cells = <1>;
136                 compatible = "arm,amba-bus";
137                 interrupt-parent = <&gic>;
138                 ranges;
139
140                 pdma0: pdma@121A0000 {
141                         compatible = "arm,pl330", "arm,primecell";
142                         reg = <0x121A0000 0x1000>;
143                         interrupts = <0 34 0>;
144                 };
145
146                 pdma1: pdma@121B0000 {
147                         compatible = "arm,pl330", "arm,primecell";
148                         reg = <0x121B0000 0x1000>;
149                         interrupts = <0 35 0>;
150                 };
151
152                 mdma0: mdma@10800000 {
153                         compatible = "arm,pl330", "arm,primecell";
154                         reg = <0x10800000 0x1000>;
155                         interrupts = <0 33 0>;
156                 };
157
158                 mdma1: mdma@11C10000 {
159                         compatible = "arm,pl330", "arm,primecell";
160                         reg = <0x11C10000 0x1000>;
161                         interrupts = <0 124 0>;
162                 };
163         };
164
165         gpio-controllers {
166                 #address-cells = <1>;
167                 #size-cells = <1>;
168                 gpio-controller;
169                 ranges;
170
171                 gpa0: gpio-controller@11400000 {
172                         compatible = "samsung,exynos4-gpio";
173                         reg = <0x11400000 0x20>;
174                         #gpio-cells = <4>;
175                 };
176
177                 gpa1: gpio-controller@11400020 {
178                         compatible = "samsung,exynos4-gpio";
179                         reg = <0x11400020 0x20>;
180                         #gpio-cells = <4>;
181                 };
182
183                 gpa2: gpio-controller@11400040 {
184                         compatible = "samsung,exynos4-gpio";
185                         reg = <0x11400040 0x20>;
186                         #gpio-cells = <4>;
187                 };
188
189                 gpb0: gpio-controller@11400060 {
190                         compatible = "samsung,exynos4-gpio";
191                         reg = <0x11400060 0x20>;
192                         #gpio-cells = <4>;
193                 };
194
195                 gpb1: gpio-controller@11400080 {
196                         compatible = "samsung,exynos4-gpio";
197                         reg = <0x11400080 0x20>;
198                         #gpio-cells = <4>;
199                 };
200
201                 gpb2: gpio-controller@114000A0 {
202                         compatible = "samsung,exynos4-gpio";
203                         reg = <0x114000A0 0x20>;
204                         #gpio-cells = <4>;
205                 };
206
207                 gpb3: gpio-controller@114000C0 {
208                         compatible = "samsung,exynos4-gpio";
209                         reg = <0x114000C0 0x20>;
210                         #gpio-cells = <4>;
211                 };
212
213                 gpc0: gpio-controller@114000E0 {
214                         compatible = "samsung,exynos4-gpio";
215                         reg = <0x114000E0 0x20>;
216                         #gpio-cells = <4>;
217                 };
218
219                 gpc1: gpio-controller@11400100 {
220                         compatible = "samsung,exynos4-gpio";
221                         reg = <0x11400100 0x20>;
222                         #gpio-cells = <4>;
223                 };
224
225                 gpc2: gpio-controller@11400120 {
226                         compatible = "samsung,exynos4-gpio";
227                         reg = <0x11400120 0x20>;
228                         #gpio-cells = <4>;
229                 };
230
231                 gpc3: gpio-controller@11400140 {
232                         compatible = "samsung,exynos4-gpio";
233                         reg = <0x11400140 0x20>;
234                         #gpio-cells = <4>;
235                 };
236
237                 gpc4: gpio-controller@114002E0 {
238                         compatible = "samsung,exynos4-gpio";
239                         reg = <0x114002E0 0x20>;
240                         #gpio-cells = <4>;
241                 };
242
243                 gpd0: gpio-controller@11400160 {
244                         compatible = "samsung,exynos4-gpio";
245                         reg = <0x11400160 0x20>;
246                         #gpio-cells = <4>;
247                 };
248
249                 gpd1: gpio-controller@11400180 {
250                         compatible = "samsung,exynos4-gpio";
251                         reg = <0x11400180 0x20>;
252                         #gpio-cells = <4>;
253                 };
254
255                 gpy0: gpio-controller@114001A0 {
256                         compatible = "samsung,exynos4-gpio";
257                         reg = <0x114001A0 0x20>;
258                         #gpio-cells = <4>;
259                 };
260
261                 gpy1: gpio-controller@114001C0 {
262                         compatible = "samsung,exynos4-gpio";
263                         reg = <0x114001C0 0x20>;
264                         #gpio-cells = <4>;
265                 };
266
267                 gpy2: gpio-controller@114001E0 {
268                         compatible = "samsung,exynos4-gpio";
269                         reg = <0x114001E0 0x20>;
270                         #gpio-cells = <4>;
271                 };
272
273                 gpy3: gpio-controller@11400200 {
274                         compatible = "samsung,exynos4-gpio";
275                         reg = <0x11400200 0x20>;
276                         #gpio-cells = <4>;
277                 };
278
279                 gpy4: gpio-controller@11400220 {
280                         compatible = "samsung,exynos4-gpio";
281                         reg = <0x11400220 0x20>;
282                         #gpio-cells = <4>;
283                 };
284
285                 gpy5: gpio-controller@11400240 {
286                         compatible = "samsung,exynos4-gpio";
287                         reg = <0x11400240 0x20>;
288                         #gpio-cells = <4>;
289                 };
290
291                 gpy6: gpio-controller@11400260 {
292                         compatible = "samsung,exynos4-gpio";
293                         reg = <0x11400260 0x20>;
294                         #gpio-cells = <4>;
295                 };
296
297                 gpx0: gpio-controller@11400C00 {
298                         compatible = "samsung,exynos4-gpio";
299                         reg = <0x11400C00 0x20>;
300                         #gpio-cells = <4>;
301                 };
302
303                 gpx1: gpio-controller@11400C20 {
304                         compatible = "samsung,exynos4-gpio";
305                         reg = <0x11400C20 0x20>;
306                         #gpio-cells = <4>;
307                 };
308
309                 gpx2: gpio-controller@11400C40 {
310                         compatible = "samsung,exynos4-gpio";
311                         reg = <0x11400C40 0x20>;
312                         #gpio-cells = <4>;
313                 };
314
315                 gpx3: gpio-controller@11400C60 {
316                         compatible = "samsung,exynos4-gpio";
317                         reg = <0x11400C60 0x20>;
318                         #gpio-cells = <4>;
319                 };
320
321                 gpe0: gpio-controller@13400000 {
322                         compatible = "samsung,exynos4-gpio";
323                         reg = <0x13400000 0x20>;
324                         #gpio-cells = <4>;
325                 };
326
327                 gpe1: gpio-controller@13400020 {
328                         compatible = "samsung,exynos4-gpio";
329                         reg = <0x13400020 0x20>;
330                         #gpio-cells = <4>;
331                 };
332
333                 gpf0: gpio-controller@13400040 {
334                         compatible = "samsung,exynos4-gpio";
335                         reg = <0x13400040 0x20>;
336                         #gpio-cells = <4>;
337                 };
338
339                 gpf1: gpio-controller@13400060 {
340                         compatible = "samsung,exynos4-gpio";
341                         reg = <0x13400060 0x20>;
342                         #gpio-cells = <4>;
343                 };
344
345                 gpg0: gpio-controller@13400080 {
346                         compatible = "samsung,exynos4-gpio";
347                         reg = <0x13400080 0x20>;
348                         #gpio-cells = <4>;
349                 };
350
351                 gpg1: gpio-controller@134000A0 {
352                         compatible = "samsung,exynos4-gpio";
353                         reg = <0x134000A0 0x20>;
354                         #gpio-cells = <4>;
355                 };
356
357                 gpg2: gpio-controller@134000C0 {
358                         compatible = "samsung,exynos4-gpio";
359                         reg = <0x134000C0 0x20>;
360                         #gpio-cells = <4>;
361                 };
362
363                 gph0: gpio-controller@134000E0 {
364                         compatible = "samsung,exynos4-gpio";
365                         reg = <0x134000E0 0x20>;
366                         #gpio-cells = <4>;
367                 };
368
369                 gph1: gpio-controller@13400100 {
370                         compatible = "samsung,exynos4-gpio";
371                         reg = <0x13400100 0x20>;
372                         #gpio-cells = <4>;
373                 };
374
375                 gpv0: gpio-controller@10D10000 {
376                         compatible = "samsung,exynos4-gpio";
377                         reg = <0x10D10000 0x20>;
378                         #gpio-cells = <4>;
379                 };
380
381                 gpv1: gpio-controller@10D10020 {
382                         compatible = "samsung,exynos4-gpio";
383                         reg = <0x10D10020 0x20>;
384                         #gpio-cells = <4>;
385                 };
386
387                 gpv2: gpio-controller@10D10040 {
388                         compatible = "samsung,exynos4-gpio";
389                         reg = <0x10D10060 0x20>;
390                         #gpio-cells = <4>;
391                 };
392
393                 gpv3: gpio-controller@10D10060 {
394                         compatible = "samsung,exynos4-gpio";
395                         reg = <0x10D10080 0x20>;
396                         #gpio-cells = <4>;
397                 };
398
399                 gpv4: gpio-controller@10D10080 {
400                         compatible = "samsung,exynos4-gpio";
401                         reg = <0x10D100C0 0x20>;
402                         #gpio-cells = <4>;
403                 };
404
405                 gpz: gpio-controller@03860000 {
406                         compatible = "samsung,exynos4-gpio";
407                         reg = <0x03860000 0x20>;
408                         #gpio-cells = <4>;
409                 };
410         };
411 };