1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Device Tree Source for the R-Car M2-N (R8A77930) SoC
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright (C) 2014-2015 Renesas Electronics Corporation
6*f126890aSEmmanuel Vadot */
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot#include <dt-bindings/clock/r8a7793-cpg-mssr.h>
9*f126890aSEmmanuel Vadot#include <dt-bindings/interrupt-controller/arm-gic.h>
10*f126890aSEmmanuel Vadot#include <dt-bindings/interrupt-controller/irq.h>
11*f126890aSEmmanuel Vadot#include <dt-bindings/power/r8a7793-sysc.h>
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot/ {
14*f126890aSEmmanuel Vadot	compatible = "renesas,r8a7793";
15*f126890aSEmmanuel Vadot	#address-cells = <2>;
16*f126890aSEmmanuel Vadot	#size-cells = <2>;
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot	aliases {
19*f126890aSEmmanuel Vadot		i2c0 = &i2c0;
20*f126890aSEmmanuel Vadot		i2c1 = &i2c1;
21*f126890aSEmmanuel Vadot		i2c2 = &i2c2;
22*f126890aSEmmanuel Vadot		i2c3 = &i2c3;
23*f126890aSEmmanuel Vadot		i2c4 = &i2c4;
24*f126890aSEmmanuel Vadot		i2c5 = &i2c5;
25*f126890aSEmmanuel Vadot		i2c6 = &i2c6;
26*f126890aSEmmanuel Vadot		i2c7 = &i2c7;
27*f126890aSEmmanuel Vadot		i2c8 = &i2c8;
28*f126890aSEmmanuel Vadot		spi0 = &qspi;
29*f126890aSEmmanuel Vadot	};
30*f126890aSEmmanuel Vadot
31*f126890aSEmmanuel Vadot	/*
32*f126890aSEmmanuel Vadot	 * The external audio clocks are configured as 0 Hz fixed frequency
33*f126890aSEmmanuel Vadot	 * clocks by default.
34*f126890aSEmmanuel Vadot	 * Boards that provide audio clocks should override them.
35*f126890aSEmmanuel Vadot	 */
36*f126890aSEmmanuel Vadot	audio_clk_a: audio_clk_a {
37*f126890aSEmmanuel Vadot		compatible = "fixed-clock";
38*f126890aSEmmanuel Vadot		#clock-cells = <0>;
39*f126890aSEmmanuel Vadot		clock-frequency = <0>;
40*f126890aSEmmanuel Vadot	};
41*f126890aSEmmanuel Vadot	audio_clk_b: audio_clk_b {
42*f126890aSEmmanuel Vadot		compatible = "fixed-clock";
43*f126890aSEmmanuel Vadot		#clock-cells = <0>;
44*f126890aSEmmanuel Vadot		clock-frequency = <0>;
45*f126890aSEmmanuel Vadot	};
46*f126890aSEmmanuel Vadot	audio_clk_c: audio_clk_c {
47*f126890aSEmmanuel Vadot		compatible = "fixed-clock";
48*f126890aSEmmanuel Vadot		#clock-cells = <0>;
49*f126890aSEmmanuel Vadot		clock-frequency = <0>;
50*f126890aSEmmanuel Vadot	};
51*f126890aSEmmanuel Vadot
52*f126890aSEmmanuel Vadot	/* External CAN clock */
53*f126890aSEmmanuel Vadot	can_clk: can {
54*f126890aSEmmanuel Vadot		compatible = "fixed-clock";
55*f126890aSEmmanuel Vadot		#clock-cells = <0>;
56*f126890aSEmmanuel Vadot		/* This value must be overridden by the board. */
57*f126890aSEmmanuel Vadot		clock-frequency = <0>;
58*f126890aSEmmanuel Vadot	};
59*f126890aSEmmanuel Vadot
60*f126890aSEmmanuel Vadot	cpus {
61*f126890aSEmmanuel Vadot		#address-cells = <1>;
62*f126890aSEmmanuel Vadot		#size-cells = <0>;
63*f126890aSEmmanuel Vadot
64*f126890aSEmmanuel Vadot		cpu0: cpu@0 {
65*f126890aSEmmanuel Vadot			device_type = "cpu";
66*f126890aSEmmanuel Vadot			compatible = "arm,cortex-a15";
67*f126890aSEmmanuel Vadot			reg = <0>;
68*f126890aSEmmanuel Vadot			clock-frequency = <1500000000>;
69*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_CORE R8A7793_CLK_Z>;
70*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_CA15_CPU0>;
71*f126890aSEmmanuel Vadot			enable-method = "renesas,apmu";
72*f126890aSEmmanuel Vadot			voltage-tolerance = <1>; /* 1% */
73*f126890aSEmmanuel Vadot			clock-latency = <300000>; /* 300 us */
74*f126890aSEmmanuel Vadot
75*f126890aSEmmanuel Vadot			/* kHz - uV - OPPs unknown yet */
76*f126890aSEmmanuel Vadot			operating-points = <1500000 1000000>,
77*f126890aSEmmanuel Vadot					   <1312500 1000000>,
78*f126890aSEmmanuel Vadot					   <1125000 1000000>,
79*f126890aSEmmanuel Vadot					   < 937500 1000000>,
80*f126890aSEmmanuel Vadot					   < 750000 1000000>,
81*f126890aSEmmanuel Vadot					   < 375000 1000000>;
82*f126890aSEmmanuel Vadot			next-level-cache = <&L2_CA15>;
83*f126890aSEmmanuel Vadot		};
84*f126890aSEmmanuel Vadot
85*f126890aSEmmanuel Vadot		cpu1: cpu@1 {
86*f126890aSEmmanuel Vadot			device_type = "cpu";
87*f126890aSEmmanuel Vadot			compatible = "arm,cortex-a15";
88*f126890aSEmmanuel Vadot			reg = <1>;
89*f126890aSEmmanuel Vadot			clock-frequency = <1500000000>;
90*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_CORE R8A7793_CLK_Z>;
91*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_CA15_CPU1>;
92*f126890aSEmmanuel Vadot			enable-method = "renesas,apmu";
93*f126890aSEmmanuel Vadot			voltage-tolerance = <1>; /* 1% */
94*f126890aSEmmanuel Vadot			clock-latency = <300000>; /* 300 us */
95*f126890aSEmmanuel Vadot
96*f126890aSEmmanuel Vadot			/* kHz - uV - OPPs unknown yet */
97*f126890aSEmmanuel Vadot			operating-points = <1500000 1000000>,
98*f126890aSEmmanuel Vadot					   <1312500 1000000>,
99*f126890aSEmmanuel Vadot					   <1125000 1000000>,
100*f126890aSEmmanuel Vadot					   < 937500 1000000>,
101*f126890aSEmmanuel Vadot					   < 750000 1000000>,
102*f126890aSEmmanuel Vadot					   < 375000 1000000>;
103*f126890aSEmmanuel Vadot			next-level-cache = <&L2_CA15>;
104*f126890aSEmmanuel Vadot		};
105*f126890aSEmmanuel Vadot
106*f126890aSEmmanuel Vadot		L2_CA15: cache-controller-0 {
107*f126890aSEmmanuel Vadot			compatible = "cache";
108*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_CA15_SCU>;
109*f126890aSEmmanuel Vadot			cache-unified;
110*f126890aSEmmanuel Vadot			cache-level = <2>;
111*f126890aSEmmanuel Vadot		};
112*f126890aSEmmanuel Vadot	};
113*f126890aSEmmanuel Vadot
114*f126890aSEmmanuel Vadot	/* External root clock */
115*f126890aSEmmanuel Vadot	extal_clk: extal {
116*f126890aSEmmanuel Vadot		compatible = "fixed-clock";
117*f126890aSEmmanuel Vadot		#clock-cells = <0>;
118*f126890aSEmmanuel Vadot		/* This value must be overridden by the board. */
119*f126890aSEmmanuel Vadot		clock-frequency = <0>;
120*f126890aSEmmanuel Vadot	};
121*f126890aSEmmanuel Vadot
122*f126890aSEmmanuel Vadot	pmu {
123*f126890aSEmmanuel Vadot		compatible = "arm,cortex-a15-pmu";
124*f126890aSEmmanuel Vadot		interrupts-extended = <&gic GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
125*f126890aSEmmanuel Vadot				      <&gic GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
126*f126890aSEmmanuel Vadot		interrupt-affinity = <&cpu0>, <&cpu1>;
127*f126890aSEmmanuel Vadot	};
128*f126890aSEmmanuel Vadot
129*f126890aSEmmanuel Vadot	/* External SCIF clock */
130*f126890aSEmmanuel Vadot	scif_clk: scif {
131*f126890aSEmmanuel Vadot		compatible = "fixed-clock";
132*f126890aSEmmanuel Vadot		#clock-cells = <0>;
133*f126890aSEmmanuel Vadot		/* This value must be overridden by the board. */
134*f126890aSEmmanuel Vadot		clock-frequency = <0>;
135*f126890aSEmmanuel Vadot	};
136*f126890aSEmmanuel Vadot
137*f126890aSEmmanuel Vadot	soc {
138*f126890aSEmmanuel Vadot		compatible = "simple-bus";
139*f126890aSEmmanuel Vadot		interrupt-parent = <&gic>;
140*f126890aSEmmanuel Vadot
141*f126890aSEmmanuel Vadot		#address-cells = <2>;
142*f126890aSEmmanuel Vadot		#size-cells = <2>;
143*f126890aSEmmanuel Vadot		ranges;
144*f126890aSEmmanuel Vadot
145*f126890aSEmmanuel Vadot		rwdt: watchdog@e6020000 {
146*f126890aSEmmanuel Vadot			compatible = "renesas,r8a7793-wdt",
147*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-wdt";
148*f126890aSEmmanuel Vadot			reg = <0 0xe6020000 0 0x0c>;
149*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
150*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 402>;
151*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
152*f126890aSEmmanuel Vadot			resets = <&cpg 402>;
153*f126890aSEmmanuel Vadot			status = "disabled";
154*f126890aSEmmanuel Vadot		};
155*f126890aSEmmanuel Vadot
156*f126890aSEmmanuel Vadot		gpio0: gpio@e6050000 {
157*f126890aSEmmanuel Vadot			compatible = "renesas,gpio-r8a7793",
158*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-gpio";
159*f126890aSEmmanuel Vadot			reg = <0 0xe6050000 0 0x50>;
160*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
161*f126890aSEmmanuel Vadot			#gpio-cells = <2>;
162*f126890aSEmmanuel Vadot			gpio-controller;
163*f126890aSEmmanuel Vadot			gpio-ranges = <&pfc 0 0 32>;
164*f126890aSEmmanuel Vadot			#interrupt-cells = <2>;
165*f126890aSEmmanuel Vadot			interrupt-controller;
166*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 912>;
167*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
168*f126890aSEmmanuel Vadot			resets = <&cpg 912>;
169*f126890aSEmmanuel Vadot		};
170*f126890aSEmmanuel Vadot
171*f126890aSEmmanuel Vadot		gpio1: gpio@e6051000 {
172*f126890aSEmmanuel Vadot			compatible = "renesas,gpio-r8a7793",
173*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-gpio";
174*f126890aSEmmanuel Vadot			reg = <0 0xe6051000 0 0x50>;
175*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
176*f126890aSEmmanuel Vadot			#gpio-cells = <2>;
177*f126890aSEmmanuel Vadot			gpio-controller;
178*f126890aSEmmanuel Vadot			gpio-ranges = <&pfc 0 32 26>;
179*f126890aSEmmanuel Vadot			#interrupt-cells = <2>;
180*f126890aSEmmanuel Vadot			interrupt-controller;
181*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 911>;
182*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
183*f126890aSEmmanuel Vadot			resets = <&cpg 911>;
184*f126890aSEmmanuel Vadot		};
185*f126890aSEmmanuel Vadot
186*f126890aSEmmanuel Vadot		gpio2: gpio@e6052000 {
187*f126890aSEmmanuel Vadot			compatible = "renesas,gpio-r8a7793",
188*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-gpio";
189*f126890aSEmmanuel Vadot			reg = <0 0xe6052000 0 0x50>;
190*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
191*f126890aSEmmanuel Vadot			#gpio-cells = <2>;
192*f126890aSEmmanuel Vadot			gpio-controller;
193*f126890aSEmmanuel Vadot			gpio-ranges = <&pfc 0 64 32>;
194*f126890aSEmmanuel Vadot			#interrupt-cells = <2>;
195*f126890aSEmmanuel Vadot			interrupt-controller;
196*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 910>;
197*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
198*f126890aSEmmanuel Vadot			resets = <&cpg 910>;
199*f126890aSEmmanuel Vadot		};
200*f126890aSEmmanuel Vadot
201*f126890aSEmmanuel Vadot		gpio3: gpio@e6053000 {
202*f126890aSEmmanuel Vadot			compatible = "renesas,gpio-r8a7793",
203*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-gpio";
204*f126890aSEmmanuel Vadot			reg = <0 0xe6053000 0 0x50>;
205*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
206*f126890aSEmmanuel Vadot			#gpio-cells = <2>;
207*f126890aSEmmanuel Vadot			gpio-controller;
208*f126890aSEmmanuel Vadot			gpio-ranges = <&pfc 0 96 32>;
209*f126890aSEmmanuel Vadot			#interrupt-cells = <2>;
210*f126890aSEmmanuel Vadot			interrupt-controller;
211*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 909>;
212*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
213*f126890aSEmmanuel Vadot			resets = <&cpg 909>;
214*f126890aSEmmanuel Vadot		};
215*f126890aSEmmanuel Vadot
216*f126890aSEmmanuel Vadot		gpio4: gpio@e6054000 {
217*f126890aSEmmanuel Vadot			compatible = "renesas,gpio-r8a7793",
218*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-gpio";
219*f126890aSEmmanuel Vadot			reg = <0 0xe6054000 0 0x50>;
220*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
221*f126890aSEmmanuel Vadot			#gpio-cells = <2>;
222*f126890aSEmmanuel Vadot			gpio-controller;
223*f126890aSEmmanuel Vadot			gpio-ranges = <&pfc 0 128 32>;
224*f126890aSEmmanuel Vadot			#interrupt-cells = <2>;
225*f126890aSEmmanuel Vadot			interrupt-controller;
226*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 908>;
227*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
228*f126890aSEmmanuel Vadot			resets = <&cpg 908>;
229*f126890aSEmmanuel Vadot		};
230*f126890aSEmmanuel Vadot
231*f126890aSEmmanuel Vadot		gpio5: gpio@e6055000 {
232*f126890aSEmmanuel Vadot			compatible = "renesas,gpio-r8a7793",
233*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-gpio";
234*f126890aSEmmanuel Vadot			reg = <0 0xe6055000 0 0x50>;
235*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
236*f126890aSEmmanuel Vadot			#gpio-cells = <2>;
237*f126890aSEmmanuel Vadot			gpio-controller;
238*f126890aSEmmanuel Vadot			gpio-ranges = <&pfc 0 160 32>;
239*f126890aSEmmanuel Vadot			#interrupt-cells = <2>;
240*f126890aSEmmanuel Vadot			interrupt-controller;
241*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 907>;
242*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
243*f126890aSEmmanuel Vadot			resets = <&cpg 907>;
244*f126890aSEmmanuel Vadot		};
245*f126890aSEmmanuel Vadot
246*f126890aSEmmanuel Vadot		gpio6: gpio@e6055400 {
247*f126890aSEmmanuel Vadot			compatible = "renesas,gpio-r8a7793",
248*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-gpio";
249*f126890aSEmmanuel Vadot			reg = <0 0xe6055400 0 0x50>;
250*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
251*f126890aSEmmanuel Vadot			#gpio-cells = <2>;
252*f126890aSEmmanuel Vadot			gpio-controller;
253*f126890aSEmmanuel Vadot			gpio-ranges = <&pfc 0 192 32>;
254*f126890aSEmmanuel Vadot			#interrupt-cells = <2>;
255*f126890aSEmmanuel Vadot			interrupt-controller;
256*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 905>;
257*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
258*f126890aSEmmanuel Vadot			resets = <&cpg 905>;
259*f126890aSEmmanuel Vadot		};
260*f126890aSEmmanuel Vadot
261*f126890aSEmmanuel Vadot		gpio7: gpio@e6055800 {
262*f126890aSEmmanuel Vadot			compatible = "renesas,gpio-r8a7793",
263*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-gpio";
264*f126890aSEmmanuel Vadot			reg = <0 0xe6055800 0 0x50>;
265*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
266*f126890aSEmmanuel Vadot			#gpio-cells = <2>;
267*f126890aSEmmanuel Vadot			gpio-controller;
268*f126890aSEmmanuel Vadot			gpio-ranges = <&pfc 0 224 26>;
269*f126890aSEmmanuel Vadot			#interrupt-cells = <2>;
270*f126890aSEmmanuel Vadot			interrupt-controller;
271*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 904>;
272*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
273*f126890aSEmmanuel Vadot			resets = <&cpg 904>;
274*f126890aSEmmanuel Vadot		};
275*f126890aSEmmanuel Vadot
276*f126890aSEmmanuel Vadot		pfc: pinctrl@e6060000 {
277*f126890aSEmmanuel Vadot			compatible = "renesas,pfc-r8a7793";
278*f126890aSEmmanuel Vadot			reg = <0 0xe6060000 0 0x250>;
279*f126890aSEmmanuel Vadot		};
280*f126890aSEmmanuel Vadot
281*f126890aSEmmanuel Vadot		/* Special CPG clocks */
282*f126890aSEmmanuel Vadot		cpg: clock-controller@e6150000 {
283*f126890aSEmmanuel Vadot			compatible = "renesas,r8a7793-cpg-mssr";
284*f126890aSEmmanuel Vadot			reg = <0 0xe6150000 0 0x1000>;
285*f126890aSEmmanuel Vadot			clocks = <&extal_clk>, <&usb_extal_clk>;
286*f126890aSEmmanuel Vadot			clock-names = "extal", "usb_extal";
287*f126890aSEmmanuel Vadot			#clock-cells = <2>;
288*f126890aSEmmanuel Vadot			#power-domain-cells = <0>;
289*f126890aSEmmanuel Vadot			#reset-cells = <1>;
290*f126890aSEmmanuel Vadot		};
291*f126890aSEmmanuel Vadot
292*f126890aSEmmanuel Vadot		apmu@e6152000 {
293*f126890aSEmmanuel Vadot			compatible = "renesas,r8a7793-apmu", "renesas,apmu";
294*f126890aSEmmanuel Vadot			reg = <0 0xe6152000 0 0x188>;
295*f126890aSEmmanuel Vadot			cpus = <&cpu0>, <&cpu1>;
296*f126890aSEmmanuel Vadot		};
297*f126890aSEmmanuel Vadot
298*f126890aSEmmanuel Vadot		rst: reset-controller@e6160000 {
299*f126890aSEmmanuel Vadot			compatible = "renesas,r8a7793-rst";
300*f126890aSEmmanuel Vadot			reg = <0 0xe6160000 0 0x0100>;
301*f126890aSEmmanuel Vadot		};
302*f126890aSEmmanuel Vadot
303*f126890aSEmmanuel Vadot		sysc: system-controller@e6180000 {
304*f126890aSEmmanuel Vadot			compatible = "renesas,r8a7793-sysc";
305*f126890aSEmmanuel Vadot			reg = <0 0xe6180000 0 0x0200>;
306*f126890aSEmmanuel Vadot			#power-domain-cells = <1>;
307*f126890aSEmmanuel Vadot		};
308*f126890aSEmmanuel Vadot
309*f126890aSEmmanuel Vadot		irqc0: interrupt-controller@e61c0000 {
310*f126890aSEmmanuel Vadot			compatible = "renesas,irqc-r8a7793", "renesas,irqc";
311*f126890aSEmmanuel Vadot			#interrupt-cells = <2>;
312*f126890aSEmmanuel Vadot			interrupt-controller;
313*f126890aSEmmanuel Vadot			reg = <0 0xe61c0000 0 0x200>;
314*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
315*f126890aSEmmanuel Vadot				     <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
316*f126890aSEmmanuel Vadot				     <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
317*f126890aSEmmanuel Vadot				     <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
318*f126890aSEmmanuel Vadot				     <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
319*f126890aSEmmanuel Vadot				     <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
320*f126890aSEmmanuel Vadot				     <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
321*f126890aSEmmanuel Vadot				     <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>,
322*f126890aSEmmanuel Vadot				     <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>,
323*f126890aSEmmanuel Vadot				     <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
324*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 407>;
325*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
326*f126890aSEmmanuel Vadot			resets = <&cpg 407>;
327*f126890aSEmmanuel Vadot		};
328*f126890aSEmmanuel Vadot
329*f126890aSEmmanuel Vadot		thermal: thermal@e61f0000 {
330*f126890aSEmmanuel Vadot			compatible = "renesas,thermal-r8a7793",
331*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-thermal",
332*f126890aSEmmanuel Vadot				     "renesas,rcar-thermal";
333*f126890aSEmmanuel Vadot			reg = <0 0xe61f0000 0 0x10>, <0 0xe61f0100 0 0x38>;
334*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
335*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 522>;
336*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
337*f126890aSEmmanuel Vadot			resets = <&cpg 522>;
338*f126890aSEmmanuel Vadot			#thermal-sensor-cells = <0>;
339*f126890aSEmmanuel Vadot		};
340*f126890aSEmmanuel Vadot
341*f126890aSEmmanuel Vadot		ipmmu_sy0: iommu@e6280000 {
342*f126890aSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a7793",
343*f126890aSEmmanuel Vadot				     "renesas,ipmmu-vmsa";
344*f126890aSEmmanuel Vadot			reg = <0 0xe6280000 0 0x1000>;
345*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>,
346*f126890aSEmmanuel Vadot				     <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
347*f126890aSEmmanuel Vadot			#iommu-cells = <1>;
348*f126890aSEmmanuel Vadot			status = "disabled";
349*f126890aSEmmanuel Vadot		};
350*f126890aSEmmanuel Vadot
351*f126890aSEmmanuel Vadot		ipmmu_sy1: iommu@e6290000 {
352*f126890aSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a7793",
353*f126890aSEmmanuel Vadot				     "renesas,ipmmu-vmsa";
354*f126890aSEmmanuel Vadot			reg = <0 0xe6290000 0 0x1000>;
355*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
356*f126890aSEmmanuel Vadot			#iommu-cells = <1>;
357*f126890aSEmmanuel Vadot			status = "disabled";
358*f126890aSEmmanuel Vadot		};
359*f126890aSEmmanuel Vadot
360*f126890aSEmmanuel Vadot		ipmmu_ds: iommu@e6740000 {
361*f126890aSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a7793",
362*f126890aSEmmanuel Vadot				     "renesas,ipmmu-vmsa";
363*f126890aSEmmanuel Vadot			reg = <0 0xe6740000 0 0x1000>;
364*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
365*f126890aSEmmanuel Vadot				     <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>;
366*f126890aSEmmanuel Vadot			#iommu-cells = <1>;
367*f126890aSEmmanuel Vadot			status = "disabled";
368*f126890aSEmmanuel Vadot		};
369*f126890aSEmmanuel Vadot
370*f126890aSEmmanuel Vadot		ipmmu_mp: iommu@ec680000 {
371*f126890aSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a7793",
372*f126890aSEmmanuel Vadot				     "renesas,ipmmu-vmsa";
373*f126890aSEmmanuel Vadot			reg = <0 0xec680000 0 0x1000>;
374*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
375*f126890aSEmmanuel Vadot			#iommu-cells = <1>;
376*f126890aSEmmanuel Vadot			status = "disabled";
377*f126890aSEmmanuel Vadot		};
378*f126890aSEmmanuel Vadot
379*f126890aSEmmanuel Vadot		ipmmu_mx: iommu@fe951000 {
380*f126890aSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a7793",
381*f126890aSEmmanuel Vadot				     "renesas,ipmmu-vmsa";
382*f126890aSEmmanuel Vadot			reg = <0 0xfe951000 0 0x1000>;
383*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>,
384*f126890aSEmmanuel Vadot				     <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
385*f126890aSEmmanuel Vadot			#iommu-cells = <1>;
386*f126890aSEmmanuel Vadot			status = "disabled";
387*f126890aSEmmanuel Vadot		};
388*f126890aSEmmanuel Vadot
389*f126890aSEmmanuel Vadot		ipmmu_rt: iommu@ffc80000 {
390*f126890aSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a7793",
391*f126890aSEmmanuel Vadot				     "renesas,ipmmu-vmsa";
392*f126890aSEmmanuel Vadot			reg = <0 0xffc80000 0 0x1000>;
393*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 307 IRQ_TYPE_LEVEL_HIGH>;
394*f126890aSEmmanuel Vadot			#iommu-cells = <1>;
395*f126890aSEmmanuel Vadot			status = "disabled";
396*f126890aSEmmanuel Vadot		};
397*f126890aSEmmanuel Vadot
398*f126890aSEmmanuel Vadot		ipmmu_gp: iommu@e62a0000 {
399*f126890aSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a7793",
400*f126890aSEmmanuel Vadot				     "renesas,ipmmu-vmsa";
401*f126890aSEmmanuel Vadot			reg = <0 0xe62a0000 0 0x1000>;
402*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>,
403*f126890aSEmmanuel Vadot				     <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>;
404*f126890aSEmmanuel Vadot			#iommu-cells = <1>;
405*f126890aSEmmanuel Vadot			status = "disabled";
406*f126890aSEmmanuel Vadot		};
407*f126890aSEmmanuel Vadot
408*f126890aSEmmanuel Vadot		icram0:	sram@e63a0000 {
409*f126890aSEmmanuel Vadot			compatible = "mmio-sram";
410*f126890aSEmmanuel Vadot			reg = <0 0xe63a0000 0 0x12000>;
411*f126890aSEmmanuel Vadot			#address-cells = <1>;
412*f126890aSEmmanuel Vadot			#size-cells = <1>;
413*f126890aSEmmanuel Vadot			ranges = <0 0 0xe63a0000 0x12000>;
414*f126890aSEmmanuel Vadot		};
415*f126890aSEmmanuel Vadot
416*f126890aSEmmanuel Vadot		icram1:	sram@e63c0000 {
417*f126890aSEmmanuel Vadot			compatible = "mmio-sram";
418*f126890aSEmmanuel Vadot			reg = <0 0xe63c0000 0 0x1000>;
419*f126890aSEmmanuel Vadot			#address-cells = <1>;
420*f126890aSEmmanuel Vadot			#size-cells = <1>;
421*f126890aSEmmanuel Vadot			ranges = <0 0 0xe63c0000 0x1000>;
422*f126890aSEmmanuel Vadot
423*f126890aSEmmanuel Vadot			smp-sram@0 {
424*f126890aSEmmanuel Vadot				compatible = "renesas,smp-sram";
425*f126890aSEmmanuel Vadot				reg = <0 0x100>;
426*f126890aSEmmanuel Vadot			};
427*f126890aSEmmanuel Vadot		};
428*f126890aSEmmanuel Vadot
429*f126890aSEmmanuel Vadot		/* The memory map in the User's Manual maps the cores to
430*f126890aSEmmanuel Vadot		 * bus numbers
431*f126890aSEmmanuel Vadot		 */
432*f126890aSEmmanuel Vadot		i2c0: i2c@e6508000 {
433*f126890aSEmmanuel Vadot			#address-cells = <1>;
434*f126890aSEmmanuel Vadot			#size-cells = <0>;
435*f126890aSEmmanuel Vadot			compatible = "renesas,i2c-r8a7793",
436*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-i2c";
437*f126890aSEmmanuel Vadot			reg = <0 0xe6508000 0 0x40>;
438*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>;
439*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 931>;
440*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
441*f126890aSEmmanuel Vadot			resets = <&cpg 931>;
442*f126890aSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
443*f126890aSEmmanuel Vadot			status = "disabled";
444*f126890aSEmmanuel Vadot		};
445*f126890aSEmmanuel Vadot
446*f126890aSEmmanuel Vadot		i2c1: i2c@e6518000 {
447*f126890aSEmmanuel Vadot			#address-cells = <1>;
448*f126890aSEmmanuel Vadot			#size-cells = <0>;
449*f126890aSEmmanuel Vadot			compatible = "renesas,i2c-r8a7793",
450*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-i2c";
451*f126890aSEmmanuel Vadot			reg = <0 0xe6518000 0 0x40>;
452*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 288 IRQ_TYPE_LEVEL_HIGH>;
453*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 930>;
454*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
455*f126890aSEmmanuel Vadot			resets = <&cpg 930>;
456*f126890aSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
457*f126890aSEmmanuel Vadot			status = "disabled";
458*f126890aSEmmanuel Vadot		};
459*f126890aSEmmanuel Vadot
460*f126890aSEmmanuel Vadot		i2c2: i2c@e6530000 {
461*f126890aSEmmanuel Vadot			#address-cells = <1>;
462*f126890aSEmmanuel Vadot			#size-cells = <0>;
463*f126890aSEmmanuel Vadot			compatible = "renesas,i2c-r8a7793",
464*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-i2c";
465*f126890aSEmmanuel Vadot			reg = <0 0xe6530000 0 0x40>;
466*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 286 IRQ_TYPE_LEVEL_HIGH>;
467*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 929>;
468*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
469*f126890aSEmmanuel Vadot			resets = <&cpg 929>;
470*f126890aSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
471*f126890aSEmmanuel Vadot			status = "disabled";
472*f126890aSEmmanuel Vadot		};
473*f126890aSEmmanuel Vadot
474*f126890aSEmmanuel Vadot		i2c3: i2c@e6540000 {
475*f126890aSEmmanuel Vadot			#address-cells = <1>;
476*f126890aSEmmanuel Vadot			#size-cells = <0>;
477*f126890aSEmmanuel Vadot			compatible = "renesas,i2c-r8a7793",
478*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-i2c";
479*f126890aSEmmanuel Vadot			reg = <0 0xe6540000 0 0x40>;
480*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 290 IRQ_TYPE_LEVEL_HIGH>;
481*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 928>;
482*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
483*f126890aSEmmanuel Vadot			resets = <&cpg 928>;
484*f126890aSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
485*f126890aSEmmanuel Vadot			status = "disabled";
486*f126890aSEmmanuel Vadot		};
487*f126890aSEmmanuel Vadot
488*f126890aSEmmanuel Vadot		i2c4: i2c@e6520000 {
489*f126890aSEmmanuel Vadot			#address-cells = <1>;
490*f126890aSEmmanuel Vadot			#size-cells = <0>;
491*f126890aSEmmanuel Vadot			compatible = "renesas,i2c-r8a7793",
492*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-i2c";
493*f126890aSEmmanuel Vadot			reg = <0 0xe6520000 0 0x40>;
494*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
495*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 927>;
496*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
497*f126890aSEmmanuel Vadot			resets = <&cpg 927>;
498*f126890aSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
499*f126890aSEmmanuel Vadot			status = "disabled";
500*f126890aSEmmanuel Vadot		};
501*f126890aSEmmanuel Vadot
502*f126890aSEmmanuel Vadot		i2c5: i2c@e6528000 {
503*f126890aSEmmanuel Vadot			/* doesn't need pinmux */
504*f126890aSEmmanuel Vadot			#address-cells = <1>;
505*f126890aSEmmanuel Vadot			#size-cells = <0>;
506*f126890aSEmmanuel Vadot			compatible = "renesas,i2c-r8a7793",
507*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-i2c";
508*f126890aSEmmanuel Vadot			reg = <0 0xe6528000 0 0x40>;
509*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
510*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 925>;
511*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
512*f126890aSEmmanuel Vadot			resets = <&cpg 925>;
513*f126890aSEmmanuel Vadot			i2c-scl-internal-delay-ns = <110>;
514*f126890aSEmmanuel Vadot			status = "disabled";
515*f126890aSEmmanuel Vadot		};
516*f126890aSEmmanuel Vadot
517*f126890aSEmmanuel Vadot		i2c6: i2c@e60b0000 {
518*f126890aSEmmanuel Vadot			/* doesn't need pinmux */
519*f126890aSEmmanuel Vadot			#address-cells = <1>;
520*f126890aSEmmanuel Vadot			#size-cells = <0>;
521*f126890aSEmmanuel Vadot			compatible = "renesas,iic-r8a7793",
522*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-iic",
523*f126890aSEmmanuel Vadot				     "renesas,rmobile-iic";
524*f126890aSEmmanuel Vadot			reg = <0 0xe60b0000 0 0x425>;
525*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
526*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 926>;
527*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x77>, <&dmac0 0x78>,
528*f126890aSEmmanuel Vadot			       <&dmac1 0x77>, <&dmac1 0x78>;
529*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
530*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
531*f126890aSEmmanuel Vadot			resets = <&cpg 926>;
532*f126890aSEmmanuel Vadot			status = "disabled";
533*f126890aSEmmanuel Vadot		};
534*f126890aSEmmanuel Vadot
535*f126890aSEmmanuel Vadot		i2c7: i2c@e6500000 {
536*f126890aSEmmanuel Vadot			#address-cells = <1>;
537*f126890aSEmmanuel Vadot			#size-cells = <0>;
538*f126890aSEmmanuel Vadot			compatible = "renesas,iic-r8a7793",
539*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-iic",
540*f126890aSEmmanuel Vadot				     "renesas,rmobile-iic";
541*f126890aSEmmanuel Vadot			reg = <0 0xe6500000 0 0x425>;
542*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
543*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 318>;
544*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x61>, <&dmac0 0x62>,
545*f126890aSEmmanuel Vadot			       <&dmac1 0x61>, <&dmac1 0x62>;
546*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
547*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
548*f126890aSEmmanuel Vadot			resets = <&cpg 318>;
549*f126890aSEmmanuel Vadot			status = "disabled";
550*f126890aSEmmanuel Vadot		};
551*f126890aSEmmanuel Vadot
552*f126890aSEmmanuel Vadot		i2c8: i2c@e6510000 {
553*f126890aSEmmanuel Vadot			#address-cells = <1>;
554*f126890aSEmmanuel Vadot			#size-cells = <0>;
555*f126890aSEmmanuel Vadot			compatible = "renesas,iic-r8a7793",
556*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-iic",
557*f126890aSEmmanuel Vadot				     "renesas,rmobile-iic";
558*f126890aSEmmanuel Vadot			reg = <0 0xe6510000 0 0x425>;
559*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
560*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 323>;
561*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x65>, <&dmac0 0x66>,
562*f126890aSEmmanuel Vadot			       <&dmac1 0x65>, <&dmac1 0x66>;
563*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
564*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
565*f126890aSEmmanuel Vadot			resets = <&cpg 323>;
566*f126890aSEmmanuel Vadot			status = "disabled";
567*f126890aSEmmanuel Vadot		};
568*f126890aSEmmanuel Vadot
569*f126890aSEmmanuel Vadot		dmac0: dma-controller@e6700000 {
570*f126890aSEmmanuel Vadot			compatible = "renesas,dmac-r8a7793",
571*f126890aSEmmanuel Vadot				     "renesas,rcar-dmac";
572*f126890aSEmmanuel Vadot			reg = <0 0xe6700000 0 0x20000>;
573*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>,
574*f126890aSEmmanuel Vadot				     <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>,
575*f126890aSEmmanuel Vadot				     <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>,
576*f126890aSEmmanuel Vadot				     <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>,
577*f126890aSEmmanuel Vadot				     <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>,
578*f126890aSEmmanuel Vadot				     <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
579*f126890aSEmmanuel Vadot				     <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>,
580*f126890aSEmmanuel Vadot				     <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>,
581*f126890aSEmmanuel Vadot				     <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>,
582*f126890aSEmmanuel Vadot				     <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>,
583*f126890aSEmmanuel Vadot				     <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>,
584*f126890aSEmmanuel Vadot				     <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
585*f126890aSEmmanuel Vadot				     <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
586*f126890aSEmmanuel Vadot				     <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>,
587*f126890aSEmmanuel Vadot				     <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>,
588*f126890aSEmmanuel Vadot				     <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>;
589*f126890aSEmmanuel Vadot			interrupt-names = "error",
590*f126890aSEmmanuel Vadot					  "ch0", "ch1", "ch2", "ch3",
591*f126890aSEmmanuel Vadot					  "ch4", "ch5", "ch6", "ch7",
592*f126890aSEmmanuel Vadot					  "ch8", "ch9", "ch10", "ch11",
593*f126890aSEmmanuel Vadot					  "ch12", "ch13", "ch14";
594*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 219>;
595*f126890aSEmmanuel Vadot			clock-names = "fck";
596*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
597*f126890aSEmmanuel Vadot			resets = <&cpg 219>;
598*f126890aSEmmanuel Vadot			#dma-cells = <1>;
599*f126890aSEmmanuel Vadot			dma-channels = <15>;
600*f126890aSEmmanuel Vadot		};
601*f126890aSEmmanuel Vadot
602*f126890aSEmmanuel Vadot		dmac1: dma-controller@e6720000 {
603*f126890aSEmmanuel Vadot			compatible = "renesas,dmac-r8a7793",
604*f126890aSEmmanuel Vadot				     "renesas,rcar-dmac";
605*f126890aSEmmanuel Vadot			reg = <0 0xe6720000 0 0x20000>;
606*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>,
607*f126890aSEmmanuel Vadot				     <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>,
608*f126890aSEmmanuel Vadot				     <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
609*f126890aSEmmanuel Vadot				     <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>,
610*f126890aSEmmanuel Vadot				     <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>,
611*f126890aSEmmanuel Vadot				     <GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>,
612*f126890aSEmmanuel Vadot				     <GIC_SPI 309 IRQ_TYPE_LEVEL_HIGH>,
613*f126890aSEmmanuel Vadot				     <GIC_SPI 310 IRQ_TYPE_LEVEL_HIGH>,
614*f126890aSEmmanuel Vadot				     <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>,
615*f126890aSEmmanuel Vadot				     <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>,
616*f126890aSEmmanuel Vadot				     <GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH>,
617*f126890aSEmmanuel Vadot				     <GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>,
618*f126890aSEmmanuel Vadot				     <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>,
619*f126890aSEmmanuel Vadot				     <GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH>,
620*f126890aSEmmanuel Vadot				     <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>,
621*f126890aSEmmanuel Vadot				     <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>;
622*f126890aSEmmanuel Vadot			interrupt-names = "error",
623*f126890aSEmmanuel Vadot					  "ch0", "ch1", "ch2", "ch3",
624*f126890aSEmmanuel Vadot					  "ch4", "ch5", "ch6", "ch7",
625*f126890aSEmmanuel Vadot					  "ch8", "ch9", "ch10", "ch11",
626*f126890aSEmmanuel Vadot					  "ch12", "ch13", "ch14";
627*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 218>;
628*f126890aSEmmanuel Vadot			clock-names = "fck";
629*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
630*f126890aSEmmanuel Vadot			resets = <&cpg 218>;
631*f126890aSEmmanuel Vadot			#dma-cells = <1>;
632*f126890aSEmmanuel Vadot			dma-channels = <15>;
633*f126890aSEmmanuel Vadot		};
634*f126890aSEmmanuel Vadot
635*f126890aSEmmanuel Vadot		qspi: spi@e6b10000 {
636*f126890aSEmmanuel Vadot			compatible = "renesas,qspi-r8a7793", "renesas,qspi";
637*f126890aSEmmanuel Vadot			reg = <0 0xe6b10000 0 0x2c>;
638*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
639*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 917>;
640*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x17>, <&dmac0 0x18>,
641*f126890aSEmmanuel Vadot			       <&dmac1 0x17>, <&dmac1 0x18>;
642*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
643*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
644*f126890aSEmmanuel Vadot			resets = <&cpg 917>;
645*f126890aSEmmanuel Vadot			num-cs = <1>;
646*f126890aSEmmanuel Vadot			#address-cells = <1>;
647*f126890aSEmmanuel Vadot			#size-cells = <0>;
648*f126890aSEmmanuel Vadot			status = "disabled";
649*f126890aSEmmanuel Vadot		};
650*f126890aSEmmanuel Vadot
651*f126890aSEmmanuel Vadot		scifa0: serial@e6c40000 {
652*f126890aSEmmanuel Vadot			compatible = "renesas,scifa-r8a7793",
653*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scifa", "renesas,scifa";
654*f126890aSEmmanuel Vadot			reg = <0 0xe6c40000 0 64>;
655*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
656*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 204>;
657*f126890aSEmmanuel Vadot			clock-names = "fck";
658*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x21>, <&dmac0 0x22>,
659*f126890aSEmmanuel Vadot			       <&dmac1 0x21>, <&dmac1 0x22>;
660*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
661*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
662*f126890aSEmmanuel Vadot			resets = <&cpg 204>;
663*f126890aSEmmanuel Vadot			status = "disabled";
664*f126890aSEmmanuel Vadot		};
665*f126890aSEmmanuel Vadot
666*f126890aSEmmanuel Vadot		scifa1: serial@e6c50000 {
667*f126890aSEmmanuel Vadot			compatible = "renesas,scifa-r8a7793",
668*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scifa", "renesas,scifa";
669*f126890aSEmmanuel Vadot			reg = <0 0xe6c50000 0 64>;
670*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
671*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 203>;
672*f126890aSEmmanuel Vadot			clock-names = "fck";
673*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x25>, <&dmac0 0x26>,
674*f126890aSEmmanuel Vadot			       <&dmac1 0x25>, <&dmac1 0x26>;
675*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
676*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
677*f126890aSEmmanuel Vadot			resets = <&cpg 203>;
678*f126890aSEmmanuel Vadot			status = "disabled";
679*f126890aSEmmanuel Vadot		};
680*f126890aSEmmanuel Vadot
681*f126890aSEmmanuel Vadot		scifa2: serial@e6c60000 {
682*f126890aSEmmanuel Vadot			compatible = "renesas,scifa-r8a7793",
683*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scifa", "renesas,scifa";
684*f126890aSEmmanuel Vadot			reg = <0 0xe6c60000 0 64>;
685*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>;
686*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 202>;
687*f126890aSEmmanuel Vadot			clock-names = "fck";
688*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x27>, <&dmac0 0x28>,
689*f126890aSEmmanuel Vadot			       <&dmac1 0x27>, <&dmac1 0x28>;
690*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
691*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
692*f126890aSEmmanuel Vadot			resets = <&cpg 202>;
693*f126890aSEmmanuel Vadot			status = "disabled";
694*f126890aSEmmanuel Vadot		};
695*f126890aSEmmanuel Vadot
696*f126890aSEmmanuel Vadot		scifa3: serial@e6c70000 {
697*f126890aSEmmanuel Vadot			compatible = "renesas,scifa-r8a7793",
698*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scifa", "renesas,scifa";
699*f126890aSEmmanuel Vadot			reg = <0 0xe6c70000 0 64>;
700*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
701*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 1106>;
702*f126890aSEmmanuel Vadot			clock-names = "fck";
703*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x1b>, <&dmac0 0x1c>,
704*f126890aSEmmanuel Vadot			       <&dmac1 0x1b>, <&dmac1 0x1c>;
705*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
706*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
707*f126890aSEmmanuel Vadot			resets = <&cpg 1106>;
708*f126890aSEmmanuel Vadot			status = "disabled";
709*f126890aSEmmanuel Vadot		};
710*f126890aSEmmanuel Vadot
711*f126890aSEmmanuel Vadot		scifa4: serial@e6c78000 {
712*f126890aSEmmanuel Vadot			compatible = "renesas,scifa-r8a7793",
713*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scifa", "renesas,scifa";
714*f126890aSEmmanuel Vadot			reg = <0 0xe6c78000 0 64>;
715*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
716*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 1107>;
717*f126890aSEmmanuel Vadot			clock-names = "fck";
718*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x1f>, <&dmac0 0x20>,
719*f126890aSEmmanuel Vadot			       <&dmac1 0x1f>, <&dmac1 0x20>;
720*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
721*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
722*f126890aSEmmanuel Vadot			resets = <&cpg 1107>;
723*f126890aSEmmanuel Vadot			status = "disabled";
724*f126890aSEmmanuel Vadot		};
725*f126890aSEmmanuel Vadot
726*f126890aSEmmanuel Vadot		scifa5: serial@e6c80000 {
727*f126890aSEmmanuel Vadot			compatible = "renesas,scifa-r8a7793",
728*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scifa", "renesas,scifa";
729*f126890aSEmmanuel Vadot			reg = <0 0xe6c80000 0 64>;
730*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
731*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 1108>;
732*f126890aSEmmanuel Vadot			clock-names = "fck";
733*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x23>, <&dmac0 0x24>,
734*f126890aSEmmanuel Vadot			       <&dmac1 0x23>, <&dmac1 0x24>;
735*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
736*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
737*f126890aSEmmanuel Vadot			resets = <&cpg 1108>;
738*f126890aSEmmanuel Vadot			status = "disabled";
739*f126890aSEmmanuel Vadot		};
740*f126890aSEmmanuel Vadot
741*f126890aSEmmanuel Vadot		scifb0: serial@e6c20000 {
742*f126890aSEmmanuel Vadot			compatible = "renesas,scifb-r8a7793",
743*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scifb", "renesas,scifb";
744*f126890aSEmmanuel Vadot			reg = <0 0xe6c20000 0 0x100>;
745*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
746*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 206>;
747*f126890aSEmmanuel Vadot			clock-names = "fck";
748*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x3d>, <&dmac0 0x3e>,
749*f126890aSEmmanuel Vadot			       <&dmac1 0x3d>, <&dmac1 0x3e>;
750*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
751*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
752*f126890aSEmmanuel Vadot			resets = <&cpg 206>;
753*f126890aSEmmanuel Vadot			status = "disabled";
754*f126890aSEmmanuel Vadot		};
755*f126890aSEmmanuel Vadot
756*f126890aSEmmanuel Vadot		scifb1: serial@e6c30000 {
757*f126890aSEmmanuel Vadot			compatible = "renesas,scifb-r8a7793",
758*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scifb", "renesas,scifb";
759*f126890aSEmmanuel Vadot			reg = <0 0xe6c30000 0 0x100>;
760*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
761*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 207>;
762*f126890aSEmmanuel Vadot			clock-names = "fck";
763*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x19>, <&dmac0 0x1a>,
764*f126890aSEmmanuel Vadot			       <&dmac1 0x19>, <&dmac1 0x1a>;
765*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
766*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
767*f126890aSEmmanuel Vadot			resets = <&cpg 207>;
768*f126890aSEmmanuel Vadot			status = "disabled";
769*f126890aSEmmanuel Vadot		};
770*f126890aSEmmanuel Vadot
771*f126890aSEmmanuel Vadot		scifb2: serial@e6ce0000 {
772*f126890aSEmmanuel Vadot			compatible = "renesas,scifb-r8a7793",
773*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scifb", "renesas,scifb";
774*f126890aSEmmanuel Vadot			reg = <0 0xe6ce0000 0 0x100>;
775*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
776*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 216>;
777*f126890aSEmmanuel Vadot			clock-names = "fck";
778*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x1d>, <&dmac0 0x1e>,
779*f126890aSEmmanuel Vadot			       <&dmac1 0x1d>, <&dmac1 0x1e>;
780*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
781*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
782*f126890aSEmmanuel Vadot			resets = <&cpg 216>;
783*f126890aSEmmanuel Vadot			status = "disabled";
784*f126890aSEmmanuel Vadot		};
785*f126890aSEmmanuel Vadot
786*f126890aSEmmanuel Vadot		scif0: serial@e6e60000 {
787*f126890aSEmmanuel Vadot			compatible = "renesas,scif-r8a7793",
788*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scif", "renesas,scif";
789*f126890aSEmmanuel Vadot			reg = <0 0xe6e60000 0 64>;
790*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
791*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 721>, <&cpg CPG_CORE R8A7793_CLK_ZS>,
792*f126890aSEmmanuel Vadot				 <&scif_clk>;
793*f126890aSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
794*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x29>, <&dmac0 0x2a>,
795*f126890aSEmmanuel Vadot			       <&dmac1 0x29>, <&dmac1 0x2a>;
796*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
797*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
798*f126890aSEmmanuel Vadot			resets = <&cpg 721>;
799*f126890aSEmmanuel Vadot			status = "disabled";
800*f126890aSEmmanuel Vadot		};
801*f126890aSEmmanuel Vadot
802*f126890aSEmmanuel Vadot		scif1: serial@e6e68000 {
803*f126890aSEmmanuel Vadot			compatible = "renesas,scif-r8a7793",
804*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scif", "renesas,scif";
805*f126890aSEmmanuel Vadot			reg = <0 0xe6e68000 0 64>;
806*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
807*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 720>, <&cpg CPG_CORE R8A7793_CLK_ZS>,
808*f126890aSEmmanuel Vadot				 <&scif_clk>;
809*f126890aSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
810*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x2d>, <&dmac0 0x2e>,
811*f126890aSEmmanuel Vadot			       <&dmac1 0x2d>, <&dmac1 0x2e>;
812*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
813*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
814*f126890aSEmmanuel Vadot			resets = <&cpg 720>;
815*f126890aSEmmanuel Vadot			status = "disabled";
816*f126890aSEmmanuel Vadot		};
817*f126890aSEmmanuel Vadot
818*f126890aSEmmanuel Vadot		scif2: serial@e6e58000 {
819*f126890aSEmmanuel Vadot			compatible = "renesas,scif-r8a7793",
820*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scif", "renesas,scif";
821*f126890aSEmmanuel Vadot			reg = <0 0xe6e58000 0 64>;
822*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
823*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 719>, <&cpg CPG_CORE R8A7793_CLK_ZS>,
824*f126890aSEmmanuel Vadot				 <&scif_clk>;
825*f126890aSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
826*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x2b>, <&dmac0 0x2c>,
827*f126890aSEmmanuel Vadot			       <&dmac1 0x2b>, <&dmac1 0x2c>;
828*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
829*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
830*f126890aSEmmanuel Vadot			resets = <&cpg 719>;
831*f126890aSEmmanuel Vadot			status = "disabled";
832*f126890aSEmmanuel Vadot		};
833*f126890aSEmmanuel Vadot
834*f126890aSEmmanuel Vadot		scif3: serial@e6ea8000 {
835*f126890aSEmmanuel Vadot			compatible = "renesas,scif-r8a7793",
836*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scif", "renesas,scif";
837*f126890aSEmmanuel Vadot			reg = <0 0xe6ea8000 0 64>;
838*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
839*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 718>, <&cpg CPG_CORE R8A7793_CLK_ZS>,
840*f126890aSEmmanuel Vadot				 <&scif_clk>;
841*f126890aSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
842*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x2f>, <&dmac0 0x30>,
843*f126890aSEmmanuel Vadot			       <&dmac1 0x2f>, <&dmac1 0x30>;
844*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
845*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
846*f126890aSEmmanuel Vadot			resets = <&cpg 718>;
847*f126890aSEmmanuel Vadot			status = "disabled";
848*f126890aSEmmanuel Vadot		};
849*f126890aSEmmanuel Vadot
850*f126890aSEmmanuel Vadot		scif4: serial@e6ee0000 {
851*f126890aSEmmanuel Vadot			compatible = "renesas,scif-r8a7793",
852*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scif", "renesas,scif";
853*f126890aSEmmanuel Vadot			reg = <0 0xe6ee0000 0 64>;
854*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
855*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 715>, <&cpg CPG_CORE R8A7793_CLK_ZS>,
856*f126890aSEmmanuel Vadot				 <&scif_clk>;
857*f126890aSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
858*f126890aSEmmanuel Vadot			dmas = <&dmac0 0xfb>, <&dmac0 0xfc>,
859*f126890aSEmmanuel Vadot			       <&dmac1 0xfb>, <&dmac1 0xfc>;
860*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
861*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
862*f126890aSEmmanuel Vadot			resets = <&cpg 715>;
863*f126890aSEmmanuel Vadot			status = "disabled";
864*f126890aSEmmanuel Vadot		};
865*f126890aSEmmanuel Vadot
866*f126890aSEmmanuel Vadot		scif5: serial@e6ee8000 {
867*f126890aSEmmanuel Vadot			compatible = "renesas,scif-r8a7793",
868*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-scif", "renesas,scif";
869*f126890aSEmmanuel Vadot			reg = <0 0xe6ee8000 0 64>;
870*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
871*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 714>, <&cpg CPG_CORE R8A7793_CLK_ZS>,
872*f126890aSEmmanuel Vadot				 <&scif_clk>;
873*f126890aSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
874*f126890aSEmmanuel Vadot			dmas = <&dmac0 0xfd>, <&dmac0 0xfe>,
875*f126890aSEmmanuel Vadot			       <&dmac1 0xfd>, <&dmac1 0xfe>;
876*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
877*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
878*f126890aSEmmanuel Vadot			resets = <&cpg 714>;
879*f126890aSEmmanuel Vadot			status = "disabled";
880*f126890aSEmmanuel Vadot		};
881*f126890aSEmmanuel Vadot
882*f126890aSEmmanuel Vadot		hscif0: serial@e62c0000 {
883*f126890aSEmmanuel Vadot			compatible = "renesas,hscif-r8a7793",
884*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-hscif", "renesas,hscif";
885*f126890aSEmmanuel Vadot			reg = <0 0xe62c0000 0 96>;
886*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
887*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 717>, <&cpg CPG_CORE R8A7793_CLK_ZS>,
888*f126890aSEmmanuel Vadot				 <&scif_clk>;
889*f126890aSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
890*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x39>, <&dmac0 0x3a>,
891*f126890aSEmmanuel Vadot			       <&dmac1 0x39>, <&dmac1 0x3a>;
892*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
893*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
894*f126890aSEmmanuel Vadot			resets = <&cpg 717>;
895*f126890aSEmmanuel Vadot			status = "disabled";
896*f126890aSEmmanuel Vadot		};
897*f126890aSEmmanuel Vadot
898*f126890aSEmmanuel Vadot		hscif1: serial@e62c8000 {
899*f126890aSEmmanuel Vadot			compatible = "renesas,hscif-r8a7793",
900*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-hscif", "renesas,hscif";
901*f126890aSEmmanuel Vadot			reg = <0 0xe62c8000 0 96>;
902*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
903*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 716>, <&cpg CPG_CORE R8A7793_CLK_ZS>,
904*f126890aSEmmanuel Vadot				 <&scif_clk>;
905*f126890aSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
906*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x4d>, <&dmac0 0x4e>,
907*f126890aSEmmanuel Vadot			       <&dmac1 0x4d>, <&dmac1 0x4e>;
908*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
909*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
910*f126890aSEmmanuel Vadot			resets = <&cpg 716>;
911*f126890aSEmmanuel Vadot			status = "disabled";
912*f126890aSEmmanuel Vadot		};
913*f126890aSEmmanuel Vadot
914*f126890aSEmmanuel Vadot		hscif2: serial@e62d0000 {
915*f126890aSEmmanuel Vadot			compatible = "renesas,hscif-r8a7793",
916*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-hscif", "renesas,hscif";
917*f126890aSEmmanuel Vadot			reg = <0 0xe62d0000 0 96>;
918*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
919*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 713>, <&cpg CPG_CORE R8A7793_CLK_ZS>,
920*f126890aSEmmanuel Vadot				 <&scif_clk>;
921*f126890aSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
922*f126890aSEmmanuel Vadot			dmas = <&dmac0 0x3b>, <&dmac0 0x3c>,
923*f126890aSEmmanuel Vadot			       <&dmac1 0x3b>, <&dmac1 0x3c>;
924*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
925*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
926*f126890aSEmmanuel Vadot			resets = <&cpg 713>;
927*f126890aSEmmanuel Vadot			status = "disabled";
928*f126890aSEmmanuel Vadot		};
929*f126890aSEmmanuel Vadot
930*f126890aSEmmanuel Vadot		can0: can@e6e80000 {
931*f126890aSEmmanuel Vadot			compatible = "renesas,can-r8a7793",
932*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-can";
933*f126890aSEmmanuel Vadot			reg = <0 0xe6e80000 0 0x1000>;
934*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
935*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 916>, <&cpg CPG_CORE R8A7793_CLK_RCAN>,
936*f126890aSEmmanuel Vadot				 <&can_clk>;
937*f126890aSEmmanuel Vadot			clock-names = "clkp1", "clkp2", "can_clk";
938*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
939*f126890aSEmmanuel Vadot			resets = <&cpg 916>;
940*f126890aSEmmanuel Vadot			status = "disabled";
941*f126890aSEmmanuel Vadot		};
942*f126890aSEmmanuel Vadot
943*f126890aSEmmanuel Vadot		can1: can@e6e88000 {
944*f126890aSEmmanuel Vadot			compatible = "renesas,can-r8a7793",
945*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-can";
946*f126890aSEmmanuel Vadot			reg = <0 0xe6e88000 0 0x1000>;
947*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
948*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 915>, <&cpg CPG_CORE R8A7793_CLK_RCAN>,
949*f126890aSEmmanuel Vadot				 <&can_clk>;
950*f126890aSEmmanuel Vadot			clock-names = "clkp1", "clkp2", "can_clk";
951*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
952*f126890aSEmmanuel Vadot			resets = <&cpg 915>;
953*f126890aSEmmanuel Vadot			status = "disabled";
954*f126890aSEmmanuel Vadot		};
955*f126890aSEmmanuel Vadot
956*f126890aSEmmanuel Vadot		vin0: video@e6ef0000 {
957*f126890aSEmmanuel Vadot			compatible = "renesas,vin-r8a7793",
958*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-vin";
959*f126890aSEmmanuel Vadot			reg = <0 0xe6ef0000 0 0x1000>;
960*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
961*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 811>;
962*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
963*f126890aSEmmanuel Vadot			resets = <&cpg 811>;
964*f126890aSEmmanuel Vadot			status = "disabled";
965*f126890aSEmmanuel Vadot		};
966*f126890aSEmmanuel Vadot
967*f126890aSEmmanuel Vadot		vin1: video@e6ef1000 {
968*f126890aSEmmanuel Vadot			compatible = "renesas,vin-r8a7793",
969*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-vin";
970*f126890aSEmmanuel Vadot			reg = <0 0xe6ef1000 0 0x1000>;
971*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
972*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 810>;
973*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
974*f126890aSEmmanuel Vadot			resets = <&cpg 810>;
975*f126890aSEmmanuel Vadot			status = "disabled";
976*f126890aSEmmanuel Vadot		};
977*f126890aSEmmanuel Vadot
978*f126890aSEmmanuel Vadot		vin2: video@e6ef2000 {
979*f126890aSEmmanuel Vadot			compatible = "renesas,vin-r8a7793",
980*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-vin";
981*f126890aSEmmanuel Vadot			reg = <0 0xe6ef2000 0 0x1000>;
982*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
983*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 809>;
984*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
985*f126890aSEmmanuel Vadot			resets = <&cpg 809>;
986*f126890aSEmmanuel Vadot			status = "disabled";
987*f126890aSEmmanuel Vadot		};
988*f126890aSEmmanuel Vadot
989*f126890aSEmmanuel Vadot		rcar_sound: sound@ec500000 {
990*f126890aSEmmanuel Vadot			/*
991*f126890aSEmmanuel Vadot			 * #sound-dai-cells is required if simple-card
992*f126890aSEmmanuel Vadot			 *
993*f126890aSEmmanuel Vadot			 * Single DAI : #sound-dai-cells = <0>;         <&rcar_sound>;
994*f126890aSEmmanuel Vadot			 * Multi  DAI : #sound-dai-cells = <1>;         <&rcar_sound N>;
995*f126890aSEmmanuel Vadot			 */
996*f126890aSEmmanuel Vadot			compatible = "renesas,rcar_sound-r8a7793",
997*f126890aSEmmanuel Vadot				     "renesas,rcar_sound-gen2";
998*f126890aSEmmanuel Vadot			reg = <0 0xec500000 0 0x1000>, /* SCU */
999*f126890aSEmmanuel Vadot			      <0 0xec5a0000 0 0x100>,  /* ADG */
1000*f126890aSEmmanuel Vadot			      <0 0xec540000 0 0x1000>, /* SSIU */
1001*f126890aSEmmanuel Vadot			      <0 0xec541000 0 0x280>,  /* SSI */
1002*f126890aSEmmanuel Vadot			      <0 0xec740000 0 0x200>;  /* Audio DMAC peri peri*/
1003*f126890aSEmmanuel Vadot			reg-names = "scu", "adg", "ssiu", "ssi", "audmapp";
1004*f126890aSEmmanuel Vadot
1005*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 1005>,
1006*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>,
1007*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>,
1008*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>,
1009*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>,
1010*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>,
1011*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>,
1012*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>,
1013*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
1014*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
1015*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
1016*f126890aSEmmanuel Vadot				 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
1017*f126890aSEmmanuel Vadot				 <&audio_clk_a>, <&audio_clk_b>, <&audio_clk_c>,
1018*f126890aSEmmanuel Vadot				 <&cpg CPG_CORE R8A7793_CLK_M2>;
1019*f126890aSEmmanuel Vadot			clock-names = "ssi-all",
1020*f126890aSEmmanuel Vadot				      "ssi.9", "ssi.8", "ssi.7", "ssi.6",
1021*f126890aSEmmanuel Vadot				      "ssi.5", "ssi.4", "ssi.3", "ssi.2",
1022*f126890aSEmmanuel Vadot				      "ssi.1", "ssi.0",
1023*f126890aSEmmanuel Vadot				      "src.9", "src.8", "src.7", "src.6",
1024*f126890aSEmmanuel Vadot				      "src.5", "src.4", "src.3", "src.2",
1025*f126890aSEmmanuel Vadot				      "src.1", "src.0",
1026*f126890aSEmmanuel Vadot				      "dvc.0", "dvc.1",
1027*f126890aSEmmanuel Vadot				      "clk_a", "clk_b", "clk_c", "clk_i";
1028*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1029*f126890aSEmmanuel Vadot			resets = <&cpg 1005>,
1030*f126890aSEmmanuel Vadot				 <&cpg 1006>, <&cpg 1007>,
1031*f126890aSEmmanuel Vadot				 <&cpg 1008>, <&cpg 1009>,
1032*f126890aSEmmanuel Vadot				 <&cpg 1010>, <&cpg 1011>,
1033*f126890aSEmmanuel Vadot				 <&cpg 1012>, <&cpg 1013>,
1034*f126890aSEmmanuel Vadot				 <&cpg 1014>, <&cpg 1015>;
1035*f126890aSEmmanuel Vadot			reset-names = "ssi-all",
1036*f126890aSEmmanuel Vadot				      "ssi.9", "ssi.8", "ssi.7", "ssi.6",
1037*f126890aSEmmanuel Vadot				      "ssi.5", "ssi.4", "ssi.3", "ssi.2",
1038*f126890aSEmmanuel Vadot				      "ssi.1", "ssi.0";
1039*f126890aSEmmanuel Vadot
1040*f126890aSEmmanuel Vadot			status = "disabled";
1041*f126890aSEmmanuel Vadot
1042*f126890aSEmmanuel Vadot			rcar_sound,dvc {
1043*f126890aSEmmanuel Vadot				dvc0: dvc-0 {
1044*f126890aSEmmanuel Vadot					dmas = <&audma1 0xbc>;
1045*f126890aSEmmanuel Vadot					dma-names = "tx";
1046*f126890aSEmmanuel Vadot				};
1047*f126890aSEmmanuel Vadot				dvc1: dvc-1 {
1048*f126890aSEmmanuel Vadot					dmas = <&audma1 0xbe>;
1049*f126890aSEmmanuel Vadot					dma-names = "tx";
1050*f126890aSEmmanuel Vadot				};
1051*f126890aSEmmanuel Vadot			};
1052*f126890aSEmmanuel Vadot
1053*f126890aSEmmanuel Vadot			rcar_sound,src {
1054*f126890aSEmmanuel Vadot				src0: src-0 {
1055*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>;
1056*f126890aSEmmanuel Vadot					dmas = <&audma0 0x85>, <&audma1 0x9a>;
1057*f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
1058*f126890aSEmmanuel Vadot				};
1059*f126890aSEmmanuel Vadot				src1: src-1 {
1060*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
1061*f126890aSEmmanuel Vadot					dmas = <&audma0 0x87>, <&audma1 0x9c>;
1062*f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
1063*f126890aSEmmanuel Vadot				};
1064*f126890aSEmmanuel Vadot				src2: src-2 {
1065*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
1066*f126890aSEmmanuel Vadot					dmas = <&audma0 0x89>, <&audma1 0x9e>;
1067*f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
1068*f126890aSEmmanuel Vadot				};
1069*f126890aSEmmanuel Vadot				src3: src-3 {
1070*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
1071*f126890aSEmmanuel Vadot					dmas = <&audma0 0x8b>, <&audma1 0xa0>;
1072*f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
1073*f126890aSEmmanuel Vadot				};
1074*f126890aSEmmanuel Vadot				src4: src-4 {
1075*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
1076*f126890aSEmmanuel Vadot					dmas = <&audma0 0x8d>, <&audma1 0xb0>;
1077*f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
1078*f126890aSEmmanuel Vadot				};
1079*f126890aSEmmanuel Vadot				src5: src-5 {
1080*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
1081*f126890aSEmmanuel Vadot					dmas = <&audma0 0x8f>, <&audma1 0xb2>;
1082*f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
1083*f126890aSEmmanuel Vadot				};
1084*f126890aSEmmanuel Vadot				src6: src-6 {
1085*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
1086*f126890aSEmmanuel Vadot					dmas = <&audma0 0x91>, <&audma1 0xb4>;
1087*f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
1088*f126890aSEmmanuel Vadot				};
1089*f126890aSEmmanuel Vadot				src7: src-7 {
1090*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
1091*f126890aSEmmanuel Vadot					dmas = <&audma0 0x93>, <&audma1 0xb6>;
1092*f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
1093*f126890aSEmmanuel Vadot				};
1094*f126890aSEmmanuel Vadot				src8: src-8 {
1095*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
1096*f126890aSEmmanuel Vadot					dmas = <&audma0 0x95>, <&audma1 0xb8>;
1097*f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
1098*f126890aSEmmanuel Vadot				};
1099*f126890aSEmmanuel Vadot				src9: src-9 {
1100*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>;
1101*f126890aSEmmanuel Vadot					dmas = <&audma0 0x97>, <&audma1 0xba>;
1102*f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
1103*f126890aSEmmanuel Vadot				};
1104*f126890aSEmmanuel Vadot			};
1105*f126890aSEmmanuel Vadot
1106*f126890aSEmmanuel Vadot			rcar_sound,ssi {
1107*f126890aSEmmanuel Vadot				ssi0: ssi-0 {
1108*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
1109*f126890aSEmmanuel Vadot					dmas = <&audma0 0x01>, <&audma1 0x02>,
1110*f126890aSEmmanuel Vadot					       <&audma0 0x15>, <&audma1 0x16>;
1111*f126890aSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1112*f126890aSEmmanuel Vadot				};
1113*f126890aSEmmanuel Vadot				ssi1: ssi-1 {
1114*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
1115*f126890aSEmmanuel Vadot					dmas = <&audma0 0x03>, <&audma1 0x04>,
1116*f126890aSEmmanuel Vadot					       <&audma0 0x49>, <&audma1 0x4a>;
1117*f126890aSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1118*f126890aSEmmanuel Vadot				};
1119*f126890aSEmmanuel Vadot				ssi2: ssi-2 {
1120*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 372 IRQ_TYPE_LEVEL_HIGH>;
1121*f126890aSEmmanuel Vadot					dmas = <&audma0 0x05>, <&audma1 0x06>,
1122*f126890aSEmmanuel Vadot					       <&audma0 0x63>, <&audma1 0x64>;
1123*f126890aSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1124*f126890aSEmmanuel Vadot				};
1125*f126890aSEmmanuel Vadot				ssi3: ssi-3 {
1126*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 373 IRQ_TYPE_LEVEL_HIGH>;
1127*f126890aSEmmanuel Vadot					dmas = <&audma0 0x07>, <&audma1 0x08>,
1128*f126890aSEmmanuel Vadot					       <&audma0 0x6f>, <&audma1 0x70>;
1129*f126890aSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1130*f126890aSEmmanuel Vadot				};
1131*f126890aSEmmanuel Vadot				ssi4: ssi-4 {
1132*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>;
1133*f126890aSEmmanuel Vadot					dmas = <&audma0 0x09>, <&audma1 0x0a>,
1134*f126890aSEmmanuel Vadot					       <&audma0 0x71>, <&audma1 0x72>;
1135*f126890aSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1136*f126890aSEmmanuel Vadot				};
1137*f126890aSEmmanuel Vadot				ssi5: ssi-5 {
1138*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>;
1139*f126890aSEmmanuel Vadot					dmas = <&audma0 0x0b>, <&audma1 0x0c>,
1140*f126890aSEmmanuel Vadot					       <&audma0 0x73>, <&audma1 0x74>;
1141*f126890aSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1142*f126890aSEmmanuel Vadot				};
1143*f126890aSEmmanuel Vadot				ssi6: ssi-6 {
1144*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 376 IRQ_TYPE_LEVEL_HIGH>;
1145*f126890aSEmmanuel Vadot					dmas = <&audma0 0x0d>, <&audma1 0x0e>,
1146*f126890aSEmmanuel Vadot					       <&audma0 0x75>, <&audma1 0x76>;
1147*f126890aSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1148*f126890aSEmmanuel Vadot				};
1149*f126890aSEmmanuel Vadot				ssi7: ssi-7 {
1150*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 377 IRQ_TYPE_LEVEL_HIGH>;
1151*f126890aSEmmanuel Vadot					dmas = <&audma0 0x0f>, <&audma1 0x10>,
1152*f126890aSEmmanuel Vadot					       <&audma0 0x79>, <&audma1 0x7a>;
1153*f126890aSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1154*f126890aSEmmanuel Vadot				};
1155*f126890aSEmmanuel Vadot				ssi8: ssi-8 {
1156*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 378 IRQ_TYPE_LEVEL_HIGH>;
1157*f126890aSEmmanuel Vadot					dmas = <&audma0 0x11>, <&audma1 0x12>,
1158*f126890aSEmmanuel Vadot					       <&audma0 0x7b>, <&audma1 0x7c>;
1159*f126890aSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1160*f126890aSEmmanuel Vadot				};
1161*f126890aSEmmanuel Vadot				ssi9: ssi-9 {
1162*f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>;
1163*f126890aSEmmanuel Vadot					dmas = <&audma0 0x13>, <&audma1 0x14>,
1164*f126890aSEmmanuel Vadot					       <&audma0 0x7d>, <&audma1 0x7e>;
1165*f126890aSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1166*f126890aSEmmanuel Vadot				};
1167*f126890aSEmmanuel Vadot			};
1168*f126890aSEmmanuel Vadot		};
1169*f126890aSEmmanuel Vadot
1170*f126890aSEmmanuel Vadot		audma0: dma-controller@ec700000 {
1171*f126890aSEmmanuel Vadot			compatible = "renesas,dmac-r8a7793",
1172*f126890aSEmmanuel Vadot				     "renesas,rcar-dmac";
1173*f126890aSEmmanuel Vadot			reg = <0 0xec700000 0 0x10000>;
1174*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>,
1175*f126890aSEmmanuel Vadot				     <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>,
1176*f126890aSEmmanuel Vadot				     <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>,
1177*f126890aSEmmanuel Vadot				     <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>,
1178*f126890aSEmmanuel Vadot				     <GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH>,
1179*f126890aSEmmanuel Vadot				     <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>,
1180*f126890aSEmmanuel Vadot				     <GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH>,
1181*f126890aSEmmanuel Vadot				     <GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>,
1182*f126890aSEmmanuel Vadot				     <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>,
1183*f126890aSEmmanuel Vadot				     <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>,
1184*f126890aSEmmanuel Vadot				     <GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH>,
1185*f126890aSEmmanuel Vadot				     <GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH>,
1186*f126890aSEmmanuel Vadot				     <GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH>,
1187*f126890aSEmmanuel Vadot				     <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>;
1188*f126890aSEmmanuel Vadot			interrupt-names = "error",
1189*f126890aSEmmanuel Vadot					  "ch0", "ch1", "ch2", "ch3",
1190*f126890aSEmmanuel Vadot					  "ch4", "ch5", "ch6", "ch7",
1191*f126890aSEmmanuel Vadot					  "ch8", "ch9", "ch10", "ch11",
1192*f126890aSEmmanuel Vadot					  "ch12";
1193*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 502>;
1194*f126890aSEmmanuel Vadot			clock-names = "fck";
1195*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1196*f126890aSEmmanuel Vadot			resets = <&cpg 502>;
1197*f126890aSEmmanuel Vadot			#dma-cells = <1>;
1198*f126890aSEmmanuel Vadot			dma-channels = <13>;
1199*f126890aSEmmanuel Vadot		};
1200*f126890aSEmmanuel Vadot
1201*f126890aSEmmanuel Vadot		audma1: dma-controller@ec720000 {
1202*f126890aSEmmanuel Vadot			compatible = "renesas,dmac-r8a7793",
1203*f126890aSEmmanuel Vadot				     "renesas,rcar-dmac";
1204*f126890aSEmmanuel Vadot			reg = <0 0xec720000 0 0x10000>;
1205*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 347 IRQ_TYPE_LEVEL_HIGH>,
1206*f126890aSEmmanuel Vadot				     <GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH>,
1207*f126890aSEmmanuel Vadot				     <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1208*f126890aSEmmanuel Vadot				     <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1209*f126890aSEmmanuel Vadot				     <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1210*f126890aSEmmanuel Vadot				     <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>,
1211*f126890aSEmmanuel Vadot				     <GIC_SPI 338 IRQ_TYPE_LEVEL_HIGH>,
1212*f126890aSEmmanuel Vadot				     <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>,
1213*f126890aSEmmanuel Vadot				     <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>,
1214*f126890aSEmmanuel Vadot				     <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>,
1215*f126890aSEmmanuel Vadot				     <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>,
1216*f126890aSEmmanuel Vadot				     <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>,
1217*f126890aSEmmanuel Vadot				     <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>,
1218*f126890aSEmmanuel Vadot				     <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>;
1219*f126890aSEmmanuel Vadot			interrupt-names = "error",
1220*f126890aSEmmanuel Vadot					  "ch0", "ch1", "ch2", "ch3",
1221*f126890aSEmmanuel Vadot					  "ch4", "ch5", "ch6", "ch7",
1222*f126890aSEmmanuel Vadot					  "ch8", "ch9", "ch10", "ch11",
1223*f126890aSEmmanuel Vadot					  "ch12";
1224*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 501>;
1225*f126890aSEmmanuel Vadot			clock-names = "fck";
1226*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1227*f126890aSEmmanuel Vadot			resets = <&cpg 501>;
1228*f126890aSEmmanuel Vadot			#dma-cells = <1>;
1229*f126890aSEmmanuel Vadot			dma-channels = <13>;
1230*f126890aSEmmanuel Vadot		};
1231*f126890aSEmmanuel Vadot
1232*f126890aSEmmanuel Vadot		sdhi0: mmc@ee100000 {
1233*f126890aSEmmanuel Vadot			compatible = "renesas,sdhi-r8a7793",
1234*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-sdhi";
1235*f126890aSEmmanuel Vadot			reg = <0 0xee100000 0 0x328>;
1236*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
1237*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 314>;
1238*f126890aSEmmanuel Vadot			dmas = <&dmac0 0xcd>, <&dmac0 0xce>,
1239*f126890aSEmmanuel Vadot			       <&dmac1 0xcd>, <&dmac1 0xce>;
1240*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
1241*f126890aSEmmanuel Vadot			max-frequency = <195000000>;
1242*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1243*f126890aSEmmanuel Vadot			resets = <&cpg 314>;
1244*f126890aSEmmanuel Vadot			status = "disabled";
1245*f126890aSEmmanuel Vadot		};
1246*f126890aSEmmanuel Vadot
1247*f126890aSEmmanuel Vadot		sdhi1: mmc@ee140000 {
1248*f126890aSEmmanuel Vadot			compatible = "renesas,sdhi-r8a7793",
1249*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-sdhi";
1250*f126890aSEmmanuel Vadot			reg = <0 0xee140000 0 0x100>;
1251*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>;
1252*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 312>;
1253*f126890aSEmmanuel Vadot			dmas = <&dmac0 0xc1>, <&dmac0 0xc2>,
1254*f126890aSEmmanuel Vadot			       <&dmac1 0xc1>, <&dmac1 0xc2>;
1255*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
1256*f126890aSEmmanuel Vadot			max-frequency = <97500000>;
1257*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1258*f126890aSEmmanuel Vadot			resets = <&cpg 312>;
1259*f126890aSEmmanuel Vadot			status = "disabled";
1260*f126890aSEmmanuel Vadot		};
1261*f126890aSEmmanuel Vadot
1262*f126890aSEmmanuel Vadot		sdhi2: mmc@ee160000 {
1263*f126890aSEmmanuel Vadot			compatible = "renesas,sdhi-r8a7793",
1264*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-sdhi";
1265*f126890aSEmmanuel Vadot			reg = <0 0xee160000 0 0x100>;
1266*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
1267*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 311>;
1268*f126890aSEmmanuel Vadot			dmas = <&dmac0 0xd3>, <&dmac0 0xd4>,
1269*f126890aSEmmanuel Vadot			       <&dmac1 0xd3>, <&dmac1 0xd4>;
1270*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
1271*f126890aSEmmanuel Vadot			max-frequency = <97500000>;
1272*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1273*f126890aSEmmanuel Vadot			resets = <&cpg 311>;
1274*f126890aSEmmanuel Vadot			status = "disabled";
1275*f126890aSEmmanuel Vadot		};
1276*f126890aSEmmanuel Vadot
1277*f126890aSEmmanuel Vadot		mmcif0: mmc@ee200000 {
1278*f126890aSEmmanuel Vadot			compatible = "renesas,mmcif-r8a7793",
1279*f126890aSEmmanuel Vadot				     "renesas,sh-mmcif";
1280*f126890aSEmmanuel Vadot			reg = <0 0xee200000 0 0x80>;
1281*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
1282*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 315>;
1283*f126890aSEmmanuel Vadot			dmas = <&dmac0 0xd1>, <&dmac0 0xd2>,
1284*f126890aSEmmanuel Vadot			       <&dmac1 0xd1>, <&dmac1 0xd2>;
1285*f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
1286*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1287*f126890aSEmmanuel Vadot			resets = <&cpg 315>;
1288*f126890aSEmmanuel Vadot			reg-io-width = <4>;
1289*f126890aSEmmanuel Vadot			status = "disabled";
1290*f126890aSEmmanuel Vadot			max-frequency = <97500000>;
1291*f126890aSEmmanuel Vadot		};
1292*f126890aSEmmanuel Vadot
1293*f126890aSEmmanuel Vadot		ether: ethernet@ee700000 {
1294*f126890aSEmmanuel Vadot			compatible = "renesas,ether-r8a7793",
1295*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-ether";
1296*f126890aSEmmanuel Vadot			reg = <0 0xee700000 0 0x400>;
1297*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
1298*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 813>;
1299*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1300*f126890aSEmmanuel Vadot			resets = <&cpg 813>;
1301*f126890aSEmmanuel Vadot			phy-mode = "rmii";
1302*f126890aSEmmanuel Vadot			#address-cells = <1>;
1303*f126890aSEmmanuel Vadot			#size-cells = <0>;
1304*f126890aSEmmanuel Vadot			status = "disabled";
1305*f126890aSEmmanuel Vadot		};
1306*f126890aSEmmanuel Vadot
1307*f126890aSEmmanuel Vadot		gic: interrupt-controller@f1001000 {
1308*f126890aSEmmanuel Vadot			compatible = "arm,gic-400";
1309*f126890aSEmmanuel Vadot			#interrupt-cells = <3>;
1310*f126890aSEmmanuel Vadot			#address-cells = <0>;
1311*f126890aSEmmanuel Vadot			interrupt-controller;
1312*f126890aSEmmanuel Vadot			reg = <0 0xf1001000 0 0x1000>,
1313*f126890aSEmmanuel Vadot				<0 0xf1002000 0 0x2000>,
1314*f126890aSEmmanuel Vadot				<0 0xf1004000 0 0x2000>,
1315*f126890aSEmmanuel Vadot				<0 0xf1006000 0 0x2000>;
1316*f126890aSEmmanuel Vadot			interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
1317*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 408>;
1318*f126890aSEmmanuel Vadot			clock-names = "clk";
1319*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1320*f126890aSEmmanuel Vadot			resets = <&cpg 408>;
1321*f126890aSEmmanuel Vadot		};
1322*f126890aSEmmanuel Vadot
1323*f126890aSEmmanuel Vadot		fdp1@fe940000 {
1324*f126890aSEmmanuel Vadot			compatible = "renesas,fdp1";
1325*f126890aSEmmanuel Vadot			reg = <0 0xfe940000 0 0x2400>;
1326*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
1327*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 119>;
1328*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1329*f126890aSEmmanuel Vadot			resets = <&cpg 119>;
1330*f126890aSEmmanuel Vadot		};
1331*f126890aSEmmanuel Vadot
1332*f126890aSEmmanuel Vadot		fdp1@fe944000 {
1333*f126890aSEmmanuel Vadot			compatible = "renesas,fdp1";
1334*f126890aSEmmanuel Vadot			reg = <0 0xfe944000 0 0x2400>;
1335*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>;
1336*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 118>;
1337*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1338*f126890aSEmmanuel Vadot			resets = <&cpg 118>;
1339*f126890aSEmmanuel Vadot		};
1340*f126890aSEmmanuel Vadot
1341*f126890aSEmmanuel Vadot		du: display@feb00000 {
1342*f126890aSEmmanuel Vadot			compatible = "renesas,du-r8a7793";
1343*f126890aSEmmanuel Vadot			reg = <0 0xfeb00000 0 0x40000>;
1344*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
1345*f126890aSEmmanuel Vadot				     <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
1346*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>;
1347*f126890aSEmmanuel Vadot			clock-names = "du.0", "du.1";
1348*f126890aSEmmanuel Vadot			resets = <&cpg 724>;
1349*f126890aSEmmanuel Vadot			reset-names = "du.0";
1350*f126890aSEmmanuel Vadot			status = "disabled";
1351*f126890aSEmmanuel Vadot
1352*f126890aSEmmanuel Vadot			ports {
1353*f126890aSEmmanuel Vadot				#address-cells = <1>;
1354*f126890aSEmmanuel Vadot				#size-cells = <0>;
1355*f126890aSEmmanuel Vadot
1356*f126890aSEmmanuel Vadot				port@0 {
1357*f126890aSEmmanuel Vadot					reg = <0>;
1358*f126890aSEmmanuel Vadot					du_out_rgb: endpoint {
1359*f126890aSEmmanuel Vadot					};
1360*f126890aSEmmanuel Vadot				};
1361*f126890aSEmmanuel Vadot				port@1 {
1362*f126890aSEmmanuel Vadot					reg = <1>;
1363*f126890aSEmmanuel Vadot					du_out_lvds0: endpoint {
1364*f126890aSEmmanuel Vadot						remote-endpoint = <&lvds0_in>;
1365*f126890aSEmmanuel Vadot					};
1366*f126890aSEmmanuel Vadot				};
1367*f126890aSEmmanuel Vadot			};
1368*f126890aSEmmanuel Vadot		};
1369*f126890aSEmmanuel Vadot
1370*f126890aSEmmanuel Vadot		lvds0: lvds@feb90000 {
1371*f126890aSEmmanuel Vadot			compatible = "renesas,r8a7793-lvds";
1372*f126890aSEmmanuel Vadot			reg = <0 0xfeb90000 0 0x1c>;
1373*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 726>;
1374*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1375*f126890aSEmmanuel Vadot			resets = <&cpg 726>;
1376*f126890aSEmmanuel Vadot
1377*f126890aSEmmanuel Vadot			status = "disabled";
1378*f126890aSEmmanuel Vadot
1379*f126890aSEmmanuel Vadot			ports {
1380*f126890aSEmmanuel Vadot				#address-cells = <1>;
1381*f126890aSEmmanuel Vadot				#size-cells = <0>;
1382*f126890aSEmmanuel Vadot
1383*f126890aSEmmanuel Vadot				port@0 {
1384*f126890aSEmmanuel Vadot					reg = <0>;
1385*f126890aSEmmanuel Vadot					lvds0_in: endpoint {
1386*f126890aSEmmanuel Vadot						remote-endpoint = <&du_out_lvds0>;
1387*f126890aSEmmanuel Vadot					};
1388*f126890aSEmmanuel Vadot				};
1389*f126890aSEmmanuel Vadot				port@1 {
1390*f126890aSEmmanuel Vadot					reg = <1>;
1391*f126890aSEmmanuel Vadot					lvds0_out: endpoint {
1392*f126890aSEmmanuel Vadot					};
1393*f126890aSEmmanuel Vadot				};
1394*f126890aSEmmanuel Vadot			};
1395*f126890aSEmmanuel Vadot		};
1396*f126890aSEmmanuel Vadot
1397*f126890aSEmmanuel Vadot		prr: chipid@ff000044 {
1398*f126890aSEmmanuel Vadot			compatible = "renesas,prr";
1399*f126890aSEmmanuel Vadot			reg = <0 0xff000044 0 4>;
1400*f126890aSEmmanuel Vadot		};
1401*f126890aSEmmanuel Vadot
1402*f126890aSEmmanuel Vadot		cmt0: timer@ffca0000 {
1403*f126890aSEmmanuel Vadot			compatible = "renesas,r8a7793-cmt0",
1404*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-cmt0";
1405*f126890aSEmmanuel Vadot			reg = <0 0xffca0000 0 0x1004>;
1406*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
1407*f126890aSEmmanuel Vadot				     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
1408*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 124>;
1409*f126890aSEmmanuel Vadot			clock-names = "fck";
1410*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1411*f126890aSEmmanuel Vadot			resets = <&cpg 124>;
1412*f126890aSEmmanuel Vadot
1413*f126890aSEmmanuel Vadot			status = "disabled";
1414*f126890aSEmmanuel Vadot		};
1415*f126890aSEmmanuel Vadot
1416*f126890aSEmmanuel Vadot		cmt1: timer@e6130000 {
1417*f126890aSEmmanuel Vadot			compatible = "renesas,r8a7793-cmt1",
1418*f126890aSEmmanuel Vadot				     "renesas,rcar-gen2-cmt1";
1419*f126890aSEmmanuel Vadot			reg = <0 0xe6130000 0 0x1004>;
1420*f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
1421*f126890aSEmmanuel Vadot				     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
1422*f126890aSEmmanuel Vadot				     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
1423*f126890aSEmmanuel Vadot				     <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
1424*f126890aSEmmanuel Vadot				     <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
1425*f126890aSEmmanuel Vadot				     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
1426*f126890aSEmmanuel Vadot				     <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
1427*f126890aSEmmanuel Vadot				     <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
1428*f126890aSEmmanuel Vadot			clocks = <&cpg CPG_MOD 329>;
1429*f126890aSEmmanuel Vadot			clock-names = "fck";
1430*f126890aSEmmanuel Vadot			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
1431*f126890aSEmmanuel Vadot			resets = <&cpg 329>;
1432*f126890aSEmmanuel Vadot
1433*f126890aSEmmanuel Vadot			status = "disabled";
1434*f126890aSEmmanuel Vadot		};
1435*f126890aSEmmanuel Vadot	};
1436*f126890aSEmmanuel Vadot
1437*f126890aSEmmanuel Vadot	thermal-zones {
1438*f126890aSEmmanuel Vadot		cpu_thermal: cpu-thermal {
1439*f126890aSEmmanuel Vadot			polling-delay-passive = <0>;
1440*f126890aSEmmanuel Vadot			polling-delay = <0>;
1441*f126890aSEmmanuel Vadot
1442*f126890aSEmmanuel Vadot			thermal-sensors = <&thermal>;
1443*f126890aSEmmanuel Vadot
1444*f126890aSEmmanuel Vadot			trips {
1445*f126890aSEmmanuel Vadot				cpu-crit {
1446*f126890aSEmmanuel Vadot					temperature = <95000>;
1447*f126890aSEmmanuel Vadot					hysteresis = <0>;
1448*f126890aSEmmanuel Vadot					type = "critical";
1449*f126890aSEmmanuel Vadot				};
1450*f126890aSEmmanuel Vadot			};
1451*f126890aSEmmanuel Vadot			cooling-maps {
1452*f126890aSEmmanuel Vadot			};
1453*f126890aSEmmanuel Vadot		};
1454*f126890aSEmmanuel Vadot	};
1455*f126890aSEmmanuel Vadot
1456*f126890aSEmmanuel Vadot	timer {
1457*f126890aSEmmanuel Vadot		compatible = "arm,armv7-timer";
1458*f126890aSEmmanuel Vadot		interrupts-extended = <&gic GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1459*f126890aSEmmanuel Vadot				      <&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1460*f126890aSEmmanuel Vadot				      <&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1461*f126890aSEmmanuel Vadot				      <&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
1462*f126890aSEmmanuel Vadot	};
1463*f126890aSEmmanuel Vadot
1464*f126890aSEmmanuel Vadot	/* External USB clock - can be overridden by the board */
1465*f126890aSEmmanuel Vadot	usb_extal_clk: usb_extal {
1466*f126890aSEmmanuel Vadot		compatible = "fixed-clock";
1467*f126890aSEmmanuel Vadot		#clock-cells = <0>;
1468*f126890aSEmmanuel Vadot		clock-frequency = <48000000>;
1469*f126890aSEmmanuel Vadot	};
1470*f126890aSEmmanuel Vadot};
1471