blob: 60f8551d19452c41f89a53fdfb2428109284b622 [file] [log] [blame]
Magnus Damm0468b2d2013-03-28 00:49:34 +09001/*
2 * Device Tree Source for the r8a7790 SoC
3 *
Sergei Shtylyovd8913c62014-02-20 02:20:43 +03004 * Copyright (C) 2013-2014 Renesas Solutions Corp.
5 * Copyright (C) 2014 Cogent Embedded Inc.
Magnus Damm0468b2d2013-03-28 00:49:34 +09006 *
7 * This file is licensed under the terms of the GNU General Public License
8 * version 2. This program is licensed "as is" without any warranty of any
9 * kind, whether express or implied.
10 */
11
Laurent Pinchart22a1f592013-12-11 15:05:14 +010012#include <dt-bindings/clock/r8a7790-clock.h>
Laurent Pinchart5f75e732013-11-19 03:18:25 +010013#include <dt-bindings/interrupt-controller/arm-gic.h>
14#include <dt-bindings/interrupt-controller/irq.h>
15
Magnus Damm0468b2d2013-03-28 00:49:34 +090016/ {
17 compatible = "renesas,r8a7790";
18 interrupt-parent = <&gic>;
Takashi Yoshii8585deb2013-03-29 16:49:17 +090019 #address-cells = <2>;
20 #size-cells = <2>;
Magnus Damm0468b2d2013-03-28 00:49:34 +090021
Wolfram Sang6b1d7c62014-02-16 10:40:58 +010022 aliases {
23 i2c0 = &i2c0;
24 i2c1 = &i2c1;
25 i2c2 = &i2c2;
26 i2c3 = &i2c3;
Wolfram Sang05f39912014-03-25 19:56:29 +010027 i2c4 = &iic0;
28 i2c5 = &iic1;
29 i2c6 = &iic2;
30 i2c7 = &iic3;
Geert Uytterhoevenfad6d452014-02-25 11:30:13 +010031 spi0 = &qspi;
Geert Uytterhoevenae8a6142014-02-25 11:30:15 +010032 spi1 = &msiof0;
33 spi2 = &msiof1;
34 spi3 = &msiof2;
35 spi4 = &msiof3;
Wolfram Sang6b1d7c62014-02-16 10:40:58 +010036 };
37
Magnus Damm0468b2d2013-03-28 00:49:34 +090038 cpus {
39 #address-cells = <1>;
40 #size-cells = <0>;
41
42 cpu0: cpu@0 {
43 device_type = "cpu";
44 compatible = "arm,cortex-a15";
45 reg = <0>;
46 clock-frequency = <1300000000>;
Benoit Coussonb989e132014-06-03 21:02:24 +090047 voltage-tolerance = <1>; /* 1% */
48 clocks = <&cpg_clocks R8A7790_CLK_Z>;
49 clock-latency = <300000>; /* 300 us */
50
51 /* kHz - uV - OPPs unknown yet */
52 operating-points = <1400000 1000000>,
53 <1225000 1000000>,
54 <1050000 1000000>,
55 < 875000 1000000>,
56 < 700000 1000000>,
57 < 350000 1000000>;
Magnus Damm0468b2d2013-03-28 00:49:34 +090058 };
Magnus Dammc1f95972013-08-29 08:22:17 +090059
60 cpu1: cpu@1 {
61 device_type = "cpu";
62 compatible = "arm,cortex-a15";
63 reg = <1>;
64 clock-frequency = <1300000000>;
65 };
66
67 cpu2: cpu@2 {
68 device_type = "cpu";
69 compatible = "arm,cortex-a15";
70 reg = <2>;
71 clock-frequency = <1300000000>;
72 };
73
74 cpu3: cpu@3 {
75 device_type = "cpu";
76 compatible = "arm,cortex-a15";
77 reg = <3>;
78 clock-frequency = <1300000000>;
79 };
Magnus Damm2007e742013-09-15 00:28:58 +090080
81 cpu4: cpu@4 {
82 device_type = "cpu";
83 compatible = "arm,cortex-a7";
84 reg = <0x100>;
85 clock-frequency = <780000000>;
86 };
87
88 cpu5: cpu@5 {
89 device_type = "cpu";
90 compatible = "arm,cortex-a7";
91 reg = <0x101>;
92 clock-frequency = <780000000>;
93 };
94
95 cpu6: cpu@6 {
96 device_type = "cpu";
97 compatible = "arm,cortex-a7";
98 reg = <0x102>;
99 clock-frequency = <780000000>;
100 };
101
102 cpu7: cpu@7 {
103 device_type = "cpu";
104 compatible = "arm,cortex-a7";
105 reg = <0x103>;
106 clock-frequency = <780000000>;
107 };
Magnus Damm0468b2d2013-03-28 00:49:34 +0900108 };
109
110 gic: interrupt-controller@f1001000 {
111 compatible = "arm,cortex-a15-gic";
112 #interrupt-cells = <3>;
113 #address-cells = <0>;
114 interrupt-controller;
Takashi Yoshii8585deb2013-03-29 16:49:17 +0900115 reg = <0 0xf1001000 0 0x1000>,
116 <0 0xf1002000 0 0x1000>,
117 <0 0xf1004000 0 0x2000>,
118 <0 0xf1006000 0 0x2000>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100119 interrupts = <1 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Magnus Damm0468b2d2013-03-28 00:49:34 +0900120 };
121
Magnus Damm23de2272013-11-21 14:19:29 +0900122 gpio0: gpio@e6050000 {
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200123 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
Magnus Damm23de2272013-11-21 14:19:29 +0900124 reg = <0 0xe6050000 0 0x50>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100125 interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200126 #gpio-cells = <2>;
127 gpio-controller;
128 gpio-ranges = <&pfc 0 0 32>;
129 #interrupt-cells = <2>;
130 interrupt-controller;
Geert Uytterhoeven81f68832014-04-23 10:25:27 +0200131 clocks = <&mstp9_clks R8A7790_CLK_GPIO0>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200132 };
133
Magnus Damm23de2272013-11-21 14:19:29 +0900134 gpio1: gpio@e6051000 {
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200135 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
Magnus Damm23de2272013-11-21 14:19:29 +0900136 reg = <0 0xe6051000 0 0x50>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100137 interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200138 #gpio-cells = <2>;
139 gpio-controller;
140 gpio-ranges = <&pfc 0 32 32>;
141 #interrupt-cells = <2>;
142 interrupt-controller;
Geert Uytterhoeven81f68832014-04-23 10:25:27 +0200143 clocks = <&mstp9_clks R8A7790_CLK_GPIO1>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200144 };
145
Magnus Damm23de2272013-11-21 14:19:29 +0900146 gpio2: gpio@e6052000 {
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200147 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
Magnus Damm23de2272013-11-21 14:19:29 +0900148 reg = <0 0xe6052000 0 0x50>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100149 interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200150 #gpio-cells = <2>;
151 gpio-controller;
152 gpio-ranges = <&pfc 0 64 32>;
153 #interrupt-cells = <2>;
154 interrupt-controller;
Geert Uytterhoeven81f68832014-04-23 10:25:27 +0200155 clocks = <&mstp9_clks R8A7790_CLK_GPIO2>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200156 };
157
Magnus Damm23de2272013-11-21 14:19:29 +0900158 gpio3: gpio@e6053000 {
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200159 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
Magnus Damm23de2272013-11-21 14:19:29 +0900160 reg = <0 0xe6053000 0 0x50>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100161 interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200162 #gpio-cells = <2>;
163 gpio-controller;
164 gpio-ranges = <&pfc 0 96 32>;
165 #interrupt-cells = <2>;
166 interrupt-controller;
Geert Uytterhoeven81f68832014-04-23 10:25:27 +0200167 clocks = <&mstp9_clks R8A7790_CLK_GPIO3>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200168 };
169
Magnus Damm23de2272013-11-21 14:19:29 +0900170 gpio4: gpio@e6054000 {
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200171 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
Magnus Damm23de2272013-11-21 14:19:29 +0900172 reg = <0 0xe6054000 0 0x50>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100173 interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200174 #gpio-cells = <2>;
175 gpio-controller;
176 gpio-ranges = <&pfc 0 128 32>;
177 #interrupt-cells = <2>;
178 interrupt-controller;
Geert Uytterhoeven81f68832014-04-23 10:25:27 +0200179 clocks = <&mstp9_clks R8A7790_CLK_GPIO4>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200180 };
181
Magnus Damm23de2272013-11-21 14:19:29 +0900182 gpio5: gpio@e6055000 {
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200183 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
Magnus Damm23de2272013-11-21 14:19:29 +0900184 reg = <0 0xe6055000 0 0x50>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100185 interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200186 #gpio-cells = <2>;
187 gpio-controller;
188 gpio-ranges = <&pfc 0 160 32>;
189 #interrupt-cells = <2>;
190 interrupt-controller;
Geert Uytterhoeven81f68832014-04-23 10:25:27 +0200191 clocks = <&mstp9_clks R8A7790_CLK_GPIO5>;
Laurent Pinchartf98e10c2013-05-10 15:51:14 +0200192 };
193
Magnus Damm03e2f562013-11-20 16:59:30 +0900194 thermal@e61f0000 {
195 compatible = "renesas,thermal-r8a7790", "renesas,rcar-thermal";
196 reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>;
Magnus Damm03e2f562013-11-20 16:59:30 +0900197 interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoevend3a439d2014-01-07 19:57:14 +0100198 clocks = <&mstp5_clks R8A7790_CLK_THERMAL>;
Magnus Damm03e2f562013-11-20 16:59:30 +0900199 };
200
Magnus Damm0468b2d2013-03-28 00:49:34 +0900201 timer {
202 compatible = "arm,armv7-timer";
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100203 interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
204 <1 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
205 <1 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
206 <1 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
Magnus Damm0468b2d2013-03-28 00:49:34 +0900207 };
Magnus Damm8f5ec0a2013-03-28 00:49:54 +0900208
209 irqc0: interrupt-controller@e61c0000 {
Magnus Damm220fc352013-11-20 09:07:40 +0900210 compatible = "renesas,irqc-r8a7790", "renesas,irqc";
Magnus Damm8f5ec0a2013-03-28 00:49:54 +0900211 #interrupt-cells = <2>;
212 interrupt-controller;
Takashi Yoshii8585deb2013-03-29 16:49:17 +0900213 reg = <0 0xe61c0000 0 0x200>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100214 interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>,
215 <0 1 IRQ_TYPE_LEVEL_HIGH>,
216 <0 2 IRQ_TYPE_LEVEL_HIGH>,
217 <0 3 IRQ_TYPE_LEVEL_HIGH>;
Magnus Damm8f5ec0a2013-03-28 00:49:54 +0900218 };
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200219
Laurent Pinchartb9fea492014-07-19 01:50:24 +0200220 dmac0: dma-controller@e6700000 {
221 compatible = "renesas,rcar-dmac";
222 reg = <0 0xe6700000 0 0x20000>;
223 interrupts = <0 197 IRQ_TYPE_LEVEL_HIGH
224 0 200 IRQ_TYPE_LEVEL_HIGH
225 0 201 IRQ_TYPE_LEVEL_HIGH
226 0 202 IRQ_TYPE_LEVEL_HIGH
227 0 203 IRQ_TYPE_LEVEL_HIGH
228 0 204 IRQ_TYPE_LEVEL_HIGH
229 0 205 IRQ_TYPE_LEVEL_HIGH
230 0 206 IRQ_TYPE_LEVEL_HIGH
231 0 207 IRQ_TYPE_LEVEL_HIGH
232 0 208 IRQ_TYPE_LEVEL_HIGH
233 0 209 IRQ_TYPE_LEVEL_HIGH
234 0 210 IRQ_TYPE_LEVEL_HIGH
235 0 211 IRQ_TYPE_LEVEL_HIGH
236 0 212 IRQ_TYPE_LEVEL_HIGH
237 0 213 IRQ_TYPE_LEVEL_HIGH
238 0 214 IRQ_TYPE_LEVEL_HIGH>;
239 interrupt-names = "error",
240 "ch0", "ch1", "ch2", "ch3",
241 "ch4", "ch5", "ch6", "ch7",
242 "ch8", "ch9", "ch10", "ch11",
243 "ch12", "ch13", "ch14";
244 clocks = <&mstp2_clks R8A7790_CLK_SYS_DMAC0>;
245 clock-names = "fck";
246 #dma-cells = <1>;
247 dma-channels = <15>;
248 };
249
250 dmac1: dma-controller@e6720000 {
251 compatible = "renesas,rcar-dmac";
252 reg = <0 0xe6720000 0 0x20000>;
253 interrupts = <0 220 IRQ_TYPE_LEVEL_HIGH
254 0 216 IRQ_TYPE_LEVEL_HIGH
255 0 217 IRQ_TYPE_LEVEL_HIGH
256 0 218 IRQ_TYPE_LEVEL_HIGH
257 0 219 IRQ_TYPE_LEVEL_HIGH
258 0 308 IRQ_TYPE_LEVEL_HIGH
259 0 309 IRQ_TYPE_LEVEL_HIGH
260 0 310 IRQ_TYPE_LEVEL_HIGH
261 0 311 IRQ_TYPE_LEVEL_HIGH
262 0 312 IRQ_TYPE_LEVEL_HIGH
263 0 313 IRQ_TYPE_LEVEL_HIGH
264 0 314 IRQ_TYPE_LEVEL_HIGH
265 0 315 IRQ_TYPE_LEVEL_HIGH
266 0 316 IRQ_TYPE_LEVEL_HIGH
267 0 317 IRQ_TYPE_LEVEL_HIGH
268 0 318 IRQ_TYPE_LEVEL_HIGH>;
269 interrupt-names = "error",
270 "ch0", "ch1", "ch2", "ch3",
271 "ch4", "ch5", "ch6", "ch7",
272 "ch8", "ch9", "ch10", "ch11",
273 "ch12", "ch13", "ch14";
274 clocks = <&mstp2_clks R8A7790_CLK_SYS_DMAC1>;
275 clock-names = "fck";
276 #dma-cells = <1>;
277 dma-channels = <15>;
278 };
Guennadi Liakhovetskiedd2b9f2013-09-26 19:20:58 +0200279 i2c0: i2c@e6508000 {
280 #address-cells = <1>;
281 #size-cells = <0>;
282 compatible = "renesas,i2c-r8a7790";
283 reg = <0 0xe6508000 0 0x40>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100284 interrupts = <0 287 IRQ_TYPE_LEVEL_HIGH>;
Ben Dooks2450bad2014-01-20 11:44:21 +0000285 clocks = <&mstp9_clks R8A7790_CLK_I2C0>;
Guennadi Liakhovetskiedd2b9f2013-09-26 19:20:58 +0200286 status = "disabled";
287 };
288
289 i2c1: i2c@e6518000 {
290 #address-cells = <1>;
291 #size-cells = <0>;
292 compatible = "renesas,i2c-r8a7790";
293 reg = <0 0xe6518000 0 0x40>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100294 interrupts = <0 288 IRQ_TYPE_LEVEL_HIGH>;
Ben Dooks2450bad2014-01-20 11:44:21 +0000295 clocks = <&mstp9_clks R8A7790_CLK_I2C1>;
Guennadi Liakhovetskiedd2b9f2013-09-26 19:20:58 +0200296 status = "disabled";
297 };
298
299 i2c2: i2c@e6530000 {
300 #address-cells = <1>;
301 #size-cells = <0>;
302 compatible = "renesas,i2c-r8a7790";
303 reg = <0 0xe6530000 0 0x40>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100304 interrupts = <0 286 IRQ_TYPE_LEVEL_HIGH>;
Ben Dooks2450bad2014-01-20 11:44:21 +0000305 clocks = <&mstp9_clks R8A7790_CLK_I2C2>;
Guennadi Liakhovetskiedd2b9f2013-09-26 19:20:58 +0200306 status = "disabled";
307 };
308
309 i2c3: i2c@e6540000 {
310 #address-cells = <1>;
311 #size-cells = <0>;
312 compatible = "renesas,i2c-r8a7790";
313 reg = <0 0xe6540000 0 0x40>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100314 interrupts = <0 290 IRQ_TYPE_LEVEL_HIGH>;
Ben Dooks2450bad2014-01-20 11:44:21 +0000315 clocks = <&mstp9_clks R8A7790_CLK_I2C3>;
Guennadi Liakhovetskiedd2b9f2013-09-26 19:20:58 +0200316 status = "disabled";
317 };
318
Wolfram Sang05f39912014-03-25 19:56:29 +0100319 iic0: i2c@e6500000 {
320 #address-cells = <1>;
321 #size-cells = <0>;
322 compatible = "renesas,iic-r8a7790", "renesas,rmobile-iic";
323 reg = <0 0xe6500000 0 0x425>;
324 interrupts = <0 174 IRQ_TYPE_LEVEL_HIGH>;
325 clocks = <&mstp3_clks R8A7790_CLK_IIC0>;
326 status = "disabled";
327 };
328
329 iic1: i2c@e6510000 {
330 #address-cells = <1>;
331 #size-cells = <0>;
332 compatible = "renesas,iic-r8a7790", "renesas,rmobile-iic";
333 reg = <0 0xe6510000 0 0x425>;
334 interrupts = <0 175 IRQ_TYPE_LEVEL_HIGH>;
335 clocks = <&mstp3_clks R8A7790_CLK_IIC1>;
336 status = "disabled";
337 };
338
339 iic2: i2c@e6520000 {
340 #address-cells = <1>;
341 #size-cells = <0>;
342 compatible = "renesas,iic-r8a7790", "renesas,rmobile-iic";
343 reg = <0 0xe6520000 0 0x425>;
344 interrupts = <0 176 IRQ_TYPE_LEVEL_HIGH>;
345 clocks = <&mstp3_clks R8A7790_CLK_IIC2>;
346 status = "disabled";
347 };
348
349 iic3: i2c@e60b0000 {
350 #address-cells = <1>;
351 #size-cells = <0>;
352 compatible = "renesas,iic-r8a7790", "renesas,rmobile-iic";
353 reg = <0 0xe60b0000 0 0x425>;
354 interrupts = <0 173 IRQ_TYPE_LEVEL_HIGH>;
355 clocks = <&mstp9_clks R8A7790_CLK_IICDVFS>;
356 status = "disabled";
357 };
358
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200359 mmcif0: mmcif@ee200000 {
Magnus Damm063e85602013-11-20 09:05:53 +0900360 compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200361 reg = <0 0xee200000 0 0x80>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100362 interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart72197ca2013-12-11 15:05:15 +0100363 clocks = <&mstp3_clks R8A7790_CLK_MMCIF0>;
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200364 reg-io-width = <4>;
365 status = "disabled";
366 };
367
Kuninori Morimotob718aa42013-10-21 19:36:13 -0700368 mmcif1: mmc@ee220000 {
Magnus Damm063e85602013-11-20 09:05:53 +0900369 compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200370 reg = <0 0xee220000 0 0x80>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100371 interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart72197ca2013-12-11 15:05:15 +0100372 clocks = <&mstp3_clks R8A7790_CLK_MMCIF1>;
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200373 reg-io-width = <4>;
374 status = "disabled";
375 };
376
Laurent Pinchart9694c772013-05-09 15:05:57 +0200377 pfc: pfc@e6060000 {
378 compatible = "renesas,pfc-r8a7790";
379 reg = <0 0xe6060000 0 0x250>;
380 };
Olof Johansson55689bf2013-08-14 00:24:05 -0700381
Kuninori Morimotob718aa42013-10-21 19:36:13 -0700382 sdhi0: sd@ee100000 {
Guennadi Liakhovetskidf1d0582013-08-29 17:14:49 +0200383 compatible = "renesas,sdhi-r8a7790";
Ben Dooksd721a152013-12-16 12:38:48 +0000384 reg = <0 0xee100000 0 0x200>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100385 interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart72197ca2013-12-11 15:05:15 +0100386 clocks = <&mstp3_clks R8A7790_CLK_SDHI0>;
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200387 cap-sd-highspeed;
388 status = "disabled";
389 };
390
Kuninori Morimotob718aa42013-10-21 19:36:13 -0700391 sdhi1: sd@ee120000 {
Guennadi Liakhovetskidf1d0582013-08-29 17:14:49 +0200392 compatible = "renesas,sdhi-r8a7790";
Ben Dooksd721a152013-12-16 12:38:48 +0000393 reg = <0 0xee120000 0 0x200>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100394 interrupts = <0 166 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart72197ca2013-12-11 15:05:15 +0100395 clocks = <&mstp3_clks R8A7790_CLK_SDHI1>;
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200396 cap-sd-highspeed;
397 status = "disabled";
398 };
399
Kuninori Morimotob718aa42013-10-21 19:36:13 -0700400 sdhi2: sd@ee140000 {
Guennadi Liakhovetskidf1d0582013-08-29 17:14:49 +0200401 compatible = "renesas,sdhi-r8a7790";
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200402 reg = <0 0xee140000 0 0x100>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100403 interrupts = <0 167 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart72197ca2013-12-11 15:05:15 +0100404 clocks = <&mstp3_clks R8A7790_CLK_SDHI2>;
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200405 cap-sd-highspeed;
406 status = "disabled";
407 };
408
Kuninori Morimotob718aa42013-10-21 19:36:13 -0700409 sdhi3: sd@ee160000 {
Guennadi Liakhovetskidf1d0582013-08-29 17:14:49 +0200410 compatible = "renesas,sdhi-r8a7790";
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200411 reg = <0 0xee160000 0 0x100>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100412 interrupts = <0 168 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart72197ca2013-12-11 15:05:15 +0100413 clocks = <&mstp3_clks R8A7790_CLK_SDHI3>;
Guennadi Liakhovetski8c9b1aa2013-07-08 17:54:46 +0200414 cap-sd-highspeed;
415 status = "disabled";
416 };
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100417
Laurent Pinchart597af202013-10-29 16:23:12 +0100418 scifa0: serial@e6c40000 {
Laurent Pinchart59d2b512014-01-21 13:48:38 +0100419 compatible = "renesas,scifa-r8a7790", "renesas,scifa";
Laurent Pinchart597af202013-10-29 16:23:12 +0100420 reg = <0 0xe6c40000 0 64>;
Laurent Pinchart1f4c7452014-01-21 13:48:39 +0100421 interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart597af202013-10-29 16:23:12 +0100422 clocks = <&mstp2_clks R8A7790_CLK_SCIFA0>;
423 clock-names = "sci_ick";
424 status = "disabled";
425 };
426
427 scifa1: serial@e6c50000 {
Laurent Pinchart59d2b512014-01-21 13:48:38 +0100428 compatible = "renesas,scifa-r8a7790", "renesas,scifa";
Laurent Pinchart597af202013-10-29 16:23:12 +0100429 reg = <0 0xe6c50000 0 64>;
Laurent Pinchart1f4c7452014-01-21 13:48:39 +0100430 interrupts = <0 145 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart597af202013-10-29 16:23:12 +0100431 clocks = <&mstp2_clks R8A7790_CLK_SCIFA1>;
432 clock-names = "sci_ick";
433 status = "disabled";
434 };
435
436 scifa2: serial@e6c60000 {
Laurent Pinchart59d2b512014-01-21 13:48:38 +0100437 compatible = "renesas,scifa-r8a7790", "renesas,scifa";
Laurent Pinchart597af202013-10-29 16:23:12 +0100438 reg = <0 0xe6c60000 0 64>;
Laurent Pinchart1f4c7452014-01-21 13:48:39 +0100439 interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart597af202013-10-29 16:23:12 +0100440 clocks = <&mstp2_clks R8A7790_CLK_SCIFA2>;
441 clock-names = "sci_ick";
442 status = "disabled";
443 };
444
445 scifb0: serial@e6c20000 {
Laurent Pinchart59d2b512014-01-21 13:48:38 +0100446 compatible = "renesas,scifb-r8a7790", "renesas,scifb";
Laurent Pinchart597af202013-10-29 16:23:12 +0100447 reg = <0 0xe6c20000 0 64>;
Laurent Pinchart1f4c7452014-01-21 13:48:39 +0100448 interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart597af202013-10-29 16:23:12 +0100449 clocks = <&mstp2_clks R8A7790_CLK_SCIFB0>;
450 clock-names = "sci_ick";
451 status = "disabled";
452 };
453
454 scifb1: serial@e6c30000 {
Laurent Pinchart59d2b512014-01-21 13:48:38 +0100455 compatible = "renesas,scifb-r8a7790", "renesas,scifb";
Laurent Pinchart597af202013-10-29 16:23:12 +0100456 reg = <0 0xe6c30000 0 64>;
Laurent Pinchart1f4c7452014-01-21 13:48:39 +0100457 interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart597af202013-10-29 16:23:12 +0100458 clocks = <&mstp2_clks R8A7790_CLK_SCIFB1>;
459 clock-names = "sci_ick";
460 status = "disabled";
461 };
462
463 scifb2: serial@e6ce0000 {
Laurent Pinchart59d2b512014-01-21 13:48:38 +0100464 compatible = "renesas,scifb-r8a7790", "renesas,scifb";
Laurent Pinchart597af202013-10-29 16:23:12 +0100465 reg = <0 0xe6ce0000 0 64>;
Laurent Pinchart1f4c7452014-01-21 13:48:39 +0100466 interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart597af202013-10-29 16:23:12 +0100467 clocks = <&mstp2_clks R8A7790_CLK_SCIFB2>;
468 clock-names = "sci_ick";
469 status = "disabled";
470 };
471
472 scif0: serial@e6e60000 {
Laurent Pinchart59d2b512014-01-21 13:48:38 +0100473 compatible = "renesas,scif-r8a7790", "renesas,scif";
Laurent Pinchart597af202013-10-29 16:23:12 +0100474 reg = <0 0xe6e60000 0 64>;
Laurent Pinchart1f4c7452014-01-21 13:48:39 +0100475 interrupts = <0 152 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart597af202013-10-29 16:23:12 +0100476 clocks = <&mstp7_clks R8A7790_CLK_SCIF0>;
477 clock-names = "sci_ick";
478 status = "disabled";
479 };
480
481 scif1: serial@e6e68000 {
Laurent Pinchart59d2b512014-01-21 13:48:38 +0100482 compatible = "renesas,scif-r8a7790", "renesas,scif";
Laurent Pinchart597af202013-10-29 16:23:12 +0100483 reg = <0 0xe6e68000 0 64>;
Laurent Pinchart1f4c7452014-01-21 13:48:39 +0100484 interrupts = <0 153 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart597af202013-10-29 16:23:12 +0100485 clocks = <&mstp7_clks R8A7790_CLK_SCIF1>;
486 clock-names = "sci_ick";
487 status = "disabled";
488 };
489
490 hscif0: serial@e62c0000 {
Laurent Pinchart59d2b512014-01-21 13:48:38 +0100491 compatible = "renesas,hscif-r8a7790", "renesas,hscif";
Laurent Pinchart597af202013-10-29 16:23:12 +0100492 reg = <0 0xe62c0000 0 96>;
Laurent Pinchart1f4c7452014-01-21 13:48:39 +0100493 interrupts = <0 154 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart597af202013-10-29 16:23:12 +0100494 clocks = <&mstp7_clks R8A7790_CLK_HSCIF0>;
495 clock-names = "sci_ick";
496 status = "disabled";
497 };
498
499 hscif1: serial@e62c8000 {
Laurent Pinchart59d2b512014-01-21 13:48:38 +0100500 compatible = "renesas,hscif-r8a7790", "renesas,hscif";
Laurent Pinchart597af202013-10-29 16:23:12 +0100501 reg = <0 0xe62c8000 0 96>;
Laurent Pinchart1f4c7452014-01-21 13:48:39 +0100502 interrupts = <0 155 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchart597af202013-10-29 16:23:12 +0100503 clocks = <&mstp7_clks R8A7790_CLK_HSCIF1>;
504 clock-names = "sci_ick";
505 status = "disabled";
506 };
507
Sergei Shtylyovd8913c62014-02-20 02:20:43 +0300508 ether: ethernet@ee700000 {
509 compatible = "renesas,ether-r8a7790";
510 reg = <0 0xee700000 0 0x400>;
511 interrupts = <0 162 IRQ_TYPE_LEVEL_HIGH>;
512 clocks = <&mstp8_clks R8A7790_CLK_ETHER>;
513 phy-mode = "rmii";
514 #address-cells = <1>;
515 #size-cells = <0>;
516 status = "disabled";
517 };
518
Valentine Barshakcde630f2014-01-14 21:05:30 +0400519 sata0: sata@ee300000 {
520 compatible = "renesas,sata-r8a7790";
521 reg = <0 0xee300000 0 0x2000>;
Valentine Barshakcde630f2014-01-14 21:05:30 +0400522 interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
523 clocks = <&mstp8_clks R8A7790_CLK_SATA0>;
524 status = "disabled";
525 };
526
527 sata1: sata@ee500000 {
528 compatible = "renesas,sata-r8a7790";
529 reg = <0 0xee500000 0 0x2000>;
Valentine Barshakcde630f2014-01-14 21:05:30 +0400530 interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>;
531 clocks = <&mstp8_clks R8A7790_CLK_SATA1>;
532 status = "disabled";
533 };
534
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100535 clocks {
536 #address-cells = <2>;
537 #size-cells = <2>;
538 ranges;
539
540 /* External root clock */
541 extal_clk: extal_clk {
542 compatible = "fixed-clock";
543 #clock-cells = <0>;
544 /* This value must be overriden by the board. */
545 clock-frequency = <0>;
546 clock-output-names = "extal";
547 };
548
Phil Edworthy51d17912014-06-13 10:37:16 +0100549 /* External PCIe clock - can be overridden by the board */
550 pcie_bus_clk: pcie_bus_clk {
551 compatible = "fixed-clock";
552 #clock-cells = <0>;
553 clock-frequency = <100000000>;
554 clock-output-names = "pcie_bus";
555 status = "disabled";
556 };
557
Kuninori Morimotoc7c2ec32014-01-13 18:25:39 -0800558 /*
559 * The external audio clocks are configured as 0 Hz fixed frequency clocks by
560 * default. Boards that provide audio clocks should override them.
561 */
562 audio_clk_a: audio_clk_a {
563 compatible = "fixed-clock";
564 #clock-cells = <0>;
565 clock-frequency = <0>;
566 clock-output-names = "audio_clk_a";
567 };
568 audio_clk_b: audio_clk_b {
569 compatible = "fixed-clock";
570 #clock-cells = <0>;
571 clock-frequency = <0>;
572 clock-output-names = "audio_clk_b";
573 };
574 audio_clk_c: audio_clk_c {
575 compatible = "fixed-clock";
576 #clock-cells = <0>;
577 clock-frequency = <0>;
578 clock-output-names = "audio_clk_c";
579 };
580
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100581 /* Special CPG clocks */
582 cpg_clocks: cpg_clocks@e6150000 {
583 compatible = "renesas,r8a7790-cpg-clocks",
584 "renesas,rcar-gen2-cpg-clocks";
585 reg = <0 0xe6150000 0 0x1000>;
586 clocks = <&extal_clk>;
587 #clock-cells = <1>;
588 clock-output-names = "main", "pll0", "pll1", "pll3",
589 "lb", "qspi", "sdh", "sd0", "sd1",
590 "z";
591 };
592
593 /* Variable factor clocks */
594 sd2_clk: sd2_clk@e6150078 {
595 compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock";
596 reg = <0 0xe6150078 0 4>;
597 clocks = <&pll1_div2_clk>;
598 #clock-cells = <0>;
599 clock-output-names = "sd2";
600 };
601 sd3_clk: sd3_clk@e615007c {
602 compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock";
603 reg = <0 0xe615007c 0 4>;
604 clocks = <&pll1_div2_clk>;
605 #clock-cells = <0>;
606 clock-output-names = "sd3";
607 };
608 mmc0_clk: mmc0_clk@e6150240 {
609 compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock";
610 reg = <0 0xe6150240 0 4>;
611 clocks = <&pll1_div2_clk>;
612 #clock-cells = <0>;
613 clock-output-names = "mmc0";
614 };
615 mmc1_clk: mmc1_clk@e6150244 {
616 compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock";
617 reg = <0 0xe6150244 0 4>;
618 clocks = <&pll1_div2_clk>;
619 #clock-cells = <0>;
620 clock-output-names = "mmc1";
621 };
622 ssp_clk: ssp_clk@e6150248 {
623 compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock";
624 reg = <0 0xe6150248 0 4>;
625 clocks = <&pll1_div2_clk>;
626 #clock-cells = <0>;
627 clock-output-names = "ssp";
628 };
629 ssprs_clk: ssprs_clk@e615024c {
630 compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock";
631 reg = <0 0xe615024c 0 4>;
632 clocks = <&pll1_div2_clk>;
633 #clock-cells = <0>;
634 clock-output-names = "ssprs";
635 };
636
637 /* Fixed factor clocks */
638 pll1_div2_clk: pll1_div2_clk {
639 compatible = "fixed-factor-clock";
640 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
641 #clock-cells = <0>;
642 clock-div = <2>;
643 clock-mult = <1>;
644 clock-output-names = "pll1_div2";
645 };
646 z2_clk: z2_clk {
647 compatible = "fixed-factor-clock";
648 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
649 #clock-cells = <0>;
650 clock-div = <2>;
651 clock-mult = <1>;
652 clock-output-names = "z2";
653 };
654 zg_clk: zg_clk {
655 compatible = "fixed-factor-clock";
656 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
657 #clock-cells = <0>;
658 clock-div = <3>;
659 clock-mult = <1>;
660 clock-output-names = "zg";
661 };
662 zx_clk: zx_clk {
663 compatible = "fixed-factor-clock";
664 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
665 #clock-cells = <0>;
666 clock-div = <3>;
667 clock-mult = <1>;
668 clock-output-names = "zx";
669 };
670 zs_clk: zs_clk {
671 compatible = "fixed-factor-clock";
672 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
673 #clock-cells = <0>;
674 clock-div = <6>;
675 clock-mult = <1>;
676 clock-output-names = "zs";
677 };
678 hp_clk: hp_clk {
679 compatible = "fixed-factor-clock";
680 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
681 #clock-cells = <0>;
682 clock-div = <12>;
683 clock-mult = <1>;
684 clock-output-names = "hp";
685 };
686 i_clk: i_clk {
687 compatible = "fixed-factor-clock";
688 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
689 #clock-cells = <0>;
690 clock-div = <2>;
691 clock-mult = <1>;
692 clock-output-names = "i";
693 };
694 b_clk: b_clk {
695 compatible = "fixed-factor-clock";
696 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
697 #clock-cells = <0>;
698 clock-div = <12>;
699 clock-mult = <1>;
700 clock-output-names = "b";
701 };
702 p_clk: p_clk {
703 compatible = "fixed-factor-clock";
704 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
705 #clock-cells = <0>;
706 clock-div = <24>;
707 clock-mult = <1>;
708 clock-output-names = "p";
709 };
710 cl_clk: cl_clk {
711 compatible = "fixed-factor-clock";
712 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
713 #clock-cells = <0>;
714 clock-div = <48>;
715 clock-mult = <1>;
716 clock-output-names = "cl";
717 };
718 m2_clk: m2_clk {
719 compatible = "fixed-factor-clock";
720 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
721 #clock-cells = <0>;
722 clock-div = <8>;
723 clock-mult = <1>;
724 clock-output-names = "m2";
725 };
726 imp_clk: imp_clk {
727 compatible = "fixed-factor-clock";
728 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
729 #clock-cells = <0>;
730 clock-div = <4>;
731 clock-mult = <1>;
732 clock-output-names = "imp";
733 };
734 rclk_clk: rclk_clk {
735 compatible = "fixed-factor-clock";
736 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
737 #clock-cells = <0>;
738 clock-div = <(48 * 1024)>;
739 clock-mult = <1>;
740 clock-output-names = "rclk";
741 };
742 oscclk_clk: oscclk_clk {
743 compatible = "fixed-factor-clock";
744 clocks = <&cpg_clocks R8A7790_CLK_PLL1>;
745 #clock-cells = <0>;
746 clock-div = <(12 * 1024)>;
747 clock-mult = <1>;
748 clock-output-names = "oscclk";
749 };
750 zb3_clk: zb3_clk {
751 compatible = "fixed-factor-clock";
752 clocks = <&cpg_clocks R8A7790_CLK_PLL3>;
753 #clock-cells = <0>;
754 clock-div = <4>;
755 clock-mult = <1>;
756 clock-output-names = "zb3";
757 };
758 zb3d2_clk: zb3d2_clk {
759 compatible = "fixed-factor-clock";
760 clocks = <&cpg_clocks R8A7790_CLK_PLL3>;
761 #clock-cells = <0>;
762 clock-div = <8>;
763 clock-mult = <1>;
764 clock-output-names = "zb3d2";
765 };
766 ddr_clk: ddr_clk {
767 compatible = "fixed-factor-clock";
768 clocks = <&cpg_clocks R8A7790_CLK_PLL3>;
769 #clock-cells = <0>;
770 clock-div = <8>;
771 clock-mult = <1>;
772 clock-output-names = "ddr";
773 };
774 mp_clk: mp_clk {
775 compatible = "fixed-factor-clock";
776 clocks = <&pll1_div2_clk>;
777 #clock-cells = <0>;
778 clock-div = <15>;
779 clock-mult = <1>;
780 clock-output-names = "mp";
781 };
782 cp_clk: cp_clk {
783 compatible = "fixed-factor-clock";
784 clocks = <&extal_clk>;
785 #clock-cells = <0>;
786 clock-div = <2>;
787 clock-mult = <1>;
788 clock-output-names = "cp";
789 };
790
791 /* Gate clocks */
Laurent Pinchart9d909512013-12-19 16:51:01 +0100792 mstp0_clks: mstp0_clks@e6150130 {
793 compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
794 reg = <0 0xe6150130 0 4>, <0 0xe6150030 0 4>;
795 clocks = <&mp_clk>;
796 #clock-cells = <1>;
797 renesas,clock-indices = <R8A7790_CLK_MSIOF0>;
798 clock-output-names = "msiof0";
799 };
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100800 mstp1_clks: mstp1_clks@e6150134 {
801 compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
802 reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>;
803 clocks = <&p_clk>, <&p_clk>, <&p_clk>, <&rclk_clk>,
804 <&cp_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>,
805 <&zs_clk>;
806 #clock-cells = <1>;
807 renesas,clock-indices = <
808 R8A7790_CLK_TMU1 R8A7790_CLK_TMU3 R8A7790_CLK_TMU2
809 R8A7790_CLK_CMT0 R8A7790_CLK_TMU0 R8A7790_CLK_VSP1_DU1
Laurent Pinchart79ea9932014-04-02 16:31:46 +0200810 R8A7790_CLK_VSP1_DU0 R8A7790_CLK_VSP1_R R8A7790_CLK_VSP1_S
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100811 >;
812 clock-output-names =
813 "tmu1", "tmu3", "tmu2", "cmt0", "tmu0", "vsp1-du1",
814 "vsp1-du0", "vsp1-rt", "vsp1-sy";
815 };
816 mstp2_clks: mstp2_clks@e6150138 {
817 compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
818 reg = <0 0xe6150138 0 4>, <0 0xe6150040 0 4>;
819 clocks = <&mp_clk>, <&mp_clk>, <&mp_clk>, <&mp_clk>, <&mp_clk>,
Laurent Pinchartc819acd2014-07-19 01:50:23 +0200820 <&mp_clk>, <&mp_clk>, <&mp_clk>, <&mp_clk>, <&zs_clk>,
821 <&zs_clk>;
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100822 #clock-cells = <1>;
823 renesas,clock-indices = <
824 R8A7790_CLK_SCIFA2 R8A7790_CLK_SCIFA1 R8A7790_CLK_SCIFA0
Laurent Pinchart9d909512013-12-19 16:51:01 +0100825 R8A7790_CLK_MSIOF2 R8A7790_CLK_SCIFB0 R8A7790_CLK_SCIFB1
826 R8A7790_CLK_MSIOF1 R8A7790_CLK_MSIOF3 R8A7790_CLK_SCIFB2
Laurent Pinchartc819acd2014-07-19 01:50:23 +0200827 R8A7790_CLK_SYS_DMAC1 R8A7790_CLK_SYS_DMAC0
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100828 >;
829 clock-output-names =
Laurent Pinchart9d909512013-12-19 16:51:01 +0100830 "scifa2", "scifa1", "scifa0", "msiof2", "scifb0",
Laurent Pinchartc819acd2014-07-19 01:50:23 +0200831 "scifb1", "msiof1", "msiof3", "scifb2",
832 "sys-dmac1", "sys-dmac0";
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100833 };
834 mstp3_clks: mstp3_clks@e615013c {
835 compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
836 reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
Wolfram Sang17465142014-03-11 22:24:37 +0100837 clocks = <&hp_clk>, <&cp_clk>, <&mmc1_clk>, <&sd3_clk>,
838 <&sd2_clk>, <&cpg_clocks R8A7790_CLK_SD1>, <&cpg_clocks R8A7790_CLK_SD0>, <&mmc0_clk>,
Phil Edworthyecafea82014-06-13 10:37:15 +0100839 <&hp_clk>, <&mp_clk>, <&hp_clk>, <&mp_clk>, <&rclk_clk>;
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100840 #clock-cells = <1>;
841 renesas,clock-indices = <
Wolfram Sang17465142014-03-11 22:24:37 +0100842 R8A7790_CLK_IIC2 R8A7790_CLK_TPU0 R8A7790_CLK_MMCIF1 R8A7790_CLK_SDHI3
843 R8A7790_CLK_SDHI2 R8A7790_CLK_SDHI1 R8A7790_CLK_SDHI0 R8A7790_CLK_MMCIF0
Phil Edworthyecafea82014-06-13 10:37:15 +0100844 R8A7790_CLK_IIC0 R8A7790_CLK_PCIEC R8A7790_CLK_IIC1 R8A7790_CLK_SSUSB R8A7790_CLK_CMT1
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100845 >;
846 clock-output-names =
Wolfram Sang17465142014-03-11 22:24:37 +0100847 "iic2", "tpu0", "mmcif1", "sdhi3",
848 "sdhi2", "sdhi1", "sdhi0", "mmcif0",
Phil Edworthyecafea82014-06-13 10:37:15 +0100849 "iic0", "pciec", "iic1", "ssusb", "cmt1";
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100850 };
851 mstp5_clks: mstp5_clks@e6150144 {
852 compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
853 reg = <0 0xe6150144 0 4>, <0 0xe615003c 0 4>;
854 clocks = <&extal_clk>, <&p_clk>;
855 #clock-cells = <1>;
856 renesas,clock-indices = <R8A7790_CLK_THERMAL R8A7790_CLK_PWM>;
857 clock-output-names = "thermal", "pwm";
858 };
859 mstp7_clks: mstp7_clks@e615014c {
860 compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
861 reg = <0 0xe615014c 0 4>, <0 0xe61501c4 0 4>;
862 clocks = <&mp_clk>, <&mp_clk>, <&zs_clk>, <&zs_clk>, <&p_clk>,
863 <&p_clk>, <&zx_clk>, <&zx_clk>, <&zx_clk>, <&zx_clk>,
864 <&zx_clk>;
865 #clock-cells = <1>;
866 renesas,clock-indices = <
867 R8A7790_CLK_EHCI R8A7790_CLK_HSUSB R8A7790_CLK_HSCIF1
868 R8A7790_CLK_HSCIF0 R8A7790_CLK_SCIF1 R8A7790_CLK_SCIF0
869 R8A7790_CLK_DU2 R8A7790_CLK_DU1 R8A7790_CLK_DU0
870 R8A7790_CLK_LVDS1 R8A7790_CLK_LVDS0
871 >;
872 clock-output-names =
873 "ehci", "hsusb", "hscif1", "hscif0", "scif1",
874 "scif0", "du2", "du1", "du0", "lvds1", "lvds0";
875 };
876 mstp8_clks: mstp8_clks@e6150990 {
877 compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
878 reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
Laurent Pinchartbccccc32014-01-07 09:22:55 +0100879 clocks = <&zg_clk>, <&zg_clk>, <&zg_clk>, <&zg_clk>, <&p_clk>,
880 <&zs_clk>, <&zs_clk>;
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100881 #clock-cells = <1>;
Laurent Pinchart3f2beaa2014-01-07 09:22:53 +0100882 renesas,clock-indices = <
883 R8A7790_CLK_VIN3 R8A7790_CLK_VIN2 R8A7790_CLK_VIN1
Laurent Pinchartbccccc32014-01-07 09:22:55 +0100884 R8A7790_CLK_VIN0 R8A7790_CLK_ETHER R8A7790_CLK_SATA1
885 R8A7790_CLK_SATA0
Laurent Pinchart3f2beaa2014-01-07 09:22:53 +0100886 >;
Laurent Pinchartbccccc32014-01-07 09:22:55 +0100887 clock-output-names =
888 "vin3", "vin2", "vin1", "vin0", "ether", "sata1", "sata0";
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100889 };
890 mstp9_clks: mstp9_clks@e6150994 {
891 compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
892 reg = <0 0xe6150994 0 4>, <0 0xe61509a4 0 4>;
Geert Uytterhoeven81f68832014-04-23 10:25:27 +0200893 clocks = <&cp_clk>, <&cp_clk>, <&cp_clk>,
894 <&cp_clk>, <&cp_clk>, <&cp_clk>,
895 <&p_clk>, <&p_clk>, <&cpg_clocks R8A7790_CLK_QSPI>, <&cp_clk>,
Laurent Pinchart3672b052014-04-01 13:02:17 +0200896 <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>;
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100897 #clock-cells = <1>;
898 renesas,clock-indices = <
Geert Uytterhoeven81f68832014-04-23 10:25:27 +0200899 R8A7790_CLK_GPIO5 R8A7790_CLK_GPIO4 R8A7790_CLK_GPIO3
900 R8A7790_CLK_GPIO2 R8A7790_CLK_GPIO1 R8A7790_CLK_GPIO0
Wolfram Sang17465142014-03-11 22:24:37 +0100901 R8A7790_CLK_RCAN1 R8A7790_CLK_RCAN0 R8A7790_CLK_QSPI_MOD R8A7790_CLK_IICDVFS
902 R8A7790_CLK_I2C3 R8A7790_CLK_I2C2 R8A7790_CLK_I2C1 R8A7790_CLK_I2C0
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100903 >;
Laurent Pinchart91b56ca2013-12-19 16:51:03 +0100904 clock-output-names =
Geert Uytterhoeven81f68832014-04-23 10:25:27 +0200905 "gpio5", "gpio4", "gpio3", "gpio2", "gpio1", "gpio0",
Wolfram Sang17465142014-03-11 22:24:37 +0100906 "rcan1", "rcan0", "qspi_mod", "iic3",
907 "i2c3", "i2c2", "i2c1", "i2c0";
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100908 };
Kuninori Morimotobcde3722014-06-10 23:53:27 -0700909 mstp10_clks: mstp10_clks@e6150998 {
910 compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
911 reg = <0 0xe6150998 0 4>, <0 0xe61509a8 0 4>;
912 clocks = <&p_clk>,
913 <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>,
914 <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>,
915 <&p_clk>,
916 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>,
917 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>,
918 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>,
919 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>,
920 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>,
921 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>;
922
923 #clock-cells = <1>;
924 clock-indices = <
925 R8A7790_CLK_SSI_ALL
926 R8A7790_CLK_SSI9 R8A7790_CLK_SSI8 R8A7790_CLK_SSI7 R8A7790_CLK_SSI6 R8A7790_CLK_SSI5
927 R8A7790_CLK_SSI4 R8A7790_CLK_SSI3 R8A7790_CLK_SSI2 R8A7790_CLK_SSI1 R8A7790_CLK_SSI0
928 R8A7790_CLK_SCU_ALL
929 R8A7790_CLK_SCU_DVC1 R8A7790_CLK_SCU_DVC0
930 R8A7790_CLK_SCU_SRC9 R8A7790_CLK_SCU_SRC8 R8A7790_CLK_SCU_SRC7 R8A7790_CLK_SCU_SRC6 R8A7790_CLK_SCU_SRC5
931 R8A7790_CLK_SCU_SRC4 R8A7790_CLK_SCU_SRC3 R8A7790_CLK_SCU_SRC2 R8A7790_CLK_SCU_SRC1 R8A7790_CLK_SCU_SRC0
932 >;
933 clock-output-names =
934 "ssi-all",
935 "ssi9", "ssi8", "ssi7", "ssi6", "ssi5",
936 "ssi4", "ssi3", "ssi2", "ssi1", "ssi0",
937 "scu-all",
938 "scu-dvc1", "scu-dvc0",
939 "scu-src9", "scu-src8", "scu-src7", "scu-src6", "scu-src5",
940 "scu-src4", "scu-src3", "scu-src2", "scu-src1", "scu-src0";
941 };
Laurent Pinchart22a1f592013-12-11 15:05:14 +0100942 };
Geert Uytterhoeven7053e132014-02-10 11:47:29 +0100943
Geert Uytterhoevenfad6d452014-02-25 11:30:13 +0100944 qspi: spi@e6b10000 {
Geert Uytterhoeven7053e132014-02-10 11:47:29 +0100945 compatible = "renesas,qspi-r8a7790", "renesas,qspi";
946 reg = <0 0xe6b10000 0 0x2c>;
Geert Uytterhoeven7053e132014-02-10 11:47:29 +0100947 interrupts = <0 184 IRQ_TYPE_LEVEL_HIGH>;
948 clocks = <&mstp9_clks R8A7790_CLK_QSPI_MOD>;
Geert Uytterhoeven37cf3d62014-08-06 14:59:08 +0200949 dmas = <&dmac0 0x17>, <&dmac0 0x18>;
950 dma-names = "tx", "rx";
Geert Uytterhoeven7053e132014-02-10 11:47:29 +0100951 num-cs = <1>;
952 #address-cells = <1>;
953 #size-cells = <0>;
954 status = "disabled";
955 };
Geert Uytterhoevenae8a6142014-02-25 11:30:15 +0100956
957 msiof0: spi@e6e20000 {
958 compatible = "renesas,msiof-r8a7790";
Geert Uytterhoevenfbff6682014-08-06 14:59:09 +0200959 reg = <0 0xe6e20000 0 0x0064>, <0 0xe7e20000 0 0x0064>;
Geert Uytterhoevenae8a6142014-02-25 11:30:15 +0100960 interrupts = <0 156 IRQ_TYPE_LEVEL_HIGH>;
961 clocks = <&mstp0_clks R8A7790_CLK_MSIOF0>;
Geert Uytterhoevenfbff6682014-08-06 14:59:09 +0200962 dmas = <&dmac0 0x51>, <&dmac0 0x52>;
963 dma-names = "tx", "rx";
Geert Uytterhoevenae8a6142014-02-25 11:30:15 +0100964 #address-cells = <1>;
965 #size-cells = <0>;
966 status = "disabled";
967 };
968
969 msiof1: spi@e6e10000 {
970 compatible = "renesas,msiof-r8a7790";
Geert Uytterhoevenfbff6682014-08-06 14:59:09 +0200971 reg = <0 0xe6e10000 0 0x0064>, <0 0xe7e10000 0 0x0064>;
Geert Uytterhoevenae8a6142014-02-25 11:30:15 +0100972 interrupts = <0 157 IRQ_TYPE_LEVEL_HIGH>;
973 clocks = <&mstp2_clks R8A7790_CLK_MSIOF1>;
Geert Uytterhoevenfbff6682014-08-06 14:59:09 +0200974 dmas = <&dmac0 0x55>, <&dmac0 0x56>;
975 dma-names = "tx", "rx";
Geert Uytterhoevenae8a6142014-02-25 11:30:15 +0100976 #address-cells = <1>;
977 #size-cells = <0>;
978 status = "disabled";
979 };
980
981 msiof2: spi@e6e00000 {
982 compatible = "renesas,msiof-r8a7790";
Geert Uytterhoevenfbff6682014-08-06 14:59:09 +0200983 reg = <0 0xe6e00000 0 0x0064>, <0 0xe7e00000 0 0x0064>;
Geert Uytterhoevenae8a6142014-02-25 11:30:15 +0100984 interrupts = <0 158 IRQ_TYPE_LEVEL_HIGH>;
985 clocks = <&mstp2_clks R8A7790_CLK_MSIOF2>;
Geert Uytterhoevenfbff6682014-08-06 14:59:09 +0200986 dmas = <&dmac0 0x41>, <&dmac0 0x42>;
987 dma-names = "tx", "rx";
Geert Uytterhoevenae8a6142014-02-25 11:30:15 +0100988 #address-cells = <1>;
989 #size-cells = <0>;
990 status = "disabled";
991 };
992
993 msiof3: spi@e6c90000 {
994 compatible = "renesas,msiof-r8a7790";
Geert Uytterhoevenfbff6682014-08-06 14:59:09 +0200995 reg = <0 0xe6c90000 0 0x0064>, <0 0xe7c90000 0 0x0064>;
Geert Uytterhoevenae8a6142014-02-25 11:30:15 +0100996 interrupts = <0 159 IRQ_TYPE_LEVEL_HIGH>;
997 clocks = <&mstp2_clks R8A7790_CLK_MSIOF3>;
Geert Uytterhoevenfbff6682014-08-06 14:59:09 +0200998 dmas = <&dmac0 0x45>, <&dmac0 0x46>;
999 dma-names = "tx", "rx";
Geert Uytterhoevenae8a6142014-02-25 11:30:15 +01001000 #address-cells = <1>;
1001 #size-cells = <0>;
1002 status = "disabled";
1003 };
Kuninori Morimoto7df2fd52014-06-10 23:53:54 -07001004
Ben Dooksff4f3eb2014-06-24 21:59:54 +04001005 pci0: pci@ee090000 {
1006 compatible = "renesas,pci-r8a7790";
1007 device_type = "pci";
1008 clocks = <&mstp7_clks R8A7790_CLK_EHCI>;
1009 reg = <0 0xee090000 0 0xc00>,
1010 <0 0xee080000 0 0x1100>;
1011 interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;
1012 status = "disabled";
1013
1014 bus-range = <0 0>;
1015 #address-cells = <3>;
1016 #size-cells = <2>;
1017 #interrupt-cells = <1>;
1018 ranges = <0x02000000 0 0xee080000 0 0xee080000 0 0x00010000>;
1019 interrupt-map-mask = <0xff00 0 0 0x7>;
1020 interrupt-map = <0x0000 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
Geert Uytterhoeven517ec802014-06-30 11:49:53 +02001021 0x0800 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
1022 0x1000 0 0 2 &gic 0 108 IRQ_TYPE_LEVEL_HIGH>;
Ben Dooksff4f3eb2014-06-24 21:59:54 +04001023 };
1024
1025 pci1: pci@ee0b0000 {
1026 compatible = "renesas,pci-r8a7790";
1027 device_type = "pci";
1028 clocks = <&mstp7_clks R8A7790_CLK_EHCI>;
1029 reg = <0 0xee0b0000 0 0xc00>,
1030 <0 0xee0a0000 0 0x1100>;
1031 interrupts = <0 112 IRQ_TYPE_LEVEL_HIGH>;
1032 status = "disabled";
1033
1034 bus-range = <1 1>;
1035 #address-cells = <3>;
1036 #size-cells = <2>;
1037 #interrupt-cells = <1>;
1038 ranges = <0x02000000 0 0xee0a0000 0 0xee0a0000 0 0x00010000>;
1039 interrupt-map-mask = <0xff00 0 0 0x7>;
1040 interrupt-map = <0x0000 0 0 1 &gic 0 112 IRQ_TYPE_LEVEL_HIGH
Geert Uytterhoeven517ec802014-06-30 11:49:53 +02001041 0x0800 0 0 1 &gic 0 112 IRQ_TYPE_LEVEL_HIGH
1042 0x1000 0 0 2 &gic 0 112 IRQ_TYPE_LEVEL_HIGH>;
Ben Dooksff4f3eb2014-06-24 21:59:54 +04001043 };
1044
1045 pci2: pci@ee0d0000 {
1046 compatible = "renesas,pci-r8a7790";
1047 device_type = "pci";
1048 clocks = <&mstp7_clks R8A7790_CLK_EHCI>;
1049 reg = <0 0xee0d0000 0 0xc00>,
1050 <0 0xee0c0000 0 0x1100>;
1051 interrupts = <0 113 IRQ_TYPE_LEVEL_HIGH>;
1052 status = "disabled";
1053
1054 bus-range = <2 2>;
1055 #address-cells = <3>;
1056 #size-cells = <2>;
1057 #interrupt-cells = <1>;
1058 ranges = <0x02000000 0 0xee0c0000 0 0xee0c0000 0 0x00010000>;
1059 interrupt-map-mask = <0xff00 0 0 0x7>;
1060 interrupt-map = <0x0000 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH
Geert Uytterhoeven517ec802014-06-30 11:49:53 +02001061 0x0800 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH
1062 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>;
Ben Dooksff4f3eb2014-06-24 21:59:54 +04001063 };
1064
Phil Edworthy745329d2014-06-13 10:37:17 +01001065 pciec: pcie@fe000000 {
1066 compatible = "renesas,pcie-r8a7790";
1067 reg = <0 0xfe000000 0 0x80000>;
1068 #address-cells = <3>;
1069 #size-cells = <2>;
1070 bus-range = <0x00 0xff>;
1071 device_type = "pci";
1072 ranges = <0x01000000 0 0x00000000 0 0xfe100000 0 0x00100000
1073 0x02000000 0 0xfe200000 0 0xfe200000 0 0x00200000
1074 0x02000000 0 0x30000000 0 0x30000000 0 0x08000000
1075 0x42000000 0 0x38000000 0 0x38000000 0 0x08000000>;
1076 /* Map all possible DDR as inbound ranges */
1077 dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 0 0x80000000
1078 0x43000000 1 0x80000000 1 0x80000000 0 0x80000000>;
1079 interrupts = <0 116 IRQ_TYPE_LEVEL_HIGH>,
1080 <0 117 IRQ_TYPE_LEVEL_HIGH>,
1081 <0 118 IRQ_TYPE_LEVEL_HIGH>;
1082 #interrupt-cells = <1>;
1083 interrupt-map-mask = <0 0 0 0>;
1084 interrupt-map = <0 0 0 0 &gic 0 116 IRQ_TYPE_LEVEL_HIGH>;
1085 clocks = <&mstp3_clks R8A7790_CLK_PCIEC>, <&pcie_bus_clk>;
1086 clock-names = "pcie", "pcie_bus";
1087 status = "disabled";
1088 };
1089
Kuninori Morimoto7df2fd52014-06-10 23:53:54 -07001090 rcar_sound: rcar_sound@0xec500000 {
1091 #sound-dai-cells = <1>;
1092 compatible = "renesas,rcar_sound-r8a7790", "renesas,rcar_sound-gen2", "renesas,rcar_sound";
1093 interrupt-parent = <&gic>;
1094 reg = <0 0xec500000 0 0x1000>, /* SCU */
1095 <0 0xec5a0000 0 0x100>, /* ADG */
1096 <0 0xec540000 0 0x1000>, /* SSIU */
1097 <0 0xec541000 0 0x1280>; /* SSI */
1098 clocks = <&mstp10_clks R8A7790_CLK_SSI_ALL>,
1099 <&mstp10_clks R8A7790_CLK_SSI9>, <&mstp10_clks R8A7790_CLK_SSI8>,
1100 <&mstp10_clks R8A7790_CLK_SSI7>, <&mstp10_clks R8A7790_CLK_SSI6>,
1101 <&mstp10_clks R8A7790_CLK_SSI5>, <&mstp10_clks R8A7790_CLK_SSI4>,
1102 <&mstp10_clks R8A7790_CLK_SSI3>, <&mstp10_clks R8A7790_CLK_SSI2>,
1103 <&mstp10_clks R8A7790_CLK_SSI1>, <&mstp10_clks R8A7790_CLK_SSI0>,
1104 <&mstp10_clks R8A7790_CLK_SCU_SRC9>, <&mstp10_clks R8A7790_CLK_SCU_SRC8>,
1105 <&mstp10_clks R8A7790_CLK_SCU_SRC7>, <&mstp10_clks R8A7790_CLK_SCU_SRC6>,
1106 <&mstp10_clks R8A7790_CLK_SCU_SRC5>, <&mstp10_clks R8A7790_CLK_SCU_SRC4>,
1107 <&mstp10_clks R8A7790_CLK_SCU_SRC3>, <&mstp10_clks R8A7790_CLK_SCU_SRC2>,
1108 <&mstp10_clks R8A7790_CLK_SCU_SRC1>, <&mstp10_clks R8A7790_CLK_SCU_SRC0>,
Kuninori Morimoto334d69a2014-06-25 17:52:17 -07001109 <&mstp10_clks R8A7790_CLK_SCU_DVC0>, <&mstp10_clks R8A7790_CLK_SCU_DVC1>,
Kuninori Morimoto7df2fd52014-06-10 23:53:54 -07001110 <&audio_clk_a>, <&audio_clk_b>, <&audio_clk_c>, <&m2_clk>;
1111 clock-names = "ssi-all",
1112 "ssi.9", "ssi.8", "ssi.7", "ssi.6", "ssi.5",
1113 "ssi.4", "ssi.3", "ssi.2", "ssi.1", "ssi.0",
1114 "src.9", "src.8", "src.7", "src.6", "src.5",
1115 "src.4", "src.3", "src.2", "src.1", "src.0",
Kuninori Morimoto334d69a2014-06-25 17:52:17 -07001116 "dvc.0", "dvc.1",
Kuninori Morimoto7df2fd52014-06-10 23:53:54 -07001117 "clk_a", "clk_b", "clk_c", "clk_i";
1118
1119 status = "disabled";
1120
Kuninori Morimoto334d69a2014-06-25 17:52:17 -07001121 rcar_sound,dvc {
1122 dvc0: dvc@0 { };
1123 dvc1: dvc@1 { };
1124 };
1125
Kuninori Morimoto7df2fd52014-06-10 23:53:54 -07001126 rcar_sound,src {
1127 src0: src@0 { };
1128 src1: src@1 { };
1129 src2: src@2 { };
1130 src3: src@3 { };
1131 src4: src@4 { };
1132 src5: src@5 { };
1133 src6: src@6 { };
1134 src7: src@7 { };
1135 src8: src@8 { };
1136 src9: src@9 { };
1137 };
1138
1139 rcar_sound,ssi {
1140 ssi0: ssi@0 { interrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>; };
1141 ssi1: ssi@1 { interrupts = <0 371 IRQ_TYPE_LEVEL_HIGH>; };
1142 ssi2: ssi@2 { interrupts = <0 372 IRQ_TYPE_LEVEL_HIGH>; };
1143 ssi3: ssi@3 { interrupts = <0 373 IRQ_TYPE_LEVEL_HIGH>; };
1144 ssi4: ssi@4 { interrupts = <0 374 IRQ_TYPE_LEVEL_HIGH>; };
1145 ssi5: ssi@5 { interrupts = <0 375 IRQ_TYPE_LEVEL_HIGH>; };
1146 ssi6: ssi@6 { interrupts = <0 376 IRQ_TYPE_LEVEL_HIGH>; };
1147 ssi7: ssi@7 { interrupts = <0 377 IRQ_TYPE_LEVEL_HIGH>; };
1148 ssi8: ssi@8 { interrupts = <0 378 IRQ_TYPE_LEVEL_HIGH>; };
1149 ssi9: ssi@9 { interrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>; };
1150 };
1151 };
Magnus Damm0468b2d2013-03-28 00:49:34 +09001152};