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