Loading...
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car V2H (R8A77920) SoC
4 *
5 * Copyright (C) 2016 Cogent Embedded Inc.
6 */
7
8#include <dt-bindings/clock/r8a7792-cpg-mssr.h>
9#include <dt-bindings/interrupt-controller/irq.h>
10#include <dt-bindings/interrupt-controller/arm-gic.h>
11#include <dt-bindings/power/r8a7792-sysc.h>
12
13/ {
14 compatible = "renesas,r8a7792";
15 #address-cells = <2>;
16 #size-cells = <2>;
17
18 aliases {
19 i2c0 = &i2c0;
20 i2c1 = &i2c1;
21 i2c2 = &i2c2;
22 i2c3 = &i2c3;
23 i2c4 = &i2c4;
24 i2c5 = &i2c5;
25 i2c6 = &iic3;
26 spi0 = &qspi;
27 spi1 = &msiof0;
28 spi2 = &msiof1;
29 vin0 = &vin0;
30 vin1 = &vin1;
31 vin2 = &vin2;
32 vin3 = &vin3;
33 vin4 = &vin4;
34 vin5 = &vin5;
35 };
36
37 /* External CAN clock */
38 can_clk: can {
39 compatible = "fixed-clock";
40 #clock-cells = <0>;
41 /* This value must be overridden by the board. */
42 clock-frequency = <0>;
43 };
44
45 cpus {
46 #address-cells = <1>;
47 #size-cells = <0>;
48
49 cpu0: cpu@0 {
50 device_type = "cpu";
51 compatible = "arm,cortex-a15";
52 reg = <0>;
53 clock-frequency = <1000000000>;
54 clocks = <&cpg CPG_CORE R8A7792_CLK_Z>;
55 power-domains = <&sysc R8A7792_PD_CA15_CPU0>;
56 enable-method = "renesas,apmu";
57 next-level-cache = <&L2_CA15>;
58 };
59
60 cpu1: cpu@1 {
61 device_type = "cpu";
62 compatible = "arm,cortex-a15";
63 reg = <1>;
64 clock-frequency = <1000000000>;
65 clocks = <&cpg CPG_CORE R8A7792_CLK_Z>;
66 power-domains = <&sysc R8A7792_PD_CA15_CPU1>;
67 enable-method = "renesas,apmu";
68 next-level-cache = <&L2_CA15>;
69 };
70
71 L2_CA15: cache-controller-0 {
72 compatible = "cache";
73 cache-unified;
74 cache-level = <2>;
75 power-domains = <&sysc R8A7792_PD_CA15_SCU>;
76 };
77 };
78
79 /* External root clock */
80 extal_clk: extal {
81 compatible = "fixed-clock";
82 #clock-cells = <0>;
83 /* This value must be overridden by the board. */
84 clock-frequency = <0>;
85 };
86
87 pmu {
88 compatible = "arm,cortex-a15-pmu";
89 interrupts-extended = <&gic GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
90 <&gic GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
91 interrupt-affinity = <&cpu0>, <&cpu1>;
92 };
93
94 /* External SCIF clock */
95 scif_clk: scif {
96 compatible = "fixed-clock";
97 #clock-cells = <0>;
98 /* This value must be overridden by the board. */
99 clock-frequency = <0>;
100 };
101
102 soc {
103 compatible = "simple-bus";
104 interrupt-parent = <&gic>;
105
106 #address-cells = <2>;
107 #size-cells = <2>;
108 ranges;
109
110 rwdt: watchdog@e6020000 {
111 compatible = "renesas,r8a7792-wdt",
112 "renesas,rcar-gen2-wdt";
113 reg = <0 0xe6020000 0 0x0c>;
114 interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
115 clocks = <&cpg CPG_MOD 402>;
116 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
117 resets = <&cpg 402>;
118 status = "disabled";
119 };
120
121 gpio0: gpio@e6050000 {
122 compatible = "renesas,gpio-r8a7792",
123 "renesas,rcar-gen2-gpio";
124 reg = <0 0xe6050000 0 0x50>;
125 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
126 #gpio-cells = <2>;
127 gpio-controller;
128 gpio-ranges = <&pfc 0 0 29>;
129 #interrupt-cells = <2>;
130 interrupt-controller;
131 clocks = <&cpg CPG_MOD 912>;
132 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
133 resets = <&cpg 912>;
134 };
135
136 gpio1: gpio@e6051000 {
137 compatible = "renesas,gpio-r8a7792",
138 "renesas,rcar-gen2-gpio";
139 reg = <0 0xe6051000 0 0x50>;
140 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
141 #gpio-cells = <2>;
142 gpio-controller;
143 gpio-ranges = <&pfc 0 32 23>;
144 #interrupt-cells = <2>;
145 interrupt-controller;
146 clocks = <&cpg CPG_MOD 911>;
147 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
148 resets = <&cpg 911>;
149 };
150
151 gpio2: gpio@e6052000 {
152 compatible = "renesas,gpio-r8a7792",
153 "renesas,rcar-gen2-gpio";
154 reg = <0 0xe6052000 0 0x50>;
155 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
156 #gpio-cells = <2>;
157 gpio-controller;
158 gpio-ranges = <&pfc 0 64 32>;
159 #interrupt-cells = <2>;
160 interrupt-controller;
161 clocks = <&cpg CPG_MOD 910>;
162 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
163 resets = <&cpg 910>;
164 };
165
166 gpio3: gpio@e6053000 {
167 compatible = "renesas,gpio-r8a7792",
168 "renesas,rcar-gen2-gpio";
169 reg = <0 0xe6053000 0 0x50>;
170 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
171 #gpio-cells = <2>;
172 gpio-controller;
173 gpio-ranges = <&pfc 0 96 28>;
174 #interrupt-cells = <2>;
175 interrupt-controller;
176 clocks = <&cpg CPG_MOD 909>;
177 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
178 resets = <&cpg 909>;
179 };
180
181 gpio4: gpio@e6054000 {
182 compatible = "renesas,gpio-r8a7792",
183 "renesas,rcar-gen2-gpio";
184 reg = <0 0xe6054000 0 0x50>;
185 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
186 #gpio-cells = <2>;
187 gpio-controller;
188 gpio-ranges = <&pfc 0 128 17>;
189 #interrupt-cells = <2>;
190 interrupt-controller;
191 clocks = <&cpg CPG_MOD 908>;
192 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
193 resets = <&cpg 908>;
194 };
195
196 gpio5: gpio@e6055000 {
197 compatible = "renesas,gpio-r8a7792",
198 "renesas,rcar-gen2-gpio";
199 reg = <0 0xe6055000 0 0x50>;
200 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
201 #gpio-cells = <2>;
202 gpio-controller;
203 gpio-ranges = <&pfc 0 160 17>;
204 #interrupt-cells = <2>;
205 interrupt-controller;
206 clocks = <&cpg CPG_MOD 907>;
207 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
208 resets = <&cpg 907>;
209 };
210
211 gpio6: gpio@e6055100 {
212 compatible = "renesas,gpio-r8a7792",
213 "renesas,rcar-gen2-gpio";
214 reg = <0 0xe6055100 0 0x50>;
215 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
216 #gpio-cells = <2>;
217 gpio-controller;
218 gpio-ranges = <&pfc 0 192 17>;
219 #interrupt-cells = <2>;
220 interrupt-controller;
221 clocks = <&cpg CPG_MOD 905>;
222 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
223 resets = <&cpg 905>;
224 };
225
226 gpio7: gpio@e6055200 {
227 compatible = "renesas,gpio-r8a7792",
228 "renesas,rcar-gen2-gpio";
229 reg = <0 0xe6055200 0 0x50>;
230 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
231 #gpio-cells = <2>;
232 gpio-controller;
233 gpio-ranges = <&pfc 0 224 17>;
234 #interrupt-cells = <2>;
235 interrupt-controller;
236 clocks = <&cpg CPG_MOD 904>;
237 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
238 resets = <&cpg 904>;
239 };
240
241 gpio8: gpio@e6055300 {
242 compatible = "renesas,gpio-r8a7792",
243 "renesas,rcar-gen2-gpio";
244 reg = <0 0xe6055300 0 0x50>;
245 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
246 #gpio-cells = <2>;
247 gpio-controller;
248 gpio-ranges = <&pfc 0 256 17>;
249 #interrupt-cells = <2>;
250 interrupt-controller;
251 clocks = <&cpg CPG_MOD 921>;
252 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
253 resets = <&cpg 921>;
254 };
255
256 gpio9: gpio@e6055400 {
257 compatible = "renesas,gpio-r8a7792",
258 "renesas,rcar-gen2-gpio";
259 reg = <0 0xe6055400 0 0x50>;
260 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
261 #gpio-cells = <2>;
262 gpio-controller;
263 gpio-ranges = <&pfc 0 288 17>;
264 #interrupt-cells = <2>;
265 interrupt-controller;
266 clocks = <&cpg CPG_MOD 919>;
267 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
268 resets = <&cpg 919>;
269 };
270
271 gpio10: gpio@e6055500 {
272 compatible = "renesas,gpio-r8a7792",
273 "renesas,rcar-gen2-gpio";
274 reg = <0 0xe6055500 0 0x50>;
275 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
276 #gpio-cells = <2>;
277 gpio-controller;
278 gpio-ranges = <&pfc 0 320 32>;
279 #interrupt-cells = <2>;
280 interrupt-controller;
281 clocks = <&cpg CPG_MOD 914>;
282 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
283 resets = <&cpg 914>;
284 };
285
286 gpio11: gpio@e6055600 {
287 compatible = "renesas,gpio-r8a7792",
288 "renesas,rcar-gen2-gpio";
289 reg = <0 0xe6055600 0 0x50>;
290 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
291 #gpio-cells = <2>;
292 gpio-controller;
293 gpio-ranges = <&pfc 0 352 30>;
294 #interrupt-cells = <2>;
295 interrupt-controller;
296 clocks = <&cpg CPG_MOD 913>;
297 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
298 resets = <&cpg 913>;
299 };
300
301 pfc: pinctrl@e6060000 {
302 compatible = "renesas,pfc-r8a7792";
303 reg = <0 0xe6060000 0 0x144>;
304 };
305
306 cpg: clock-controller@e6150000 {
307 compatible = "renesas,r8a7792-cpg-mssr";
308 reg = <0 0xe6150000 0 0x1000>;
309 clocks = <&extal_clk>;
310 clock-names = "extal";
311 #clock-cells = <2>;
312 #power-domain-cells = <0>;
313 #reset-cells = <1>;
314 };
315
316 apmu@e6152000 {
317 compatible = "renesas,r8a7792-apmu", "renesas,apmu";
318 reg = <0 0xe6152000 0 0x188>;
319 cpus = <&cpu0>, <&cpu1>;
320 };
321
322 rst: reset-controller@e6160000 {
323 compatible = "renesas,r8a7792-rst";
324 reg = <0 0xe6160000 0 0x0100>;
325 };
326
327 sysc: system-controller@e6180000 {
328 compatible = "renesas,r8a7792-sysc";
329 reg = <0 0xe6180000 0 0x0200>;
330 #power-domain-cells = <1>;
331 };
332
333 irqc: interrupt-controller@e61c0000 {
334 compatible = "renesas,irqc-r8a7792", "renesas,irqc";
335 #interrupt-cells = <2>;
336 interrupt-controller;
337 reg = <0 0xe61c0000 0 0x200>;
338 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
339 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
340 <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
341 <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
342 clocks = <&cpg CPG_MOD 407>;
343 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
344 resets = <&cpg 407>;
345 };
346
347 icram0: sram@e63a0000 {
348 compatible = "mmio-sram";
349 reg = <0 0xe63a0000 0 0x12000>;
350 #address-cells = <1>;
351 #size-cells = <1>;
352 ranges = <0 0 0xe63a0000 0x12000>;
353 };
354
355 icram1: sram@e63c0000 {
356 compatible = "mmio-sram";
357 reg = <0 0xe63c0000 0 0x1000>;
358 #address-cells = <1>;
359 #size-cells = <1>;
360 ranges = <0 0 0xe63c0000 0x1000>;
361
362 smp-sram@0 {
363 compatible = "renesas,smp-sram";
364 reg = <0 0x100>;
365 };
366 };
367
368 /* I2C doesn't need pinmux */
369 i2c0: i2c@e6508000 {
370 compatible = "renesas,i2c-r8a7792",
371 "renesas,rcar-gen2-i2c";
372 reg = <0 0xe6508000 0 0x40>;
373 interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>;
374 clocks = <&cpg CPG_MOD 931>;
375 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
376 resets = <&cpg 931>;
377 i2c-scl-internal-delay-ns = <6>;
378 #address-cells = <1>;
379 #size-cells = <0>;
380 status = "disabled";
381 };
382
383 i2c1: i2c@e6518000 {
384 compatible = "renesas,i2c-r8a7792",
385 "renesas,rcar-gen2-i2c";
386 reg = <0 0xe6518000 0 0x40>;
387 interrupts = <GIC_SPI 288 IRQ_TYPE_LEVEL_HIGH>;
388 clocks = <&cpg CPG_MOD 930>;
389 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
390 resets = <&cpg 930>;
391 i2c-scl-internal-delay-ns = <6>;
392 #address-cells = <1>;
393 #size-cells = <0>;
394 status = "disabled";
395 };
396
397 i2c2: i2c@e6530000 {
398 compatible = "renesas,i2c-r8a7792",
399 "renesas,rcar-gen2-i2c";
400 reg = <0 0xe6530000 0 0x40>;
401 interrupts = <GIC_SPI 286 IRQ_TYPE_LEVEL_HIGH>;
402 clocks = <&cpg CPG_MOD 929>;
403 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
404 resets = <&cpg 929>;
405 i2c-scl-internal-delay-ns = <6>;
406 #address-cells = <1>;
407 #size-cells = <0>;
408 status = "disabled";
409 };
410
411 i2c3: i2c@e6540000 {
412 compatible = "renesas,i2c-r8a7792",
413 "renesas,rcar-gen2-i2c";
414 reg = <0 0xe6540000 0 0x40>;
415 interrupts = <GIC_SPI 290 IRQ_TYPE_LEVEL_HIGH>;
416 clocks = <&cpg CPG_MOD 928>;
417 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
418 resets = <&cpg 928>;
419 i2c-scl-internal-delay-ns = <6>;
420 #address-cells = <1>;
421 #size-cells = <0>;
422 status = "disabled";
423 };
424
425 i2c4: i2c@e6520000 {
426 compatible = "renesas,i2c-r8a7792",
427 "renesas,rcar-gen2-i2c";
428 reg = <0 0xe6520000 0 0x40>;
429 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
430 clocks = <&cpg CPG_MOD 927>;
431 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
432 resets = <&cpg 927>;
433 i2c-scl-internal-delay-ns = <6>;
434 #address-cells = <1>;
435 #size-cells = <0>;
436 status = "disabled";
437 };
438
439 i2c5: i2c@e6528000 {
440 compatible = "renesas,i2c-r8a7792",
441 "renesas,rcar-gen2-i2c";
442 reg = <0 0xe6528000 0 0x40>;
443 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
444 clocks = <&cpg CPG_MOD 925>;
445 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
446 resets = <&cpg 925>;
447 i2c-scl-internal-delay-ns = <110>;
448 #address-cells = <1>;
449 #size-cells = <0>;
450 status = "disabled";
451 };
452
453 iic3: i2c@e60b0000 {
454 #address-cells = <1>;
455 #size-cells = <0>;
456 compatible = "renesas,iic-r8a7792",
457 "renesas,rcar-gen2-iic",
458 "renesas,rmobile-iic";
459 reg = <0 0xe60b0000 0 0x425>;
460 interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
461 clocks = <&cpg CPG_MOD 926>;
462 dmas = <&dmac0 0x77>, <&dmac0 0x78>,
463 <&dmac1 0x77>, <&dmac1 0x78>;
464 dma-names = "tx", "rx", "tx", "rx";
465 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
466 resets = <&cpg 926>;
467 status = "disabled";
468 };
469
470 dmac0: dma-controller@e6700000 {
471 compatible = "renesas,dmac-r8a7792",
472 "renesas,rcar-dmac";
473 reg = <0 0xe6700000 0 0x20000>;
474 interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>,
475 <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>,
476 <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>,
477 <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>,
478 <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>,
479 <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
480 <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>,
481 <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>,
482 <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>,
483 <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>,
484 <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>,
485 <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
486 <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
487 <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>,
488 <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>,
489 <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>;
490 interrupt-names = "error",
491 "ch0", "ch1", "ch2", "ch3",
492 "ch4", "ch5", "ch6", "ch7",
493 "ch8", "ch9", "ch10", "ch11",
494 "ch12", "ch13", "ch14";
495 clocks = <&cpg CPG_MOD 219>;
496 clock-names = "fck";
497 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
498 resets = <&cpg 219>;
499 #dma-cells = <1>;
500 dma-channels = <15>;
501 };
502
503 dmac1: dma-controller@e6720000 {
504 compatible = "renesas,dmac-r8a7792",
505 "renesas,rcar-dmac";
506 reg = <0 0xe6720000 0 0x20000>;
507 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>,
508 <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>,
509 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
510 <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>,
511 <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>,
512 <GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>,
513 <GIC_SPI 309 IRQ_TYPE_LEVEL_HIGH>,
514 <GIC_SPI 310 IRQ_TYPE_LEVEL_HIGH>,
515 <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>,
516 <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>,
517 <GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH>,
518 <GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>,
519 <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>,
520 <GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH>,
521 <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>,
522 <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>;
523 interrupt-names = "error",
524 "ch0", "ch1", "ch2", "ch3",
525 "ch4", "ch5", "ch6", "ch7",
526 "ch8", "ch9", "ch10", "ch11",
527 "ch12", "ch13", "ch14";
528 clocks = <&cpg CPG_MOD 218>;
529 clock-names = "fck";
530 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
531 resets = <&cpg 218>;
532 #dma-cells = <1>;
533 dma-channels = <15>;
534 };
535
536 avb: ethernet@e6800000 {
537 compatible = "renesas,etheravb-r8a7792",
538 "renesas,etheravb-rcar-gen2";
539 reg = <0 0xe6800000 0 0x800>, <0 0xee0e8000 0 0x4000>;
540 interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
541 clocks = <&cpg CPG_MOD 812>;
542 clock-names = "fck";
543 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
544 resets = <&cpg 812>;
545 #address-cells = <1>;
546 #size-cells = <0>;
547 status = "disabled";
548 };
549
550 qspi: spi@e6b10000 {
551 compatible = "renesas,qspi-r8a7792", "renesas,qspi";
552 reg = <0 0xe6b10000 0 0x2c>;
553 interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
554 clocks = <&cpg CPG_MOD 917>;
555 dmas = <&dmac0 0x17>, <&dmac0 0x18>,
556 <&dmac1 0x17>, <&dmac1 0x18>;
557 dma-names = "tx", "rx", "tx", "rx";
558 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
559 resets = <&cpg 917>;
560 num-cs = <1>;
561 #address-cells = <1>;
562 #size-cells = <0>;
563 status = "disabled";
564 };
565
566 scif0: serial@e6e60000 {
567 compatible = "renesas,scif-r8a7792",
568 "renesas,rcar-gen2-scif", "renesas,scif";
569 reg = <0 0xe6e60000 0 64>;
570 interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
571 clocks = <&cpg CPG_MOD 721>,
572 <&cpg CPG_CORE R8A7792_CLK_ZS>, <&scif_clk>;
573 clock-names = "fck", "brg_int", "scif_clk";
574 dmas = <&dmac0 0x29>, <&dmac0 0x2a>,
575 <&dmac1 0x29>, <&dmac1 0x2a>;
576 dma-names = "tx", "rx", "tx", "rx";
577 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
578 resets = <&cpg 721>;
579 status = "disabled";
580 };
581
582 scif1: serial@e6e68000 {
583 compatible = "renesas,scif-r8a7792",
584 "renesas,rcar-gen2-scif", "renesas,scif";
585 reg = <0 0xe6e68000 0 64>;
586 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
587 clocks = <&cpg CPG_MOD 720>,
588 <&cpg CPG_CORE R8A7792_CLK_ZS>, <&scif_clk>;
589 clock-names = "fck", "brg_int", "scif_clk";
590 dmas = <&dmac0 0x2d>, <&dmac0 0x2e>,
591 <&dmac1 0x2d>, <&dmac1 0x2e>;
592 dma-names = "tx", "rx", "tx", "rx";
593 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
594 resets = <&cpg 720>;
595 status = "disabled";
596 };
597
598 scif2: serial@e6e58000 {
599 compatible = "renesas,scif-r8a7792",
600 "renesas,rcar-gen2-scif", "renesas,scif";
601 reg = <0 0xe6e58000 0 64>;
602 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
603 clocks = <&cpg CPG_MOD 719>,
604 <&cpg CPG_CORE R8A7792_CLK_ZS>, <&scif_clk>;
605 clock-names = "fck", "brg_int", "scif_clk";
606 dmas = <&dmac0 0x2b>, <&dmac0 0x2c>,
607 <&dmac1 0x2b>, <&dmac1 0x2c>;
608 dma-names = "tx", "rx", "tx", "rx";
609 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
610 resets = <&cpg 719>;
611 status = "disabled";
612 };
613
614 scif3: serial@e6ea8000 {
615 compatible = "renesas,scif-r8a7792",
616 "renesas,rcar-gen2-scif", "renesas,scif";
617 reg = <0 0xe6ea8000 0 64>;
618 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
619 clocks = <&cpg CPG_MOD 718>,
620 <&cpg CPG_CORE R8A7792_CLK_ZS>, <&scif_clk>;
621 clock-names = "fck", "brg_int", "scif_clk";
622 dmas = <&dmac0 0x2f>, <&dmac0 0x30>,
623 <&dmac1 0x2f>, <&dmac1 0x30>;
624 dma-names = "tx", "rx", "tx", "rx";
625 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
626 resets = <&cpg 718>;
627 status = "disabled";
628 };
629
630 hscif0: serial@e62c0000 {
631 compatible = "renesas,hscif-r8a7792",
632 "renesas,rcar-gen2-hscif", "renesas,hscif";
633 reg = <0 0xe62c0000 0 96>;
634 interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
635 clocks = <&cpg CPG_MOD 717>,
636 <&cpg CPG_CORE R8A7792_CLK_ZS>, <&scif_clk>;
637 clock-names = "fck", "brg_int", "scif_clk";
638 dmas = <&dmac0 0x39>, <&dmac0 0x3a>,
639 <&dmac1 0x39>, <&dmac1 0x3a>;
640 dma-names = "tx", "rx", "tx", "rx";
641 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
642 resets = <&cpg 717>;
643 status = "disabled";
644 };
645
646 hscif1: serial@e62c8000 {
647 compatible = "renesas,hscif-r8a7792",
648 "renesas,rcar-gen2-hscif", "renesas,hscif";
649 reg = <0 0xe62c8000 0 96>;
650 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
651 clocks = <&cpg CPG_MOD 716>,
652 <&cpg CPG_CORE R8A7792_CLK_ZS>, <&scif_clk>;
653 clock-names = "fck", "brg_int", "scif_clk";
654 dmas = <&dmac0 0x4d>, <&dmac0 0x4e>,
655 <&dmac1 0x4d>, <&dmac1 0x4e>;
656 dma-names = "tx", "rx", "tx", "rx";
657 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
658 resets = <&cpg 716>;
659 status = "disabled";
660 };
661
662 msiof0: spi@e6e20000 {
663 compatible = "renesas,msiof-r8a7792",
664 "renesas,rcar-gen2-msiof";
665 reg = <0 0xe6e20000 0 0x0064>;
666 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
667 clocks = <&cpg CPG_MOD 000>;
668 dmas = <&dmac0 0x51>, <&dmac0 0x52>,
669 <&dmac1 0x51>, <&dmac1 0x52>;
670 dma-names = "tx", "rx", "tx", "rx";
671 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
672 resets = <&cpg 000>;
673 #address-cells = <1>;
674 #size-cells = <0>;
675 status = "disabled";
676 };
677
678 msiof1: spi@e6e10000 {
679 compatible = "renesas,msiof-r8a7792",
680 "renesas,rcar-gen2-msiof";
681 reg = <0 0xe6e10000 0 0x0064>;
682 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
683 clocks = <&cpg CPG_MOD 208>;
684 dmas = <&dmac0 0x55>, <&dmac0 0x56>,
685 <&dmac1 0x55>, <&dmac1 0x56>;
686 dma-names = "tx", "rx", "tx", "rx";
687 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
688 resets = <&cpg 208>;
689 #address-cells = <1>;
690 #size-cells = <0>;
691 status = "disabled";
692 };
693
694 can0: can@e6e80000 {
695 compatible = "renesas,can-r8a7792",
696 "renesas,rcar-gen2-can";
697 reg = <0 0xe6e80000 0 0x1000>;
698 interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
699 clocks = <&cpg CPG_MOD 916>,
700 <&cpg CPG_CORE R8A7792_CLK_RCAN>, <&can_clk>;
701 clock-names = "clkp1", "clkp2", "can_clk";
702 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
703 resets = <&cpg 916>;
704 status = "disabled";
705 };
706
707 can1: can@e6e88000 {
708 compatible = "renesas,can-r8a7792",
709 "renesas,rcar-gen2-can";
710 reg = <0 0xe6e88000 0 0x1000>;
711 interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
712 clocks = <&cpg CPG_MOD 915>,
713 <&cpg CPG_CORE R8A7792_CLK_RCAN>, <&can_clk>;
714 clock-names = "clkp1", "clkp2", "can_clk";
715 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
716 resets = <&cpg 915>;
717 status = "disabled";
718 };
719
720 vin0: video@e6ef0000 {
721 compatible = "renesas,vin-r8a7792",
722 "renesas,rcar-gen2-vin";
723 reg = <0 0xe6ef0000 0 0x1000>;
724 interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
725 clocks = <&cpg CPG_MOD 811>;
726 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
727 resets = <&cpg 811>;
728 status = "disabled";
729 };
730
731 vin1: video@e6ef1000 {
732 compatible = "renesas,vin-r8a7792",
733 "renesas,rcar-gen2-vin";
734 reg = <0 0xe6ef1000 0 0x1000>;
735 interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
736 clocks = <&cpg CPG_MOD 810>;
737 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
738 resets = <&cpg 810>;
739 status = "disabled";
740 };
741
742 vin2: video@e6ef2000 {
743 compatible = "renesas,vin-r8a7792",
744 "renesas,rcar-gen2-vin";
745 reg = <0 0xe6ef2000 0 0x1000>;
746 interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
747 clocks = <&cpg CPG_MOD 809>;
748 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
749 resets = <&cpg 809>;
750 status = "disabled";
751 };
752
753 vin3: video@e6ef3000 {
754 compatible = "renesas,vin-r8a7792",
755 "renesas,rcar-gen2-vin";
756 reg = <0 0xe6ef3000 0 0x1000>;
757 interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
758 clocks = <&cpg CPG_MOD 808>;
759 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
760 resets = <&cpg 808>;
761 status = "disabled";
762 };
763
764 vin4: video@e6ef4000 {
765 compatible = "renesas,vin-r8a7792",
766 "renesas,rcar-gen2-vin";
767 reg = <0 0xe6ef4000 0 0x1000>;
768 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
769 clocks = <&cpg CPG_MOD 805>;
770 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
771 resets = <&cpg 805>;
772 status = "disabled";
773 };
774
775 vin5: video@e6ef5000 {
776 compatible = "renesas,vin-r8a7792",
777 "renesas,rcar-gen2-vin";
778 reg = <0 0xe6ef5000 0 0x1000>;
779 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
780 clocks = <&cpg CPG_MOD 804>;
781 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
782 resets = <&cpg 804>;
783 status = "disabled";
784 };
785
786 sdhi0: mmc@ee100000 {
787 compatible = "renesas,sdhi-r8a7792",
788 "renesas,rcar-gen2-sdhi";
789 reg = <0 0xee100000 0 0x328>;
790 interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>;
791 dmas = <&dmac0 0xcd>, <&dmac0 0xce>,
792 <&dmac1 0xcd>, <&dmac1 0xce>;
793 dma-names = "tx", "rx", "tx", "rx";
794 clocks = <&cpg CPG_MOD 314>;
795 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
796 resets = <&cpg 314>;
797 status = "disabled";
798 };
799
800 gic: interrupt-controller@f1001000 {
801 compatible = "arm,gic-400";
802 #interrupt-cells = <3>;
803 interrupt-controller;
804 reg = <0 0xf1001000 0 0x1000>,
805 <0 0xf1002000 0 0x2000>,
806 <0 0xf1004000 0 0x2000>,
807 <0 0xf1006000 0 0x2000>;
808 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) |
809 IRQ_TYPE_LEVEL_HIGH)>;
810 clocks = <&cpg CPG_MOD 408>;
811 clock-names = "clk";
812 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
813 resets = <&cpg 408>;
814 };
815
816 vsp@fe928000 {
817 compatible = "renesas,vsp1";
818 reg = <0 0xfe928000 0 0x8000>;
819 interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
820 clocks = <&cpg CPG_MOD 131>;
821 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
822 resets = <&cpg 131>;
823 };
824
825 vsp@fe930000 {
826 compatible = "renesas,vsp1";
827 reg = <0 0xfe930000 0 0x8000>;
828 interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
829 clocks = <&cpg CPG_MOD 128>;
830 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
831 resets = <&cpg 128>;
832 };
833
834 vsp@fe938000 {
835 compatible = "renesas,vsp1";
836 reg = <0 0xfe938000 0 0x8000>;
837 interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
838 clocks = <&cpg CPG_MOD 127>;
839 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
840 resets = <&cpg 127>;
841 };
842
843 jpu: jpeg-codec@fe980000 {
844 compatible = "renesas,jpu-r8a7792",
845 "renesas,rcar-gen2-jpu";
846 reg = <0 0xfe980000 0 0x10300>;
847 interrupts = <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
848 clocks = <&cpg CPG_MOD 106>;
849 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
850 resets = <&cpg 106>;
851 };
852
853 du: display@feb00000 {
854 compatible = "renesas,du-r8a7792";
855 reg = <0 0xfeb00000 0 0x40000>;
856 interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
857 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
858 clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>;
859 clock-names = "du.0", "du.1";
860 resets = <&cpg 724>;
861 reset-names = "du.0";
862 status = "disabled";
863
864 ports {
865 #address-cells = <1>;
866 #size-cells = <0>;
867
868 port@0 {
869 reg = <0>;
870 du_out_rgb0: endpoint {
871 };
872 };
873 port@1 {
874 reg = <1>;
875 du_out_rgb1: endpoint {
876 };
877 };
878 };
879 };
880
881 prr: chipid@ff000044 {
882 compatible = "renesas,prr";
883 reg = <0 0xff000044 0 4>;
884 };
885
886 cmt0: timer@ffca0000 {
887 compatible = "renesas,r8a7792-cmt0",
888 "renesas,rcar-gen2-cmt0";
889 reg = <0 0xffca0000 0 0x1004>;
890 interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
891 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
892 clocks = <&cpg CPG_MOD 124>;
893 clock-names = "fck";
894 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
895 resets = <&cpg 124>;
896
897 status = "disabled";
898 };
899
900 cmt1: timer@e6130000 {
901 compatible = "renesas,r8a7792-cmt1",
902 "renesas,rcar-gen2-cmt1";
903 reg = <0 0xe6130000 0 0x1004>;
904 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
905 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
906 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
907 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
908 <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
909 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
910 <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
911 <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
912 clocks = <&cpg CPG_MOD 329>;
913 clock-names = "fck";
914 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
915 resets = <&cpg 329>;
916
917 status = "disabled";
918 };
919 };
920
921 timer {
922 compatible = "arm,armv7-timer";
923 interrupts-extended = <&gic GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
924 <&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
925 <&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
926 <&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
927 };
928};
1/*
2 * Device Tree Source for the r8a7792 SoC
3 *
4 * Copyright (C) 2016 Cogent Embedded Inc.
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
11#include <dt-bindings/clock/r8a7792-clock.h>
12#include <dt-bindings/interrupt-controller/irq.h>
13#include <dt-bindings/interrupt-controller/arm-gic.h>
14#include <dt-bindings/power/r8a7792-sysc.h>
15
16/ {
17 compatible = "renesas,r8a7792";
18 #address-cells = <2>;
19 #size-cells = <2>;
20
21 aliases {
22 i2c0 = &i2c0;
23 i2c1 = &i2c1;
24 i2c2 = &i2c2;
25 i2c3 = &i2c3;
26 i2c4 = &i2c4;
27 i2c5 = &i2c5;
28 spi0 = &qspi;
29 spi1 = &msiof0;
30 spi2 = &msiof1;
31 vin0 = &vin0;
32 vin1 = &vin1;
33 vin2 = &vin2;
34 vin3 = &vin3;
35 vin4 = &vin4;
36 vin5 = &vin5;
37 };
38
39 cpus {
40 #address-cells = <1>;
41 #size-cells = <0>;
42 enable-method = "renesas,apmu";
43
44 cpu0: cpu@0 {
45 device_type = "cpu";
46 compatible = "arm,cortex-a15";
47 reg = <0>;
48 clock-frequency = <1000000000>;
49 clocks = <&cpg_clocks R8A7792_CLK_Z>;
50 power-domains = <&sysc R8A7792_PD_CA15_CPU0>;
51 next-level-cache = <&L2_CA15>;
52 };
53
54 cpu1: cpu@1 {
55 device_type = "cpu";
56 compatible = "arm,cortex-a15";
57 reg = <1>;
58 clock-frequency = <1000000000>;
59 power-domains = <&sysc R8A7792_PD_CA15_CPU1>;
60 next-level-cache = <&L2_CA15>;
61 };
62
63 L2_CA15: cache-controller@0 {
64 compatible = "cache";
65 reg = <0>;
66 cache-unified;
67 cache-level = <2>;
68 power-domains = <&sysc R8A7792_PD_CA15_SCU>;
69 };
70 };
71
72 soc {
73 compatible = "simple-bus";
74 interrupt-parent = <&gic>;
75
76 #address-cells = <2>;
77 #size-cells = <2>;
78 ranges;
79
80 apmu@e6152000 {
81 compatible = "renesas,r8a7792-apmu", "renesas,apmu";
82 reg = <0 0xe6152000 0 0x188>;
83 cpus = <&cpu0 &cpu1>;
84 };
85
86 gic: interrupt-controller@f1001000 {
87 compatible = "arm,gic-400";
88 #interrupt-cells = <3>;
89 interrupt-controller;
90 reg = <0 0xf1001000 0 0x1000>,
91 <0 0xf1002000 0 0x1000>,
92 <0 0xf1004000 0 0x2000>,
93 <0 0xf1006000 0 0x2000>;
94 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) |
95 IRQ_TYPE_LEVEL_HIGH)>;
96 };
97
98 irqc: interrupt-controller@e61c0000 {
99 compatible = "renesas,irqc-r8a7792", "renesas,irqc";
100 #interrupt-cells = <2>;
101 interrupt-controller;
102 reg = <0 0xe61c0000 0 0x200>;
103 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
104 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
105 <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
106 <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
107 clocks = <&mstp4_clks R8A7792_CLK_IRQC>;
108 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
109 };
110
111 timer {
112 compatible = "arm,armv7-timer";
113 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) |
114 IRQ_TYPE_LEVEL_LOW)>,
115 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) |
116 IRQ_TYPE_LEVEL_LOW)>,
117 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) |
118 IRQ_TYPE_LEVEL_LOW)>,
119 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) |
120 IRQ_TYPE_LEVEL_LOW)>;
121 };
122
123 rst: reset-controller@e6160000 {
124 compatible = "renesas,r8a7792-rst";
125 reg = <0 0xe6160000 0 0x0100>;
126 };
127
128 prr: chipid@ff000044 {
129 compatible = "renesas,prr";
130 reg = <0 0xff000044 0 4>;
131 };
132
133 sysc: system-controller@e6180000 {
134 compatible = "renesas,r8a7792-sysc";
135 reg = <0 0xe6180000 0 0x0200>;
136 #power-domain-cells = <1>;
137 };
138
139 pfc: pin-controller@e6060000 {
140 compatible = "renesas,pfc-r8a7792";
141 reg = <0 0xe6060000 0 0x144>;
142 };
143
144 gpio0: gpio@e6050000 {
145 compatible = "renesas,gpio-r8a7792",
146 "renesas,gpio-rcar";
147 reg = <0 0xe6050000 0 0x50>;
148 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
149 #gpio-cells = <2>;
150 gpio-controller;
151 gpio-ranges = <&pfc 0 0 29>;
152 #interrupt-cells = <2>;
153 interrupt-controller;
154 clocks = <&mstp9_clks R8A7792_CLK_GPIO0>;
155 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
156 };
157
158 gpio1: gpio@e6051000 {
159 compatible = "renesas,gpio-r8a7792",
160 "renesas,gpio-rcar";
161 reg = <0 0xe6051000 0 0x50>;
162 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
163 #gpio-cells = <2>;
164 gpio-controller;
165 gpio-ranges = <&pfc 0 32 23>;
166 #interrupt-cells = <2>;
167 interrupt-controller;
168 clocks = <&mstp9_clks R8A7792_CLK_GPIO1>;
169 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
170 };
171
172 gpio2: gpio@e6052000 {
173 compatible = "renesas,gpio-r8a7792",
174 "renesas,gpio-rcar";
175 reg = <0 0xe6052000 0 0x50>;
176 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
177 #gpio-cells = <2>;
178 gpio-controller;
179 gpio-ranges = <&pfc 0 64 32>;
180 #interrupt-cells = <2>;
181 interrupt-controller;
182 clocks = <&mstp9_clks R8A7792_CLK_GPIO2>;
183 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
184 };
185
186 gpio3: gpio@e6053000 {
187 compatible = "renesas,gpio-r8a7792",
188 "renesas,gpio-rcar";
189 reg = <0 0xe6053000 0 0x50>;
190 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
191 #gpio-cells = <2>;
192 gpio-controller;
193 gpio-ranges = <&pfc 0 96 28>;
194 #interrupt-cells = <2>;
195 interrupt-controller;
196 clocks = <&mstp9_clks R8A7792_CLK_GPIO3>;
197 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
198 };
199
200 gpio4: gpio@e6054000 {
201 compatible = "renesas,gpio-r8a7792",
202 "renesas,gpio-rcar";
203 reg = <0 0xe6054000 0 0x50>;
204 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
205 #gpio-cells = <2>;
206 gpio-controller;
207 gpio-ranges = <&pfc 0 128 17>;
208 #interrupt-cells = <2>;
209 interrupt-controller;
210 clocks = <&mstp9_clks R8A7792_CLK_GPIO4>;
211 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
212 };
213
214 gpio5: gpio@e6055000 {
215 compatible = "renesas,gpio-r8a7792",
216 "renesas,gpio-rcar";
217 reg = <0 0xe6055000 0 0x50>;
218 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
219 #gpio-cells = <2>;
220 gpio-controller;
221 gpio-ranges = <&pfc 0 160 17>;
222 #interrupt-cells = <2>;
223 interrupt-controller;
224 clocks = <&mstp9_clks R8A7792_CLK_GPIO5>;
225 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
226 };
227
228 gpio6: gpio@e6055100 {
229 compatible = "renesas,gpio-r8a7792",
230 "renesas,gpio-rcar";
231 reg = <0 0xe6055100 0 0x50>;
232 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
233 #gpio-cells = <2>;
234 gpio-controller;
235 gpio-ranges = <&pfc 0 192 17>;
236 #interrupt-cells = <2>;
237 interrupt-controller;
238 clocks = <&mstp9_clks R8A7792_CLK_GPIO6>;
239 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
240 };
241
242 gpio7: gpio@e6055200 {
243 compatible = "renesas,gpio-r8a7792",
244 "renesas,gpio-rcar";
245 reg = <0 0xe6055200 0 0x50>;
246 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
247 #gpio-cells = <2>;
248 gpio-controller;
249 gpio-ranges = <&pfc 0 224 17>;
250 #interrupt-cells = <2>;
251 interrupt-controller;
252 clocks = <&mstp9_clks R8A7792_CLK_GPIO7>;
253 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
254 };
255
256 gpio8: gpio@e6055300 {
257 compatible = "renesas,gpio-r8a7792",
258 "renesas,gpio-rcar";
259 reg = <0 0xe6055300 0 0x50>;
260 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
261 #gpio-cells = <2>;
262 gpio-controller;
263 gpio-ranges = <&pfc 0 256 17>;
264 #interrupt-cells = <2>;
265 interrupt-controller;
266 clocks = <&mstp9_clks R8A7792_CLK_GPIO8>;
267 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
268 };
269
270 gpio9: gpio@e6055400 {
271 compatible = "renesas,gpio-r8a7792",
272 "renesas,gpio-rcar";
273 reg = <0 0xe6055400 0 0x50>;
274 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
275 #gpio-cells = <2>;
276 gpio-controller;
277 gpio-ranges = <&pfc 0 288 17>;
278 #interrupt-cells = <2>;
279 interrupt-controller;
280 clocks = <&mstp9_clks R8A7792_CLK_GPIO9>;
281 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
282 };
283
284 gpio10: gpio@e6055500 {
285 compatible = "renesas,gpio-r8a7792",
286 "renesas,gpio-rcar";
287 reg = <0 0xe6055500 0 0x50>;
288 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
289 #gpio-cells = <2>;
290 gpio-controller;
291 gpio-ranges = <&pfc 0 320 32>;
292 #interrupt-cells = <2>;
293 interrupt-controller;
294 clocks = <&mstp9_clks R8A7792_CLK_GPIO10>;
295 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
296 };
297
298 gpio11: gpio@e6055600 {
299 compatible = "renesas,gpio-r8a7792",
300 "renesas,gpio-rcar";
301 reg = <0 0xe6055600 0 0x50>;
302 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
303 #gpio-cells = <2>;
304 gpio-controller;
305 gpio-ranges = <&pfc 0 352 30>;
306 #interrupt-cells = <2>;
307 interrupt-controller;
308 clocks = <&mstp9_clks R8A7792_CLK_GPIO11>;
309 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
310 };
311
312 dmac0: dma-controller@e6700000 {
313 compatible = "renesas,dmac-r8a7792",
314 "renesas,rcar-dmac";
315 reg = <0 0xe6700000 0 0x20000>;
316 interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH
317 GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH
318 GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH
319 GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH
320 GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH
321 GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH
322 GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH
323 GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH
324 GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH
325 GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH
326 GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH
327 GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH
328 GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH
329 GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH
330 GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH
331 GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>;
332 interrupt-names = "error",
333 "ch0", "ch1", "ch2", "ch3",
334 "ch4", "ch5", "ch6", "ch7",
335 "ch8", "ch9", "ch10", "ch11",
336 "ch12", "ch13", "ch14";
337 clocks = <&mstp2_clks R8A7792_CLK_SYS_DMAC0>;
338 clock-names = "fck";
339 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
340 #dma-cells = <1>;
341 dma-channels = <15>;
342 };
343
344 dmac1: dma-controller@e6720000 {
345 compatible = "renesas,dmac-r8a7792",
346 "renesas,rcar-dmac";
347 reg = <0 0xe6720000 0 0x20000>;
348 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH
349 GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH
350 GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH
351 GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH
352 GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH
353 GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH
354 GIC_SPI 309 IRQ_TYPE_LEVEL_HIGH
355 GIC_SPI 310 IRQ_TYPE_LEVEL_HIGH
356 GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH
357 GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH
358 GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH
359 GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH
360 GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH
361 GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH
362 GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH
363 GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>;
364 interrupt-names = "error",
365 "ch0", "ch1", "ch2", "ch3",
366 "ch4", "ch5", "ch6", "ch7",
367 "ch8", "ch9", "ch10", "ch11",
368 "ch12", "ch13", "ch14";
369 clocks = <&mstp2_clks R8A7792_CLK_SYS_DMAC1>;
370 clock-names = "fck";
371 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
372 #dma-cells = <1>;
373 dma-channels = <15>;
374 };
375
376 scif0: serial@e6e60000 {
377 compatible = "renesas,scif-r8a7792",
378 "renesas,rcar-gen2-scif", "renesas,scif";
379 reg = <0 0xe6e60000 0 64>;
380 interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
381 clocks = <&mstp7_clks R8A7792_CLK_SCIF0>, <&zs_clk>,
382 <&scif_clk>;
383 clock-names = "fck", "brg_int", "scif_clk";
384 dmas = <&dmac0 0x29>, <&dmac0 0x2a>,
385 <&dmac1 0x29>, <&dmac1 0x2a>;
386 dma-names = "tx", "rx", "tx", "rx";
387 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
388 status = "disabled";
389 };
390
391 scif1: serial@e6e68000 {
392 compatible = "renesas,scif-r8a7792",
393 "renesas,rcar-gen2-scif", "renesas,scif";
394 reg = <0 0xe6e68000 0 64>;
395 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
396 clocks = <&mstp7_clks R8A7792_CLK_SCIF1>, <&zs_clk>,
397 <&scif_clk>;
398 clock-names = "fck", "brg_int", "scif_clk";
399 dmas = <&dmac0 0x2d>, <&dmac0 0x2e>,
400 <&dmac1 0x2d>, <&dmac1 0x2e>;
401 dma-names = "tx", "rx", "tx", "rx";
402 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
403 status = "disabled";
404 };
405
406 scif2: serial@e6e58000 {
407 compatible = "renesas,scif-r8a7792",
408 "renesas,rcar-gen2-scif", "renesas,scif";
409 reg = <0 0xe6e58000 0 64>;
410 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
411 clocks = <&mstp7_clks R8A7792_CLK_SCIF2>, <&zs_clk>,
412 <&scif_clk>;
413 clock-names = "fck", "brg_int", "scif_clk";
414 dmas = <&dmac0 0x2b>, <&dmac0 0x2c>,
415 <&dmac1 0x2b>, <&dmac1 0x2c>;
416 dma-names = "tx", "rx", "tx", "rx";
417 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
418 status = "disabled";
419 };
420
421 scif3: serial@e6ea8000 {
422 compatible = "renesas,scif-r8a7792",
423 "renesas,rcar-gen2-scif", "renesas,scif";
424 reg = <0 0xe6ea8000 0 64>;
425 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
426 clocks = <&mstp7_clks R8A7792_CLK_SCIF3>, <&zs_clk>,
427 <&scif_clk>;
428 clock-names = "fck", "brg_int", "scif_clk";
429 dmas = <&dmac0 0x2f>, <&dmac0 0x30>,
430 <&dmac1 0x2f>, <&dmac1 0x30>;
431 dma-names = "tx", "rx", "tx", "rx";
432 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
433 status = "disabled";
434 };
435
436 hscif0: serial@e62c0000 {
437 compatible = "renesas,hscif-r8a7792",
438 "renesas,rcar-gen2-hscif", "renesas,hscif";
439 reg = <0 0xe62c0000 0 96>;
440 interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
441 clocks = <&mstp7_clks R8A7792_CLK_HSCIF0>, <&zs_clk>,
442 <&scif_clk>;
443 clock-names = "fck", "brg_int", "scif_clk";
444 dmas = <&dmac0 0x39>, <&dmac0 0x3a>,
445 <&dmac1 0x39>, <&dmac1 0x3a>;
446 dma-names = "tx", "rx", "tx", "rx";
447 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
448 status = "disabled";
449 };
450
451 hscif1: serial@e62c8000 {
452 compatible = "renesas,hscif-r8a7792",
453 "renesas,rcar-gen2-hscif", "renesas,hscif";
454 reg = <0 0xe62c8000 0 96>;
455 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
456 clocks = <&mstp7_clks R8A7792_CLK_HSCIF1>, <&zs_clk>,
457 <&scif_clk>;
458 clock-names = "fck", "brg_int", "scif_clk";
459 dmas = <&dmac0 0x4d>, <&dmac0 0x4e>,
460 <&dmac1 0x4d>, <&dmac1 0x4e>;
461 dma-names = "tx", "rx", "tx", "rx";
462 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
463 status = "disabled";
464 };
465
466 sdhi0: sd@ee100000 {
467 compatible = "renesas,sdhi-r8a7792";
468 reg = <0 0xee100000 0 0x328>;
469 interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>;
470 dmas = <&dmac0 0xcd>, <&dmac0 0xce>,
471 <&dmac1 0xcd>, <&dmac1 0xce>;
472 dma-names = "tx", "rx", "tx", "rx";
473 clocks = <&mstp3_clks R8A7792_CLK_SDHI0>;
474 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
475 status = "disabled";
476 };
477
478 jpu: jpeg-codec@fe980000 {
479 compatible = "renesas,jpu-r8a7792",
480 "renesas,rcar-gen2-jpu";
481 reg = <0 0xfe980000 0 0x10300>;
482 interrupts = <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
483 clocks = <&mstp1_clks R8A7792_CLK_JPU>;
484 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
485 };
486
487 avb: ethernet@e6800000 {
488 compatible = "renesas,etheravb-r8a7792",
489 "renesas,etheravb-rcar-gen2";
490 reg = <0 0xe6800000 0 0x800>, <0 0xee0e8000 0 0x4000>;
491 interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
492 clocks = <&mstp8_clks R8A7792_CLK_ETHERAVB>;
493 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
494 #address-cells = <1>;
495 #size-cells = <0>;
496 status = "disabled";
497 };
498
499 /* I2C doesn't need pinmux */
500 i2c0: i2c@e6508000 {
501 compatible = "renesas,i2c-r8a7792";
502 reg = <0 0xe6508000 0 0x40>;
503 interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>;
504 clocks = <&mstp9_clks R8A7792_CLK_I2C0>;
505 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
506 i2c-scl-internal-delay-ns = <6>;
507 #address-cells = <1>;
508 #size-cells = <0>;
509 status = "disabled";
510 };
511
512 i2c1: i2c@e6518000 {
513 compatible = "renesas,i2c-r8a7792";
514 reg = <0 0xe6518000 0 0x40>;
515 interrupts = <GIC_SPI 288 IRQ_TYPE_LEVEL_HIGH>;
516 clocks = <&mstp9_clks R8A7792_CLK_I2C1>;
517 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
518 i2c-scl-internal-delay-ns = <6>;
519 #address-cells = <1>;
520 #size-cells = <0>;
521 status = "disabled";
522 };
523
524 i2c2: i2c@e6530000 {
525 compatible = "renesas,i2c-r8a7792";
526 reg = <0 0xe6530000 0 0x40>;
527 interrupts = <GIC_SPI 286 IRQ_TYPE_LEVEL_HIGH>;
528 clocks = <&mstp9_clks R8A7792_CLK_I2C2>;
529 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
530 i2c-scl-internal-delay-ns = <6>;
531 #address-cells = <1>;
532 #size-cells = <0>;
533 status = "disabled";
534 };
535
536 i2c3: i2c@e6540000 {
537 compatible = "renesas,i2c-r8a7792";
538 reg = <0 0xe6540000 0 0x40>;
539 interrupts = <GIC_SPI 290 IRQ_TYPE_LEVEL_HIGH>;
540 clocks = <&mstp9_clks R8A7792_CLK_I2C3>;
541 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
542 i2c-scl-internal-delay-ns = <6>;
543 #address-cells = <1>;
544 #size-cells = <0>;
545 status = "disabled";
546 };
547
548 i2c4: i2c@e6520000 {
549 compatible = "renesas,i2c-r8a7792";
550 reg = <0 0xe6520000 0 0x40>;
551 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
552 clocks = <&mstp9_clks R8A7792_CLK_I2C4>;
553 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
554 i2c-scl-internal-delay-ns = <6>;
555 #address-cells = <1>;
556 #size-cells = <0>;
557 status = "disabled";
558 };
559
560 i2c5: i2c@e6528000 {
561 compatible = "renesas,i2c-r8a7792";
562 reg = <0 0xe6528000 0 0x40>;
563 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
564 clocks = <&mstp9_clks R8A7792_CLK_I2C5>;
565 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
566 i2c-scl-internal-delay-ns = <110>;
567 #address-cells = <1>;
568 #size-cells = <0>;
569 status = "disabled";
570 };
571
572 qspi: spi@e6b10000 {
573 compatible = "renesas,qspi-r8a7792", "renesas,qspi";
574 reg = <0 0xe6b10000 0 0x2c>;
575 interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
576 clocks = <&mstp9_clks R8A7792_CLK_QSPI_MOD>;
577 dmas = <&dmac0 0x17>, <&dmac0 0x18>,
578 <&dmac1 0x17>, <&dmac1 0x18>;
579 dma-names = "tx", "rx", "tx", "rx";
580 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
581 num-cs = <1>;
582 #address-cells = <1>;
583 #size-cells = <0>;
584 status = "disabled";
585 };
586
587 msiof0: spi@e6e20000 {
588 compatible = "renesas,msiof-r8a7792";
589 reg = <0 0xe6e20000 0 0x0064>;
590 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
591 clocks = <&mstp0_clks R8A7792_CLK_MSIOF0>;
592 dmas = <&dmac0 0x51>, <&dmac0 0x52>,
593 <&dmac1 0x51>, <&dmac1 0x52>;
594 dma-names = "tx", "rx", "tx", "rx";
595 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
596 #address-cells = <1>;
597 #size-cells = <0>;
598 status = "disabled";
599 };
600
601 msiof1: spi@e6e10000 {
602 compatible = "renesas,msiof-r8a7792";
603 reg = <0 0xe6e10000 0 0x0064>;
604 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
605 clocks = <&mstp2_clks R8A7792_CLK_MSIOF1>;
606 dmas = <&dmac0 0x55>, <&dmac0 0x56>,
607 <&dmac1 0x55>, <&dmac1 0x56>;
608 dma-names = "tx", "rx", "tx", "rx";
609 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
610 #address-cells = <1>;
611 #size-cells = <0>;
612 status = "disabled";
613 };
614
615 du: display@feb00000 {
616 compatible = "renesas,du-r8a7792";
617 reg = <0 0xfeb00000 0 0x40000>;
618 reg-names = "du";
619 interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
620 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
621 clocks = <&mstp7_clks R8A7792_CLK_DU0>,
622 <&mstp7_clks R8A7792_CLK_DU1>;
623 clock-names = "du.0", "du.1";
624 status = "disabled";
625
626 ports {
627 #address-cells = <1>;
628 #size-cells = <0>;
629
630 port@0 {
631 reg = <0>;
632 du_out_rgb0: endpoint {
633 };
634 };
635 port@1 {
636 reg = <1>;
637 du_out_rgb1: endpoint {
638 };
639 };
640 };
641 };
642
643 can0: can@e6e80000 {
644 compatible = "renesas,can-r8a7792",
645 "renesas,rcar-gen2-can";
646 reg = <0 0xe6e80000 0 0x1000>;
647 interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
648 clocks = <&mstp9_clks R8A7792_CLK_CAN0>,
649 <&rcan_clk>, <&can_clk>;
650 clock-names = "clkp1", "clkp2", "can_clk";
651 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
652 status = "disabled";
653 };
654
655 can1: can@e6e88000 {
656 compatible = "renesas,can-r8a7792",
657 "renesas,rcar-gen2-can";
658 reg = <0 0xe6e88000 0 0x1000>;
659 interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
660 clocks = <&mstp9_clks R8A7792_CLK_CAN1>,
661 <&rcan_clk>, <&can_clk>;
662 clock-names = "clkp1", "clkp2", "can_clk";
663 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
664 status = "disabled";
665 };
666
667 vin0: video@e6ef0000 {
668 compatible = "renesas,vin-r8a7792",
669 "renesas,rcar-gen2-vin";
670 reg = <0 0xe6ef0000 0 0x1000>;
671 interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
672 clocks = <&mstp8_clks R8A7792_CLK_VIN0>;
673 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
674 status = "disabled";
675 };
676
677 vin1: video@e6ef1000 {
678 compatible = "renesas,vin-r8a7792",
679 "renesas,rcar-gen2-vin";
680 reg = <0 0xe6ef1000 0 0x1000>;
681 interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
682 clocks = <&mstp8_clks R8A7792_CLK_VIN1>;
683 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
684 status = "disabled";
685 };
686
687 vin2: video@e6ef2000 {
688 compatible = "renesas,vin-r8a7792",
689 "renesas,rcar-gen2-vin";
690 reg = <0 0xe6ef2000 0 0x1000>;
691 interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
692 clocks = <&mstp8_clks R8A7792_CLK_VIN2>;
693 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
694 status = "disabled";
695 };
696
697 vin3: video@e6ef3000 {
698 compatible = "renesas,vin-r8a7792",
699 "renesas,rcar-gen2-vin";
700 reg = <0 0xe6ef3000 0 0x1000>;
701 interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
702 clocks = <&mstp8_clks R8A7792_CLK_VIN3>;
703 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
704 status = "disabled";
705 };
706
707 vin4: video@e6ef4000 {
708 compatible = "renesas,vin-r8a7792",
709 "renesas,rcar-gen2-vin";
710 reg = <0 0xe6ef4000 0 0x1000>;
711 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
712 clocks = <&mstp8_clks R8A7792_CLK_VIN4>;
713 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
714 status = "disabled";
715 };
716
717 vin5: video@e6ef5000 {
718 compatible = "renesas,vin-r8a7792",
719 "renesas,rcar-gen2-vin";
720 reg = <0 0xe6ef5000 0 0x1000>;
721 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
722 clocks = <&mstp8_clks R8A7792_CLK_VIN5>;
723 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
724 status = "disabled";
725 };
726
727 vsp1@fe928000 {
728 compatible = "renesas,vsp1";
729 reg = <0 0xfe928000 0 0x8000>;
730 interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
731 clocks = <&mstp1_clks R8A7792_CLK_VSP1_SY>;
732 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
733 };
734
735 vsp1@fe930000 {
736 compatible = "renesas,vsp1";
737 reg = <0 0xfe930000 0 0x8000>;
738 interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
739 clocks = <&mstp1_clks R8A7792_CLK_VSP1DU0>;
740 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
741 };
742
743 vsp1@fe938000 {
744 compatible = "renesas,vsp1";
745 reg = <0 0xfe938000 0 0x8000>;
746 interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
747 clocks = <&mstp1_clks R8A7792_CLK_VSP1DU1>;
748 power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
749 };
750
751 /* Special CPG clocks */
752 cpg_clocks: cpg_clocks@e6150000 {
753 compatible = "renesas,r8a7792-cpg-clocks",
754 "renesas,rcar-gen2-cpg-clocks";
755 reg = <0 0xe6150000 0 0x1000>;
756 clocks = <&extal_clk>;
757 #clock-cells = <1>;
758 clock-output-names = "main", "pll0", "pll1", "pll3",
759 "lb", "qspi", "z";
760 #power-domain-cells = <0>;
761 };
762
763 /* Fixed factor clocks */
764 pll1_div2_clk: pll1_div2 {
765 compatible = "fixed-factor-clock";
766 clocks = <&cpg_clocks R8A7792_CLK_PLL1>;
767 #clock-cells = <0>;
768 clock-div = <2>;
769 clock-mult = <1>;
770 };
771 zx_clk: zx {
772 compatible = "fixed-factor-clock";
773 clocks = <&cpg_clocks R8A7792_CLK_PLL1>;
774 #clock-cells = <0>;
775 clock-div = <3>;
776 clock-mult = <1>;
777 };
778 zs_clk: zs {
779 compatible = "fixed-factor-clock";
780 clocks = <&cpg_clocks R8A7792_CLK_PLL1>;
781 #clock-cells = <0>;
782 clock-div = <6>;
783 clock-mult = <1>;
784 };
785 hp_clk: hp {
786 compatible = "fixed-factor-clock";
787 clocks = <&cpg_clocks R8A7792_CLK_PLL1>;
788 #clock-cells = <0>;
789 clock-div = <12>;
790 clock-mult = <1>;
791 };
792 p_clk: p {
793 compatible = "fixed-factor-clock";
794 clocks = <&cpg_clocks R8A7792_CLK_PLL1>;
795 #clock-cells = <0>;
796 clock-div = <24>;
797 clock-mult = <1>;
798 };
799 cp_clk: cp {
800 compatible = "fixed-factor-clock";
801 clocks = <&cpg_clocks R8A7792_CLK_PLL1>;
802 #clock-cells = <0>;
803 clock-div = <48>;
804 clock-mult = <1>;
805 };
806 mp_clk: mp {
807 compatible = "fixed-factor-clock";
808 clocks = <&pll1_div2_clk>;
809 #clock-cells = <0>;
810 clock-div = <15>;
811 clock-mult = <1>;
812 };
813 m2_clk: m2 {
814 compatible = "fixed-factor-clock";
815 clocks = <&cpg_clocks R8A7792_CLK_PLL1>;
816 #clock-cells = <0>;
817 clock-div = <8>;
818 clock-mult = <1>;
819 };
820 sd_clk: sd {
821 compatible = "fixed-factor-clock";
822 clocks = <&pll1_div2_clk>;
823 #clock-cells = <0>;
824 clock-div = <8>;
825 clock-mult = <1>;
826 };
827 rcan_clk: rcan {
828 compatible = "fixed-factor-clock";
829 clocks = <&pll1_div2_clk>;
830 #clock-cells = <0>;
831 clock-div = <49>;
832 clock-mult = <1>;
833 };
834 zg_clk: zg {
835 compatible = "fixed-factor-clock";
836 clocks = <&cpg_clocks R8A7792_CLK_PLL1>;
837 #clock-cells = <0>;
838 clock-div = <5>;
839 clock-mult = <1>;
840 };
841
842 /* Gate clocks */
843 mstp0_clks: mstp0_clks@e6150130 {
844 compatible = "renesas,r8a7792-mstp-clocks",
845 "renesas,cpg-mstp-clocks";
846 reg = <0 0xe6150130 0 4>, <0 0xe6150030 0 4>;
847 clocks = <&mp_clk>;
848 #clock-cells = <1>;
849 clock-indices = <R8A7792_CLK_MSIOF0>;
850 clock-output-names = "msiof0";
851 };
852 mstp1_clks: mstp1_clks@e6150134 {
853 compatible = "renesas,r8a7792-mstp-clocks",
854 "renesas,cpg-mstp-clocks";
855 reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>;
856 clocks = <&m2_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>;
857 #clock-cells = <1>;
858 clock-indices = <
859 R8A7792_CLK_JPU
860 R8A7792_CLK_VSP1DU1 R8A7792_CLK_VSP1DU0
861 R8A7792_CLK_VSP1_SY
862 >;
863 clock-output-names = "jpu", "vsp1du1", "vsp1du0",
864 "vsp1-sy";
865 };
866 mstp2_clks: mstp2_clks@e6150138 {
867 compatible = "renesas,r8a7792-mstp-clocks",
868 "renesas,cpg-mstp-clocks";
869 reg = <0 0xe6150138 0 4>, <0 0xe6150040 0 4>;
870 clocks = <&mp_clk>, <&zs_clk>, <&zs_clk>;
871 #clock-cells = <1>;
872 clock-indices = <
873 R8A7792_CLK_MSIOF1
874 R8A7792_CLK_SYS_DMAC1 R8A7792_CLK_SYS_DMAC0
875 >;
876 clock-output-names = "msiof1", "sys-dmac1", "sys-dmac0";
877 };
878 mstp3_clks: mstp3_clks@e615013c {
879 compatible = "renesas,r8a7792-mstp-clocks",
880 "renesas,cpg-mstp-clocks";
881 reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
882 clocks = <&sd_clk>;
883 #clock-cells = <1>;
884 renesas,clock-indices = <R8A7792_CLK_SDHI0>;
885 clock-output-names = "sdhi0";
886 };
887 mstp4_clks: mstp4_clks@e6150140 {
888 compatible = "renesas,r8a7792-mstp-clocks",
889 "renesas,cpg-mstp-clocks";
890 reg = <0 0xe6150140 0 4>, <0 0xe615004c 0 4>;
891 clocks = <&cp_clk>;
892 #clock-cells = <1>;
893 clock-indices = <R8A7792_CLK_IRQC>;
894 clock-output-names = "irqc";
895 };
896 mstp7_clks: mstp7_clks@e615014c {
897 compatible = "renesas,r8a7792-mstp-clocks",
898 "renesas,cpg-mstp-clocks";
899 reg = <0 0xe615014c 0 4>, <0 0xe61501c4 0 4>;
900 clocks = <&zs_clk>, <&zs_clk>, <&p_clk>, <&p_clk>,
901 <&p_clk>, <&p_clk>, <&zx_clk>, <&zx_clk>;
902 #clock-cells = <1>;
903 clock-indices = <
904 R8A7792_CLK_HSCIF1 R8A7792_CLK_HSCIF0
905 R8A7792_CLK_SCIF3 R8A7792_CLK_SCIF2
906 R8A7792_CLK_SCIF1 R8A7792_CLK_SCIF0
907 R8A7792_CLK_DU1 R8A7792_CLK_DU0
908 >;
909 clock-output-names = "hscif1", "hscif0", "scif3",
910 "scif2", "scif1", "scif0",
911 "du1", "du0";
912 };
913 mstp8_clks: mstp8_clks@e6150990 {
914 compatible = "renesas,r8a7792-mstp-clocks",
915 "renesas,cpg-mstp-clocks";
916 reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
917 clocks = <&zg_clk>, <&zg_clk>, <&zg_clk>, <&zg_clk>,
918 <&zg_clk>, <&zg_clk>, <&hp_clk>;
919 #clock-cells = <1>;
920 clock-indices = <
921 R8A7792_CLK_VIN5 R8A7792_CLK_VIN4
922 R8A7792_CLK_VIN3 R8A7792_CLK_VIN2
923 R8A7792_CLK_VIN1 R8A7792_CLK_VIN0
924 R8A7792_CLK_ETHERAVB
925 >;
926 clock-output-names = "vin5", "vin4", "vin3", "vin2",
927 "vin1", "vin0", "etheravb";
928 };
929 mstp9_clks: mstp9_clks@e6150994 {
930 compatible = "renesas,r8a7792-mstp-clocks",
931 "renesas,cpg-mstp-clocks";
932 reg = <0 0xe6150994 0 4>, <0 0xe61509a4 0 4>;
933 clocks = <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>,
934 <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>,
935 <&cp_clk>, <&cp_clk>, <&p_clk>, <&p_clk>,
936 <&cpg_clocks R8A7792_CLK_QSPI>,
937 <&cp_clk>, <&cp_clk>, <&hp_clk>, <&hp_clk>,
938 <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>;
939 #clock-cells = <1>;
940 clock-indices = <
941 R8A7792_CLK_GPIO7 R8A7792_CLK_GPIO6
942 R8A7792_CLK_GPIO5 R8A7792_CLK_GPIO4
943 R8A7792_CLK_GPIO3 R8A7792_CLK_GPIO2
944 R8A7792_CLK_GPIO1 R8A7792_CLK_GPIO0
945 R8A7792_CLK_GPIO11 R8A7792_CLK_GPIO10
946 R8A7792_CLK_CAN1 R8A7792_CLK_CAN0
947 R8A7792_CLK_QSPI_MOD
948 R8A7792_CLK_GPIO9 R8A7792_CLK_GPIO8
949 R8A7792_CLK_I2C5 R8A7792_CLK_I2C4
950 R8A7792_CLK_I2C3 R8A7792_CLK_I2C2
951 R8A7792_CLK_I2C1 R8A7792_CLK_I2C0
952 >;
953 clock-output-names =
954 "gpio7", "gpio6", "gpio5", "gpio4",
955 "gpio3", "gpio2", "gpio1", "gpio0",
956 "gpio11", "gpio10", "can1", "can0",
957 "qspi_mod", "gpio9", "gpio8",
958 "i2c5", "i2c4", "i2c3", "i2c2",
959 "i2c1", "i2c0";
960 };
961 };
962
963 /* External root clock */
964 extal_clk: extal {
965 compatible = "fixed-clock";
966 #clock-cells = <0>;
967 /* This value must be overridden by the board. */
968 clock-frequency = <0>;
969 };
970
971 /* External SCIF clock */
972 scif_clk: scif {
973 compatible = "fixed-clock";
974 #clock-cells = <0>;
975 /* This value must be overridden by the board. */
976 clock-frequency = <0>;
977 };
978
979 /* External CAN clock */
980 can_clk: can {
981 compatible = "fixed-clock";
982 #clock-cells = <0>;
983 /* This value must be overridden by the board. */
984 clock-frequency = <0>;
985 };
986};