xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77990.dtsi (revision cb7aa33ac6cd46a5434798e50363136e64f3ae98)
1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2c66ec88fSEmmanuel Vadot/*
3c66ec88fSEmmanuel Vadot * Device Tree Source for the R-Car E3 (R8A77990) SoC
4c66ec88fSEmmanuel Vadot *
5c66ec88fSEmmanuel Vadot * Copyright (C) 2018-2019 Renesas Electronics Corp.
6c66ec88fSEmmanuel Vadot */
7c66ec88fSEmmanuel Vadot
8c66ec88fSEmmanuel Vadot#include <dt-bindings/clock/r8a77990-cpg-mssr.h>
9c66ec88fSEmmanuel Vadot#include <dt-bindings/interrupt-controller/arm-gic.h>
10c66ec88fSEmmanuel Vadot#include <dt-bindings/power/r8a77990-sysc.h>
11c66ec88fSEmmanuel Vadot
12c66ec88fSEmmanuel Vadot/ {
13c66ec88fSEmmanuel Vadot	compatible = "renesas,r8a77990";
14c66ec88fSEmmanuel Vadot	#address-cells = <2>;
15c66ec88fSEmmanuel Vadot	#size-cells = <2>;
16c66ec88fSEmmanuel Vadot
17c66ec88fSEmmanuel Vadot	/*
18c66ec88fSEmmanuel Vadot	 * The external audio clocks are configured as 0 Hz fixed frequency
19c66ec88fSEmmanuel Vadot	 * clocks by default.
20c66ec88fSEmmanuel Vadot	 * Boards that provide audio clocks should override them.
21c66ec88fSEmmanuel Vadot	 */
22c66ec88fSEmmanuel Vadot	audio_clk_a: audio_clk_a {
23c66ec88fSEmmanuel Vadot		compatible = "fixed-clock";
24c66ec88fSEmmanuel Vadot		#clock-cells = <0>;
25c66ec88fSEmmanuel Vadot		clock-frequency = <0>;
26c66ec88fSEmmanuel Vadot	};
27c66ec88fSEmmanuel Vadot
28c66ec88fSEmmanuel Vadot	audio_clk_b: audio_clk_b {
29c66ec88fSEmmanuel Vadot		compatible = "fixed-clock";
30c66ec88fSEmmanuel Vadot		#clock-cells = <0>;
31c66ec88fSEmmanuel Vadot		clock-frequency = <0>;
32c66ec88fSEmmanuel Vadot	};
33c66ec88fSEmmanuel Vadot
34c66ec88fSEmmanuel Vadot	audio_clk_c: audio_clk_c {
35c66ec88fSEmmanuel Vadot		compatible = "fixed-clock";
36c66ec88fSEmmanuel Vadot		#clock-cells = <0>;
37c66ec88fSEmmanuel Vadot		clock-frequency = <0>;
38c66ec88fSEmmanuel Vadot	};
39c66ec88fSEmmanuel Vadot
40c66ec88fSEmmanuel Vadot	/* External CAN clock - to be overridden by boards that provide it */
41c66ec88fSEmmanuel Vadot	can_clk: can {
42c66ec88fSEmmanuel Vadot		compatible = "fixed-clock";
43c66ec88fSEmmanuel Vadot		#clock-cells = <0>;
44c66ec88fSEmmanuel Vadot		clock-frequency = <0>;
45c66ec88fSEmmanuel Vadot	};
46c66ec88fSEmmanuel Vadot
47e67e8565SEmmanuel Vadot	cluster1_opp: opp-table-1 {
48c66ec88fSEmmanuel Vadot		compatible = "operating-points-v2";
49c66ec88fSEmmanuel Vadot		opp-shared;
50c66ec88fSEmmanuel Vadot		opp-800000000 {
51c66ec88fSEmmanuel Vadot			opp-hz = /bits/ 64 <800000000>;
52c66ec88fSEmmanuel Vadot			opp-microvolt = <820000>;
53c66ec88fSEmmanuel Vadot			clock-latency-ns = <300000>;
54c66ec88fSEmmanuel Vadot		};
55c66ec88fSEmmanuel Vadot		opp-1000000000 {
56c66ec88fSEmmanuel Vadot			opp-hz = /bits/ 64 <1000000000>;
57c66ec88fSEmmanuel Vadot			opp-microvolt = <820000>;
58c66ec88fSEmmanuel Vadot			clock-latency-ns = <300000>;
59c66ec88fSEmmanuel Vadot		};
60c66ec88fSEmmanuel Vadot		opp-1200000000 {
61c66ec88fSEmmanuel Vadot			opp-hz = /bits/ 64 <1200000000>;
62c66ec88fSEmmanuel Vadot			opp-microvolt = <820000>;
63c66ec88fSEmmanuel Vadot			clock-latency-ns = <300000>;
64c66ec88fSEmmanuel Vadot			opp-suspend;
65c66ec88fSEmmanuel Vadot		};
66c66ec88fSEmmanuel Vadot	};
67c66ec88fSEmmanuel Vadot
68c66ec88fSEmmanuel Vadot	cpus {
69c66ec88fSEmmanuel Vadot		#address-cells = <1>;
70c66ec88fSEmmanuel Vadot		#size-cells = <0>;
71c66ec88fSEmmanuel Vadot
72c66ec88fSEmmanuel Vadot		a53_0: cpu@0 {
73c66ec88fSEmmanuel Vadot			compatible = "arm,cortex-a53";
74c66ec88fSEmmanuel Vadot			reg = <0>;
75c66ec88fSEmmanuel Vadot			device_type = "cpu";
76c66ec88fSEmmanuel Vadot			#cooling-cells = <2>;
77c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_CA53_CPU0>;
78c66ec88fSEmmanuel Vadot			next-level-cache = <&L2_CA53>;
79c66ec88fSEmmanuel Vadot			enable-method = "psci";
80c66ec88fSEmmanuel Vadot			cpu-idle-states = <&CPU_SLEEP_0>;
81c66ec88fSEmmanuel Vadot			dynamic-power-coefficient = <277>;
82c66ec88fSEmmanuel Vadot			clocks =<&cpg CPG_CORE R8A77990_CLK_Z2>;
83c66ec88fSEmmanuel Vadot			operating-points-v2 = <&cluster1_opp>;
84c66ec88fSEmmanuel Vadot		};
85c66ec88fSEmmanuel Vadot
86c66ec88fSEmmanuel Vadot		a53_1: cpu@1 {
87c66ec88fSEmmanuel Vadot			compatible = "arm,cortex-a53";
88c66ec88fSEmmanuel Vadot			reg = <1>;
89c66ec88fSEmmanuel Vadot			device_type = "cpu";
90c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_CA53_CPU1>;
91c66ec88fSEmmanuel Vadot			next-level-cache = <&L2_CA53>;
92c66ec88fSEmmanuel Vadot			enable-method = "psci";
93c66ec88fSEmmanuel Vadot			cpu-idle-states = <&CPU_SLEEP_0>;
94c66ec88fSEmmanuel Vadot			clocks =<&cpg CPG_CORE R8A77990_CLK_Z2>;
95c66ec88fSEmmanuel Vadot			operating-points-v2 = <&cluster1_opp>;
96c66ec88fSEmmanuel Vadot		};
97c66ec88fSEmmanuel Vadot
98c66ec88fSEmmanuel Vadot		L2_CA53: cache-controller-0 {
99c66ec88fSEmmanuel Vadot			compatible = "cache";
100c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_CA53_SCU>;
101c66ec88fSEmmanuel Vadot			cache-unified;
102c66ec88fSEmmanuel Vadot			cache-level = <2>;
103c66ec88fSEmmanuel Vadot		};
104c66ec88fSEmmanuel Vadot
105c66ec88fSEmmanuel Vadot		idle-states {
106c66ec88fSEmmanuel Vadot			entry-method = "psci";
107c66ec88fSEmmanuel Vadot
108c66ec88fSEmmanuel Vadot			CPU_SLEEP_0: cpu-sleep-0 {
109c66ec88fSEmmanuel Vadot				compatible = "arm,idle-state";
110c66ec88fSEmmanuel Vadot				arm,psci-suspend-param = <0x0010000>;
111c66ec88fSEmmanuel Vadot				local-timer-stop;
112c66ec88fSEmmanuel Vadot				entry-latency-us = <700>;
113c66ec88fSEmmanuel Vadot				exit-latency-us = <700>;
114c66ec88fSEmmanuel Vadot				min-residency-us = <5000>;
115c66ec88fSEmmanuel Vadot			};
116c66ec88fSEmmanuel Vadot		};
117c66ec88fSEmmanuel Vadot	};
118c66ec88fSEmmanuel Vadot
119c66ec88fSEmmanuel Vadot	extal_clk: extal {
120c66ec88fSEmmanuel Vadot		compatible = "fixed-clock";
121c66ec88fSEmmanuel Vadot		#clock-cells = <0>;
122c66ec88fSEmmanuel Vadot		/* This value must be overridden by the board */
123c66ec88fSEmmanuel Vadot		clock-frequency = <0>;
124c66ec88fSEmmanuel Vadot	};
125c66ec88fSEmmanuel Vadot
126c66ec88fSEmmanuel Vadot	/* External PCIe clock - can be overridden by the board */
127c66ec88fSEmmanuel Vadot	pcie_bus_clk: pcie_bus {
128c66ec88fSEmmanuel Vadot		compatible = "fixed-clock";
129c66ec88fSEmmanuel Vadot		#clock-cells = <0>;
130c66ec88fSEmmanuel Vadot		clock-frequency = <0>;
131c66ec88fSEmmanuel Vadot	};
132c66ec88fSEmmanuel Vadot
133c66ec88fSEmmanuel Vadot	pmu_a53 {
134c66ec88fSEmmanuel Vadot		compatible = "arm,cortex-a53-pmu";
135c66ec88fSEmmanuel Vadot		interrupts-extended = <&gic GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>,
136c66ec88fSEmmanuel Vadot				      <&gic GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
137c66ec88fSEmmanuel Vadot		interrupt-affinity = <&a53_0>, <&a53_1>;
138c66ec88fSEmmanuel Vadot	};
139c66ec88fSEmmanuel Vadot
140c66ec88fSEmmanuel Vadot	psci {
141c66ec88fSEmmanuel Vadot		compatible = "arm,psci-1.0", "arm,psci-0.2";
142c66ec88fSEmmanuel Vadot		method = "smc";
143c66ec88fSEmmanuel Vadot	};
144c66ec88fSEmmanuel Vadot
145c66ec88fSEmmanuel Vadot	/* External SCIF clock - to be overridden by boards that provide it */
146c66ec88fSEmmanuel Vadot	scif_clk: scif {
147c66ec88fSEmmanuel Vadot		compatible = "fixed-clock";
148c66ec88fSEmmanuel Vadot		#clock-cells = <0>;
149c66ec88fSEmmanuel Vadot		clock-frequency = <0>;
150c66ec88fSEmmanuel Vadot	};
151c66ec88fSEmmanuel Vadot
152c66ec88fSEmmanuel Vadot	soc: soc {
153c66ec88fSEmmanuel Vadot		compatible = "simple-bus";
154c66ec88fSEmmanuel Vadot		interrupt-parent = <&gic>;
155c66ec88fSEmmanuel Vadot		#address-cells = <2>;
156c66ec88fSEmmanuel Vadot		#size-cells = <2>;
157c66ec88fSEmmanuel Vadot		ranges;
158c66ec88fSEmmanuel Vadot
159c66ec88fSEmmanuel Vadot		rwdt: watchdog@e6020000 {
160c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-wdt",
161c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-wdt";
162c66ec88fSEmmanuel Vadot			reg = <0 0xe6020000 0 0x0c>;
163d5b0e70fSEmmanuel Vadot			interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
164c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 402>;
165c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
166c66ec88fSEmmanuel Vadot			resets = <&cpg 402>;
167c66ec88fSEmmanuel Vadot			status = "disabled";
168c66ec88fSEmmanuel Vadot		};
169c66ec88fSEmmanuel Vadot
170c66ec88fSEmmanuel Vadot		gpio0: gpio@e6050000 {
171c66ec88fSEmmanuel Vadot			compatible = "renesas,gpio-r8a77990",
172c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-gpio";
173c66ec88fSEmmanuel Vadot			reg = <0 0xe6050000 0 0x50>;
174c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
175c66ec88fSEmmanuel Vadot			#gpio-cells = <2>;
176c66ec88fSEmmanuel Vadot			gpio-controller;
177c66ec88fSEmmanuel Vadot			gpio-ranges = <&pfc 0 0 18>;
178c66ec88fSEmmanuel Vadot			#interrupt-cells = <2>;
179c66ec88fSEmmanuel Vadot			interrupt-controller;
180c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 912>;
181c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
182c66ec88fSEmmanuel Vadot			resets = <&cpg 912>;
183c66ec88fSEmmanuel Vadot		};
184c66ec88fSEmmanuel Vadot
185c66ec88fSEmmanuel Vadot		gpio1: gpio@e6051000 {
186c66ec88fSEmmanuel Vadot			compatible = "renesas,gpio-r8a77990",
187c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-gpio";
188c66ec88fSEmmanuel Vadot			reg = <0 0xe6051000 0 0x50>;
189c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
190c66ec88fSEmmanuel Vadot			#gpio-cells = <2>;
191c66ec88fSEmmanuel Vadot			gpio-controller;
192c66ec88fSEmmanuel Vadot			gpio-ranges = <&pfc 0 32 23>;
193c66ec88fSEmmanuel Vadot			#interrupt-cells = <2>;
194c66ec88fSEmmanuel Vadot			interrupt-controller;
195c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 911>;
196c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
197c66ec88fSEmmanuel Vadot			resets = <&cpg 911>;
198c66ec88fSEmmanuel Vadot		};
199c66ec88fSEmmanuel Vadot
200c66ec88fSEmmanuel Vadot		gpio2: gpio@e6052000 {
201c66ec88fSEmmanuel Vadot			compatible = "renesas,gpio-r8a77990",
202c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-gpio";
203c66ec88fSEmmanuel Vadot			reg = <0 0xe6052000 0 0x50>;
204c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
205c66ec88fSEmmanuel Vadot			#gpio-cells = <2>;
206c66ec88fSEmmanuel Vadot			gpio-controller;
207c66ec88fSEmmanuel Vadot			gpio-ranges = <&pfc 0 64 26>;
208c66ec88fSEmmanuel Vadot			#interrupt-cells = <2>;
209c66ec88fSEmmanuel Vadot			interrupt-controller;
210c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 910>;
211c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
212c66ec88fSEmmanuel Vadot			resets = <&cpg 910>;
213c66ec88fSEmmanuel Vadot		};
214c66ec88fSEmmanuel Vadot
215c66ec88fSEmmanuel Vadot		gpio3: gpio@e6053000 {
216c66ec88fSEmmanuel Vadot			compatible = "renesas,gpio-r8a77990",
217c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-gpio";
218c66ec88fSEmmanuel Vadot			reg = <0 0xe6053000 0 0x50>;
219c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
220c66ec88fSEmmanuel Vadot			#gpio-cells = <2>;
221c66ec88fSEmmanuel Vadot			gpio-controller;
222c66ec88fSEmmanuel Vadot			gpio-ranges = <&pfc 0 96 16>;
223c66ec88fSEmmanuel Vadot			#interrupt-cells = <2>;
224c66ec88fSEmmanuel Vadot			interrupt-controller;
225c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 909>;
226c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
227c66ec88fSEmmanuel Vadot			resets = <&cpg 909>;
228c66ec88fSEmmanuel Vadot		};
229c66ec88fSEmmanuel Vadot
230c66ec88fSEmmanuel Vadot		gpio4: gpio@e6054000 {
231c66ec88fSEmmanuel Vadot			compatible = "renesas,gpio-r8a77990",
232c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-gpio";
233c66ec88fSEmmanuel Vadot			reg = <0 0xe6054000 0 0x50>;
234c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
235c66ec88fSEmmanuel Vadot			#gpio-cells = <2>;
236c66ec88fSEmmanuel Vadot			gpio-controller;
237c66ec88fSEmmanuel Vadot			gpio-ranges = <&pfc 0 128 11>;
238c66ec88fSEmmanuel Vadot			#interrupt-cells = <2>;
239c66ec88fSEmmanuel Vadot			interrupt-controller;
240c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 908>;
241c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
242c66ec88fSEmmanuel Vadot			resets = <&cpg 908>;
243c66ec88fSEmmanuel Vadot		};
244c66ec88fSEmmanuel Vadot
245c66ec88fSEmmanuel Vadot		gpio5: gpio@e6055000 {
246c66ec88fSEmmanuel Vadot			compatible = "renesas,gpio-r8a77990",
247c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-gpio";
248c66ec88fSEmmanuel Vadot			reg = <0 0xe6055000 0 0x50>;
249c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
250c66ec88fSEmmanuel Vadot			#gpio-cells = <2>;
251c66ec88fSEmmanuel Vadot			gpio-controller;
252c66ec88fSEmmanuel Vadot			gpio-ranges = <&pfc 0 160 20>;
253c66ec88fSEmmanuel Vadot			#interrupt-cells = <2>;
254c66ec88fSEmmanuel Vadot			interrupt-controller;
255c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 907>;
256c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
257c66ec88fSEmmanuel Vadot			resets = <&cpg 907>;
258c66ec88fSEmmanuel Vadot		};
259c66ec88fSEmmanuel Vadot
260c66ec88fSEmmanuel Vadot		gpio6: gpio@e6055400 {
261c66ec88fSEmmanuel Vadot			compatible = "renesas,gpio-r8a77990",
262c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-gpio";
263c66ec88fSEmmanuel Vadot			reg = <0 0xe6055400 0 0x50>;
264c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
265c66ec88fSEmmanuel Vadot			#gpio-cells = <2>;
266c66ec88fSEmmanuel Vadot			gpio-controller;
267c66ec88fSEmmanuel Vadot			gpio-ranges = <&pfc 0 192 18>;
268c66ec88fSEmmanuel Vadot			#interrupt-cells = <2>;
269c66ec88fSEmmanuel Vadot			interrupt-controller;
270c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 906>;
271c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
272c66ec88fSEmmanuel Vadot			resets = <&cpg 906>;
273c66ec88fSEmmanuel Vadot		};
274c66ec88fSEmmanuel Vadot
2756be33864SEmmanuel Vadot		pfc: pinctrl@e6060000 {
276c66ec88fSEmmanuel Vadot			compatible = "renesas,pfc-r8a77990";
277c66ec88fSEmmanuel Vadot			reg = <0 0xe6060000 0 0x508>;
278c66ec88fSEmmanuel Vadot		};
279c66ec88fSEmmanuel Vadot
280c66ec88fSEmmanuel Vadot		i2c_dvfs: i2c@e60b0000 {
281c66ec88fSEmmanuel Vadot			#address-cells = <1>;
282c66ec88fSEmmanuel Vadot			#size-cells = <0>;
283354d7675SEmmanuel Vadot			compatible = "renesas,iic-r8a77990",
284354d7675SEmmanuel Vadot				     "renesas,rcar-gen3-iic",
285354d7675SEmmanuel Vadot				     "renesas,rmobile-iic";
286354d7675SEmmanuel Vadot			reg = <0 0xe60b0000 0 0x425>;
287c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
288c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 926>;
289c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
290c66ec88fSEmmanuel Vadot			resets = <&cpg 926>;
291c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x11>, <&dmac0 0x10>;
292c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
293c66ec88fSEmmanuel Vadot			status = "disabled";
294c66ec88fSEmmanuel Vadot		};
295c66ec88fSEmmanuel Vadot
296c66ec88fSEmmanuel Vadot		cmt0: timer@e60f0000 {
297c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-cmt0",
298c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-cmt0";
299c66ec88fSEmmanuel Vadot			reg = <0 0xe60f0000 0 0x1004>;
300c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
301c66ec88fSEmmanuel Vadot				     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
302c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 303>;
303c66ec88fSEmmanuel Vadot			clock-names = "fck";
304c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
305c66ec88fSEmmanuel Vadot			resets = <&cpg 303>;
306c66ec88fSEmmanuel Vadot			status = "disabled";
307c66ec88fSEmmanuel Vadot		};
308c66ec88fSEmmanuel Vadot
309c66ec88fSEmmanuel Vadot		cmt1: timer@e6130000 {
310c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-cmt1",
311c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-cmt1";
312c66ec88fSEmmanuel Vadot			reg = <0 0xe6130000 0 0x1004>;
313c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
314c66ec88fSEmmanuel Vadot				     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
315c66ec88fSEmmanuel Vadot				     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
316c66ec88fSEmmanuel Vadot				     <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
317c66ec88fSEmmanuel Vadot				     <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
318c66ec88fSEmmanuel Vadot				     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
319c66ec88fSEmmanuel Vadot				     <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
320c66ec88fSEmmanuel Vadot				     <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
321c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 302>;
322c66ec88fSEmmanuel Vadot			clock-names = "fck";
323c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
324c66ec88fSEmmanuel Vadot			resets = <&cpg 302>;
325c66ec88fSEmmanuel Vadot			status = "disabled";
326c66ec88fSEmmanuel Vadot		};
327c66ec88fSEmmanuel Vadot
328c66ec88fSEmmanuel Vadot		cmt2: timer@e6140000 {
329c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-cmt1",
330c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-cmt1";
331c66ec88fSEmmanuel Vadot			reg = <0 0xe6140000 0 0x1004>;
332c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 398 IRQ_TYPE_LEVEL_HIGH>,
333c66ec88fSEmmanuel Vadot				     <GIC_SPI 399 IRQ_TYPE_LEVEL_HIGH>,
334c66ec88fSEmmanuel Vadot				     <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>,
335c66ec88fSEmmanuel Vadot				     <GIC_SPI 401 IRQ_TYPE_LEVEL_HIGH>,
336c66ec88fSEmmanuel Vadot				     <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>,
337c66ec88fSEmmanuel Vadot				     <GIC_SPI 403 IRQ_TYPE_LEVEL_HIGH>,
338c66ec88fSEmmanuel Vadot				     <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>,
339c66ec88fSEmmanuel Vadot				     <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>;
340c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 301>;
341c66ec88fSEmmanuel Vadot			clock-names = "fck";
342c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
343c66ec88fSEmmanuel Vadot			resets = <&cpg 301>;
344c66ec88fSEmmanuel Vadot			status = "disabled";
345c66ec88fSEmmanuel Vadot		};
346c66ec88fSEmmanuel Vadot
347c66ec88fSEmmanuel Vadot		cmt3: timer@e6148000 {
348c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-cmt1",
349c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-cmt1";
350c66ec88fSEmmanuel Vadot			reg = <0 0xe6148000 0 0x1004>;
351c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 470 IRQ_TYPE_LEVEL_HIGH>,
352c66ec88fSEmmanuel Vadot				     <GIC_SPI 471 IRQ_TYPE_LEVEL_HIGH>,
353c66ec88fSEmmanuel Vadot				     <GIC_SPI 472 IRQ_TYPE_LEVEL_HIGH>,
354c66ec88fSEmmanuel Vadot				     <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>,
355c66ec88fSEmmanuel Vadot				     <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>,
356c66ec88fSEmmanuel Vadot				     <GIC_SPI 475 IRQ_TYPE_LEVEL_HIGH>,
357c66ec88fSEmmanuel Vadot				     <GIC_SPI 476 IRQ_TYPE_LEVEL_HIGH>,
358c66ec88fSEmmanuel Vadot				     <GIC_SPI 477 IRQ_TYPE_LEVEL_HIGH>;
359c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 300>;
360c66ec88fSEmmanuel Vadot			clock-names = "fck";
361c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
362c66ec88fSEmmanuel Vadot			resets = <&cpg 300>;
363c66ec88fSEmmanuel Vadot			status = "disabled";
364c66ec88fSEmmanuel Vadot		};
365c66ec88fSEmmanuel Vadot
366c66ec88fSEmmanuel Vadot		cpg: clock-controller@e6150000 {
367c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-cpg-mssr";
368c66ec88fSEmmanuel Vadot			reg = <0 0xe6150000 0 0x1000>;
369c66ec88fSEmmanuel Vadot			clocks = <&extal_clk>;
370c66ec88fSEmmanuel Vadot			clock-names = "extal";
371c66ec88fSEmmanuel Vadot			#clock-cells = <2>;
372c66ec88fSEmmanuel Vadot			#power-domain-cells = <0>;
373c66ec88fSEmmanuel Vadot			#reset-cells = <1>;
374c66ec88fSEmmanuel Vadot		};
375c66ec88fSEmmanuel Vadot
376c66ec88fSEmmanuel Vadot		rst: reset-controller@e6160000 {
377c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-rst";
378c66ec88fSEmmanuel Vadot			reg = <0 0xe6160000 0 0x0200>;
379c66ec88fSEmmanuel Vadot		};
380c66ec88fSEmmanuel Vadot
381c66ec88fSEmmanuel Vadot		sysc: system-controller@e6180000 {
382c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-sysc";
383c66ec88fSEmmanuel Vadot			reg = <0 0xe6180000 0 0x0400>;
384c66ec88fSEmmanuel Vadot			#power-domain-cells = <1>;
385c66ec88fSEmmanuel Vadot		};
386c66ec88fSEmmanuel Vadot
387c66ec88fSEmmanuel Vadot		thermal: thermal@e6190000 {
388c66ec88fSEmmanuel Vadot			compatible = "renesas,thermal-r8a77990";
389c66ec88fSEmmanuel Vadot			reg = <0 0xe6190000 0 0x10>, <0 0xe6190100 0 0x38>;
390c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
391c66ec88fSEmmanuel Vadot				     <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
392c66ec88fSEmmanuel Vadot				     <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
393c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 522>;
394c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
395c66ec88fSEmmanuel Vadot			resets = <&cpg 522>;
396c66ec88fSEmmanuel Vadot			#thermal-sensor-cells = <0>;
397c66ec88fSEmmanuel Vadot		};
398c66ec88fSEmmanuel Vadot
399c66ec88fSEmmanuel Vadot		intc_ex: interrupt-controller@e61c0000 {
400c66ec88fSEmmanuel Vadot			compatible = "renesas,intc-ex-r8a77990", "renesas,irqc";
401c66ec88fSEmmanuel Vadot			#interrupt-cells = <2>;
402c66ec88fSEmmanuel Vadot			interrupt-controller;
403c66ec88fSEmmanuel Vadot			reg = <0 0xe61c0000 0 0x200>;
404c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
405c66ec88fSEmmanuel Vadot				     <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
406c66ec88fSEmmanuel Vadot				     <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
407c66ec88fSEmmanuel Vadot				     <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
408c66ec88fSEmmanuel Vadot				     <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
409c66ec88fSEmmanuel Vadot				     <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>;
410c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 407>;
411c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
412c66ec88fSEmmanuel Vadot			resets = <&cpg 407>;
413c66ec88fSEmmanuel Vadot		};
414c66ec88fSEmmanuel Vadot
4155def4c47SEmmanuel Vadot		tmu0: timer@e61e0000 {
4165def4c47SEmmanuel Vadot			compatible = "renesas,tmu-r8a77990", "renesas,tmu";
4175def4c47SEmmanuel Vadot			reg = <0 0xe61e0000 0 0x30>;
4185def4c47SEmmanuel Vadot			interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
4195def4c47SEmmanuel Vadot				     <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
4205def4c47SEmmanuel Vadot				     <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
4215def4c47SEmmanuel Vadot			clocks = <&cpg CPG_MOD 125>;
4225def4c47SEmmanuel Vadot			clock-names = "fck";
4235def4c47SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
4245def4c47SEmmanuel Vadot			resets = <&cpg 125>;
4255def4c47SEmmanuel Vadot			status = "disabled";
4265def4c47SEmmanuel Vadot		};
4275def4c47SEmmanuel Vadot
4285def4c47SEmmanuel Vadot		tmu1: timer@e6fc0000 {
4295def4c47SEmmanuel Vadot			compatible = "renesas,tmu-r8a77990", "renesas,tmu";
4305def4c47SEmmanuel Vadot			reg = <0 0xe6fc0000 0 0x30>;
4315def4c47SEmmanuel Vadot			interrupts = <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
4325def4c47SEmmanuel Vadot				     <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
4335def4c47SEmmanuel Vadot				     <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
4345def4c47SEmmanuel Vadot			clocks = <&cpg CPG_MOD 124>;
4355def4c47SEmmanuel Vadot			clock-names = "fck";
4365def4c47SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
4375def4c47SEmmanuel Vadot			resets = <&cpg 124>;
4385def4c47SEmmanuel Vadot			status = "disabled";
4395def4c47SEmmanuel Vadot		};
4405def4c47SEmmanuel Vadot
4415def4c47SEmmanuel Vadot		tmu2: timer@e6fd0000 {
4425def4c47SEmmanuel Vadot			compatible = "renesas,tmu-r8a77990", "renesas,tmu";
4435def4c47SEmmanuel Vadot			reg = <0 0xe6fd0000 0 0x30>;
4445def4c47SEmmanuel Vadot			interrupts = <GIC_SPI 303 IRQ_TYPE_LEVEL_HIGH>,
4455def4c47SEmmanuel Vadot				     <GIC_SPI 304 IRQ_TYPE_LEVEL_HIGH>,
4465def4c47SEmmanuel Vadot				     <GIC_SPI 305 IRQ_TYPE_LEVEL_HIGH>;
4475def4c47SEmmanuel Vadot			clocks = <&cpg CPG_MOD 123>;
4485def4c47SEmmanuel Vadot			clock-names = "fck";
4495def4c47SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
4505def4c47SEmmanuel Vadot			resets = <&cpg 123>;
4515def4c47SEmmanuel Vadot			status = "disabled";
4525def4c47SEmmanuel Vadot		};
4535def4c47SEmmanuel Vadot
4545def4c47SEmmanuel Vadot		tmu3: timer@e6fe0000 {
4555def4c47SEmmanuel Vadot			compatible = "renesas,tmu-r8a77990", "renesas,tmu";
4565def4c47SEmmanuel Vadot			reg = <0 0xe6fe0000 0 0x30>;
4575def4c47SEmmanuel Vadot			interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
4585def4c47SEmmanuel Vadot				     <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
4595def4c47SEmmanuel Vadot				     <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
4605def4c47SEmmanuel Vadot			clocks = <&cpg CPG_MOD 122>;
4615def4c47SEmmanuel Vadot			clock-names = "fck";
4625def4c47SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
4635def4c47SEmmanuel Vadot			resets = <&cpg 122>;
4645def4c47SEmmanuel Vadot			status = "disabled";
4655def4c47SEmmanuel Vadot		};
4665def4c47SEmmanuel Vadot
4675def4c47SEmmanuel Vadot		tmu4: timer@ffc00000 {
4685def4c47SEmmanuel Vadot			compatible = "renesas,tmu-r8a77990", "renesas,tmu";
4695def4c47SEmmanuel Vadot			reg = <0 0xffc00000 0 0x30>;
4705def4c47SEmmanuel Vadot			interrupts = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>,
4715def4c47SEmmanuel Vadot				     <GIC_SPI 407 IRQ_TYPE_LEVEL_HIGH>,
4725def4c47SEmmanuel Vadot				     <GIC_SPI 408 IRQ_TYPE_LEVEL_HIGH>;
4735def4c47SEmmanuel Vadot			clocks = <&cpg CPG_MOD 121>;
4745def4c47SEmmanuel Vadot			clock-names = "fck";
4755def4c47SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
4765def4c47SEmmanuel Vadot			resets = <&cpg 121>;
4775def4c47SEmmanuel Vadot			status = "disabled";
4785def4c47SEmmanuel Vadot		};
4795def4c47SEmmanuel Vadot
480c66ec88fSEmmanuel Vadot		i2c0: i2c@e6500000 {
481c66ec88fSEmmanuel Vadot			#address-cells = <1>;
482c66ec88fSEmmanuel Vadot			#size-cells = <0>;
483c66ec88fSEmmanuel Vadot			compatible = "renesas,i2c-r8a77990",
484c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-i2c";
485c66ec88fSEmmanuel Vadot			reg = <0 0xe6500000 0 0x40>;
486c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>;
487c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 931>;
488c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
489c66ec88fSEmmanuel Vadot			resets = <&cpg 931>;
490c66ec88fSEmmanuel Vadot			dmas = <&dmac1 0x91>, <&dmac1 0x90>,
491c66ec88fSEmmanuel Vadot			       <&dmac2 0x91>, <&dmac2 0x90>;
492c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
493c66ec88fSEmmanuel Vadot			i2c-scl-internal-delay-ns = <110>;
494c66ec88fSEmmanuel Vadot			status = "disabled";
495c66ec88fSEmmanuel Vadot		};
496c66ec88fSEmmanuel Vadot
497c66ec88fSEmmanuel Vadot		i2c1: i2c@e6508000 {
498c66ec88fSEmmanuel Vadot			#address-cells = <1>;
499c66ec88fSEmmanuel Vadot			#size-cells = <0>;
500c66ec88fSEmmanuel Vadot			compatible = "renesas,i2c-r8a77990",
501c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-i2c";
502c66ec88fSEmmanuel Vadot			reg = <0 0xe6508000 0 0x40>;
503c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 288 IRQ_TYPE_LEVEL_HIGH>;
504c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 930>;
505c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
506c66ec88fSEmmanuel Vadot			resets = <&cpg 930>;
507c66ec88fSEmmanuel Vadot			dmas = <&dmac1 0x93>, <&dmac1 0x92>,
508c66ec88fSEmmanuel Vadot			       <&dmac2 0x93>, <&dmac2 0x92>;
509c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
510c66ec88fSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
511c66ec88fSEmmanuel Vadot			status = "disabled";
512c66ec88fSEmmanuel Vadot		};
513c66ec88fSEmmanuel Vadot
514c66ec88fSEmmanuel Vadot		i2c2: i2c@e6510000 {
515c66ec88fSEmmanuel Vadot			#address-cells = <1>;
516c66ec88fSEmmanuel Vadot			#size-cells = <0>;
517c66ec88fSEmmanuel Vadot			compatible = "renesas,i2c-r8a77990",
518c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-i2c";
519c66ec88fSEmmanuel Vadot			reg = <0 0xe6510000 0 0x40>;
520c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 286 IRQ_TYPE_LEVEL_HIGH>;
521c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 929>;
522c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
523c66ec88fSEmmanuel Vadot			resets = <&cpg 929>;
524c66ec88fSEmmanuel Vadot			dmas = <&dmac1 0x95>, <&dmac1 0x94>,
525c66ec88fSEmmanuel Vadot			       <&dmac2 0x95>, <&dmac2 0x94>;
526c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
527c66ec88fSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
528c66ec88fSEmmanuel Vadot			status = "disabled";
529c66ec88fSEmmanuel Vadot		};
530c66ec88fSEmmanuel Vadot
531c66ec88fSEmmanuel Vadot		i2c3: i2c@e66d0000 {
532c66ec88fSEmmanuel Vadot			#address-cells = <1>;
533c66ec88fSEmmanuel Vadot			#size-cells = <0>;
534c66ec88fSEmmanuel Vadot			compatible = "renesas,i2c-r8a77990",
535c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-i2c";
536c66ec88fSEmmanuel Vadot			reg = <0 0xe66d0000 0 0x40>;
537c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 290 IRQ_TYPE_LEVEL_HIGH>;
538c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 928>;
539c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
540c66ec88fSEmmanuel Vadot			resets = <&cpg 928>;
541c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x97>, <&dmac0 0x96>;
542c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
543c66ec88fSEmmanuel Vadot			i2c-scl-internal-delay-ns = <110>;
544c66ec88fSEmmanuel Vadot			status = "disabled";
545c66ec88fSEmmanuel Vadot		};
546c66ec88fSEmmanuel Vadot
547c66ec88fSEmmanuel Vadot		i2c4: i2c@e66d8000 {
548c66ec88fSEmmanuel Vadot			#address-cells = <1>;
549c66ec88fSEmmanuel Vadot			#size-cells = <0>;
550c66ec88fSEmmanuel Vadot			compatible = "renesas,i2c-r8a77990",
551c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-i2c";
552c66ec88fSEmmanuel Vadot			reg = <0 0xe66d8000 0 0x40>;
553c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
554c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 927>;
555c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
556c66ec88fSEmmanuel Vadot			resets = <&cpg 927>;
557c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x99>, <&dmac0 0x98>;
558c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
559c66ec88fSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
560c66ec88fSEmmanuel Vadot			status = "disabled";
561c66ec88fSEmmanuel Vadot		};
562c66ec88fSEmmanuel Vadot
563c66ec88fSEmmanuel Vadot		i2c5: i2c@e66e0000 {
564c66ec88fSEmmanuel Vadot			#address-cells = <1>;
565c66ec88fSEmmanuel Vadot			#size-cells = <0>;
566c66ec88fSEmmanuel Vadot			compatible = "renesas,i2c-r8a77990",
567c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-i2c";
568c66ec88fSEmmanuel Vadot			reg = <0 0xe66e0000 0 0x40>;
569c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
570c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 919>;
571c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
572c66ec88fSEmmanuel Vadot			resets = <&cpg 919>;
573c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x9b>, <&dmac0 0x9a>;
574c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
575c66ec88fSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
576c66ec88fSEmmanuel Vadot			status = "disabled";
577c66ec88fSEmmanuel Vadot		};
578c66ec88fSEmmanuel Vadot
579c66ec88fSEmmanuel Vadot		i2c6: i2c@e66e8000 {
580c66ec88fSEmmanuel Vadot			#address-cells = <1>;
581c66ec88fSEmmanuel Vadot			#size-cells = <0>;
582c66ec88fSEmmanuel Vadot			compatible = "renesas,i2c-r8a77990",
583c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-i2c";
584c66ec88fSEmmanuel Vadot			reg = <0 0xe66e8000 0 0x40>;
585c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
586c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 918>;
587c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
588c66ec88fSEmmanuel Vadot			resets = <&cpg 918>;
589c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x9d>, <&dmac0 0x9c>;
590c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
591c66ec88fSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
592c66ec88fSEmmanuel Vadot			status = "disabled";
593c66ec88fSEmmanuel Vadot		};
594c66ec88fSEmmanuel Vadot
595c66ec88fSEmmanuel Vadot		i2c7: i2c@e6690000 {
596c66ec88fSEmmanuel Vadot			#address-cells = <1>;
597c66ec88fSEmmanuel Vadot			#size-cells = <0>;
598c66ec88fSEmmanuel Vadot			compatible = "renesas,i2c-r8a77990",
599c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-i2c";
600c66ec88fSEmmanuel Vadot			reg = <0 0xe6690000 0 0x40>;
601c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
602c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 1003>;
603c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
604c66ec88fSEmmanuel Vadot			resets = <&cpg 1003>;
605c66ec88fSEmmanuel Vadot			i2c-scl-internal-delay-ns = <6>;
606c66ec88fSEmmanuel Vadot			status = "disabled";
607c66ec88fSEmmanuel Vadot		};
608c66ec88fSEmmanuel Vadot
609c66ec88fSEmmanuel Vadot		hscif0: serial@e6540000 {
610c66ec88fSEmmanuel Vadot			compatible = "renesas,hscif-r8a77990",
611c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-hscif",
612c66ec88fSEmmanuel Vadot				     "renesas,hscif";
613c66ec88fSEmmanuel Vadot			reg = <0 0xe6540000 0 0x60>;
614c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
615c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 520>,
616c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
617c66ec88fSEmmanuel Vadot				 <&scif_clk>;
618c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
619c66ec88fSEmmanuel Vadot			dmas = <&dmac1 0x31>, <&dmac1 0x30>,
620c66ec88fSEmmanuel Vadot			       <&dmac2 0x31>, <&dmac2 0x30>;
621c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
622c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
623c66ec88fSEmmanuel Vadot			resets = <&cpg 520>;
624c66ec88fSEmmanuel Vadot			status = "disabled";
625c66ec88fSEmmanuel Vadot		};
626c66ec88fSEmmanuel Vadot
627c66ec88fSEmmanuel Vadot		hscif1: serial@e6550000 {
628c66ec88fSEmmanuel Vadot			compatible = "renesas,hscif-r8a77990",
629c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-hscif",
630c66ec88fSEmmanuel Vadot				     "renesas,hscif";
631c66ec88fSEmmanuel Vadot			reg = <0 0xe6550000 0 0x60>;
632c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
633c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 519>,
634c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
635c66ec88fSEmmanuel Vadot				 <&scif_clk>;
636c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
637c66ec88fSEmmanuel Vadot			dmas = <&dmac1 0x33>, <&dmac1 0x32>,
638c66ec88fSEmmanuel Vadot			       <&dmac2 0x33>, <&dmac2 0x32>;
639c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
640c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
641c66ec88fSEmmanuel Vadot			resets = <&cpg 519>;
642c66ec88fSEmmanuel Vadot			status = "disabled";
643c66ec88fSEmmanuel Vadot		};
644c66ec88fSEmmanuel Vadot
645c66ec88fSEmmanuel Vadot		hscif2: serial@e6560000 {
646c66ec88fSEmmanuel Vadot			compatible = "renesas,hscif-r8a77990",
647c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-hscif",
648c66ec88fSEmmanuel Vadot				     "renesas,hscif";
649c66ec88fSEmmanuel Vadot			reg = <0 0xe6560000 0 0x60>;
650c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
651c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 518>,
652c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
653c66ec88fSEmmanuel Vadot				 <&scif_clk>;
654c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
655c66ec88fSEmmanuel Vadot			dmas = <&dmac1 0x35>, <&dmac1 0x34>,
656c66ec88fSEmmanuel Vadot			       <&dmac2 0x35>, <&dmac2 0x34>;
657c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
658c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
659c66ec88fSEmmanuel Vadot			resets = <&cpg 518>;
660c66ec88fSEmmanuel Vadot			status = "disabled";
661c66ec88fSEmmanuel Vadot		};
662c66ec88fSEmmanuel Vadot
663c66ec88fSEmmanuel Vadot		hscif3: serial@e66a0000 {
664c66ec88fSEmmanuel Vadot			compatible = "renesas,hscif-r8a77990",
665c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-hscif",
666c66ec88fSEmmanuel Vadot				     "renesas,hscif";
667c66ec88fSEmmanuel Vadot			reg = <0 0xe66a0000 0 0x60>;
668c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
669c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 517>,
670c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
671c66ec88fSEmmanuel Vadot				 <&scif_clk>;
672c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
673c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x37>, <&dmac0 0x36>;
674c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
675c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
676c66ec88fSEmmanuel Vadot			resets = <&cpg 517>;
677c66ec88fSEmmanuel Vadot			status = "disabled";
678c66ec88fSEmmanuel Vadot		};
679c66ec88fSEmmanuel Vadot
680c66ec88fSEmmanuel Vadot		hscif4: serial@e66b0000 {
681c66ec88fSEmmanuel Vadot			compatible = "renesas,hscif-r8a77990",
682c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-hscif",
683c66ec88fSEmmanuel Vadot				     "renesas,hscif";
684c66ec88fSEmmanuel Vadot			reg = <0 0xe66b0000 0 0x60>;
685c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
686c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 516>,
687c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
688c66ec88fSEmmanuel Vadot				 <&scif_clk>;
689c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
690c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x39>, <&dmac0 0x38>;
691c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
692c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
693c66ec88fSEmmanuel Vadot			resets = <&cpg 516>;
694c66ec88fSEmmanuel Vadot			status = "disabled";
695c66ec88fSEmmanuel Vadot		};
696c66ec88fSEmmanuel Vadot
697c66ec88fSEmmanuel Vadot		hsusb: usb@e6590000 {
698c66ec88fSEmmanuel Vadot			compatible = "renesas,usbhs-r8a77990",
699c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-usbhs";
700c66ec88fSEmmanuel Vadot			reg = <0 0xe6590000 0 0x200>;
701c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
702c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 704>, <&cpg CPG_MOD 703>;
703c66ec88fSEmmanuel Vadot			dmas = <&usb_dmac0 0>, <&usb_dmac0 1>,
704c66ec88fSEmmanuel Vadot			       <&usb_dmac1 0>, <&usb_dmac1 1>;
705c66ec88fSEmmanuel Vadot			dma-names = "ch0", "ch1", "ch2", "ch3";
706c66ec88fSEmmanuel Vadot			renesas,buswait = <11>;
707c66ec88fSEmmanuel Vadot			phys = <&usb2_phy0 3>;
708c66ec88fSEmmanuel Vadot			phy-names = "usb";
709c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
710c66ec88fSEmmanuel Vadot			resets = <&cpg 704>, <&cpg 703>;
711c66ec88fSEmmanuel Vadot			status = "disabled";
712c66ec88fSEmmanuel Vadot		};
713c66ec88fSEmmanuel Vadot
714c66ec88fSEmmanuel Vadot		usb_dmac0: dma-controller@e65a0000 {
715c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-usb-dmac",
716c66ec88fSEmmanuel Vadot				     "renesas,usb-dmac";
717c66ec88fSEmmanuel Vadot			reg = <0 0xe65a0000 0 0x100>;
718c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
719c66ec88fSEmmanuel Vadot				     <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
720c66ec88fSEmmanuel Vadot			interrupt-names = "ch0", "ch1";
721c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 330>;
722c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
723c66ec88fSEmmanuel Vadot			resets = <&cpg 330>;
724c66ec88fSEmmanuel Vadot			#dma-cells = <1>;
725c66ec88fSEmmanuel Vadot			dma-channels = <2>;
726c66ec88fSEmmanuel Vadot		};
727c66ec88fSEmmanuel Vadot
728c66ec88fSEmmanuel Vadot		usb_dmac1: dma-controller@e65b0000 {
729c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-usb-dmac",
730c66ec88fSEmmanuel Vadot				     "renesas,usb-dmac";
731c66ec88fSEmmanuel Vadot			reg = <0 0xe65b0000 0 0x100>;
732c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
733c66ec88fSEmmanuel Vadot				     <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
734c66ec88fSEmmanuel Vadot			interrupt-names = "ch0", "ch1";
735c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 331>;
736c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
737c66ec88fSEmmanuel Vadot			resets = <&cpg 331>;
738c66ec88fSEmmanuel Vadot			#dma-cells = <1>;
739c66ec88fSEmmanuel Vadot			dma-channels = <2>;
740c66ec88fSEmmanuel Vadot		};
741c66ec88fSEmmanuel Vadot
742c66ec88fSEmmanuel Vadot		arm_cc630p: crypto@e6601000 {
743c66ec88fSEmmanuel Vadot			compatible = "arm,cryptocell-630p-ree";
744c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
745c66ec88fSEmmanuel Vadot			reg = <0x0 0xe6601000 0 0x1000>;
746c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 229>;
747c66ec88fSEmmanuel Vadot			resets = <&cpg 229>;
748c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
749c66ec88fSEmmanuel Vadot		};
750c66ec88fSEmmanuel Vadot
751c66ec88fSEmmanuel Vadot		dmac0: dma-controller@e6700000 {
752c66ec88fSEmmanuel Vadot			compatible = "renesas,dmac-r8a77990",
753c66ec88fSEmmanuel Vadot				     "renesas,rcar-dmac";
754c66ec88fSEmmanuel Vadot			reg = <0 0xe6700000 0 0x10000>;
755c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>,
756c66ec88fSEmmanuel Vadot				     <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>,
757c66ec88fSEmmanuel Vadot				     <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>,
758c66ec88fSEmmanuel Vadot				     <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>,
759c66ec88fSEmmanuel Vadot				     <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>,
760c66ec88fSEmmanuel Vadot				     <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
761c66ec88fSEmmanuel Vadot				     <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>,
762c66ec88fSEmmanuel Vadot				     <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>,
763c66ec88fSEmmanuel Vadot				     <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>,
764c66ec88fSEmmanuel Vadot				     <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>,
765c66ec88fSEmmanuel Vadot				     <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>,
766c66ec88fSEmmanuel Vadot				     <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
767c66ec88fSEmmanuel Vadot				     <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
768c66ec88fSEmmanuel Vadot				     <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>,
769c66ec88fSEmmanuel Vadot				     <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>,
770c66ec88fSEmmanuel Vadot				     <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>,
771c66ec88fSEmmanuel Vadot				     <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
772c66ec88fSEmmanuel Vadot			interrupt-names = "error",
773c66ec88fSEmmanuel Vadot					"ch0", "ch1", "ch2", "ch3",
774c66ec88fSEmmanuel Vadot					"ch4", "ch5", "ch6", "ch7",
775c66ec88fSEmmanuel Vadot					"ch8", "ch9", "ch10", "ch11",
776c66ec88fSEmmanuel Vadot					"ch12", "ch13", "ch14", "ch15";
777c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 219>;
778c66ec88fSEmmanuel Vadot			clock-names = "fck";
779c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
780c66ec88fSEmmanuel Vadot			resets = <&cpg 219>;
781c66ec88fSEmmanuel Vadot			#dma-cells = <1>;
782c66ec88fSEmmanuel Vadot			dma-channels = <16>;
783c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_ds0 0>, <&ipmmu_ds0 1>,
784c66ec88fSEmmanuel Vadot			       <&ipmmu_ds0 2>, <&ipmmu_ds0 3>,
785c66ec88fSEmmanuel Vadot			       <&ipmmu_ds0 4>, <&ipmmu_ds0 5>,
786c66ec88fSEmmanuel Vadot			       <&ipmmu_ds0 6>, <&ipmmu_ds0 7>,
787c66ec88fSEmmanuel Vadot			       <&ipmmu_ds0 8>, <&ipmmu_ds0 9>,
788c66ec88fSEmmanuel Vadot			       <&ipmmu_ds0 10>, <&ipmmu_ds0 11>,
789c66ec88fSEmmanuel Vadot			       <&ipmmu_ds0 12>, <&ipmmu_ds0 13>,
790c66ec88fSEmmanuel Vadot			       <&ipmmu_ds0 14>, <&ipmmu_ds0 15>;
791c66ec88fSEmmanuel Vadot		};
792c66ec88fSEmmanuel Vadot
793c66ec88fSEmmanuel Vadot		dmac1: dma-controller@e7300000 {
794c66ec88fSEmmanuel Vadot			compatible = "renesas,dmac-r8a77990",
795c66ec88fSEmmanuel Vadot				     "renesas,rcar-dmac";
796c66ec88fSEmmanuel Vadot			reg = <0 0xe7300000 0 0x10000>;
797c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>,
798c66ec88fSEmmanuel Vadot				     <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>,
799c66ec88fSEmmanuel Vadot				     <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
800c66ec88fSEmmanuel Vadot				     <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>,
801c66ec88fSEmmanuel Vadot				     <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>,
802c66ec88fSEmmanuel Vadot				     <GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>,
803c66ec88fSEmmanuel Vadot				     <GIC_SPI 309 IRQ_TYPE_LEVEL_HIGH>,
804c66ec88fSEmmanuel Vadot				     <GIC_SPI 310 IRQ_TYPE_LEVEL_HIGH>,
805c66ec88fSEmmanuel Vadot				     <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>,
806c66ec88fSEmmanuel Vadot				     <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>,
807c66ec88fSEmmanuel Vadot				     <GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH>,
808c66ec88fSEmmanuel Vadot				     <GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>,
809c66ec88fSEmmanuel Vadot				     <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>,
810c66ec88fSEmmanuel Vadot				     <GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH>,
811c66ec88fSEmmanuel Vadot				     <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>,
812c66ec88fSEmmanuel Vadot				     <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>,
813c66ec88fSEmmanuel Vadot				     <GIC_SPI 319 IRQ_TYPE_LEVEL_HIGH>;
814c66ec88fSEmmanuel Vadot			interrupt-names = "error",
815c66ec88fSEmmanuel Vadot					"ch0", "ch1", "ch2", "ch3",
816c66ec88fSEmmanuel Vadot					"ch4", "ch5", "ch6", "ch7",
817c66ec88fSEmmanuel Vadot					"ch8", "ch9", "ch10", "ch11",
818c66ec88fSEmmanuel Vadot					"ch12", "ch13", "ch14", "ch15";
819c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 218>;
820c66ec88fSEmmanuel Vadot			clock-names = "fck";
821c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
822c66ec88fSEmmanuel Vadot			resets = <&cpg 218>;
823c66ec88fSEmmanuel Vadot			#dma-cells = <1>;
824c66ec88fSEmmanuel Vadot			dma-channels = <16>;
825c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_ds1 0>, <&ipmmu_ds1 1>,
826c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 2>, <&ipmmu_ds1 3>,
827c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 4>, <&ipmmu_ds1 5>,
828c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 6>, <&ipmmu_ds1 7>,
829c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 8>, <&ipmmu_ds1 9>,
830c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 10>, <&ipmmu_ds1 11>,
831c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 12>, <&ipmmu_ds1 13>,
832c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 14>, <&ipmmu_ds1 15>;
833c66ec88fSEmmanuel Vadot		};
834c66ec88fSEmmanuel Vadot
835c66ec88fSEmmanuel Vadot		dmac2: dma-controller@e7310000 {
836c66ec88fSEmmanuel Vadot			compatible = "renesas,dmac-r8a77990",
837c66ec88fSEmmanuel Vadot				     "renesas,rcar-dmac";
838c66ec88fSEmmanuel Vadot			reg = <0 0xe7310000 0 0x10000>;
839c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 416 IRQ_TYPE_LEVEL_HIGH>,
840c66ec88fSEmmanuel Vadot				     <GIC_SPI 417 IRQ_TYPE_LEVEL_HIGH>,
841c66ec88fSEmmanuel Vadot				     <GIC_SPI 418 IRQ_TYPE_LEVEL_HIGH>,
842c66ec88fSEmmanuel Vadot				     <GIC_SPI 419 IRQ_TYPE_LEVEL_HIGH>,
843c66ec88fSEmmanuel Vadot				     <GIC_SPI 420 IRQ_TYPE_LEVEL_HIGH>,
844c66ec88fSEmmanuel Vadot				     <GIC_SPI 421 IRQ_TYPE_LEVEL_HIGH>,
845c66ec88fSEmmanuel Vadot				     <GIC_SPI 422 IRQ_TYPE_LEVEL_HIGH>,
846c66ec88fSEmmanuel Vadot				     <GIC_SPI 423 IRQ_TYPE_LEVEL_HIGH>,
847c66ec88fSEmmanuel Vadot				     <GIC_SPI 424 IRQ_TYPE_LEVEL_HIGH>,
848c66ec88fSEmmanuel Vadot				     <GIC_SPI 425 IRQ_TYPE_LEVEL_HIGH>,
849c66ec88fSEmmanuel Vadot				     <GIC_SPI 426 IRQ_TYPE_LEVEL_HIGH>,
850c66ec88fSEmmanuel Vadot				     <GIC_SPI 427 IRQ_TYPE_LEVEL_HIGH>,
851c66ec88fSEmmanuel Vadot				     <GIC_SPI 428 IRQ_TYPE_LEVEL_HIGH>,
852c66ec88fSEmmanuel Vadot				     <GIC_SPI 429 IRQ_TYPE_LEVEL_HIGH>,
853c66ec88fSEmmanuel Vadot				     <GIC_SPI 430 IRQ_TYPE_LEVEL_HIGH>,
854c66ec88fSEmmanuel Vadot				     <GIC_SPI 431 IRQ_TYPE_LEVEL_HIGH>,
855c66ec88fSEmmanuel Vadot				     <GIC_SPI 397 IRQ_TYPE_LEVEL_HIGH>;
856c66ec88fSEmmanuel Vadot			interrupt-names = "error",
857c66ec88fSEmmanuel Vadot					"ch0", "ch1", "ch2", "ch3",
858c66ec88fSEmmanuel Vadot					"ch4", "ch5", "ch6", "ch7",
859c66ec88fSEmmanuel Vadot					"ch8", "ch9", "ch10", "ch11",
860c66ec88fSEmmanuel Vadot					"ch12", "ch13", "ch14", "ch15";
861c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 217>;
862c66ec88fSEmmanuel Vadot			clock-names = "fck";
863c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
864c66ec88fSEmmanuel Vadot			resets = <&cpg 217>;
865c66ec88fSEmmanuel Vadot			#dma-cells = <1>;
866c66ec88fSEmmanuel Vadot			dma-channels = <16>;
867c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_ds1 16>, <&ipmmu_ds1 17>,
868c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 18>, <&ipmmu_ds1 19>,
869c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 20>, <&ipmmu_ds1 21>,
870c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 22>, <&ipmmu_ds1 23>,
871c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 24>, <&ipmmu_ds1 25>,
872c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 26>, <&ipmmu_ds1 27>,
873c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 28>, <&ipmmu_ds1 29>,
874c66ec88fSEmmanuel Vadot			       <&ipmmu_ds1 30>, <&ipmmu_ds1 31>;
875c66ec88fSEmmanuel Vadot		};
876c66ec88fSEmmanuel Vadot
877c66ec88fSEmmanuel Vadot		ipmmu_ds0: iommu@e6740000 {
878c66ec88fSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a77990";
879c66ec88fSEmmanuel Vadot			reg = <0 0xe6740000 0 0x1000>;
880c66ec88fSEmmanuel Vadot			renesas,ipmmu-main = <&ipmmu_mm 0>;
881c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
882c66ec88fSEmmanuel Vadot			#iommu-cells = <1>;
883c66ec88fSEmmanuel Vadot		};
884c66ec88fSEmmanuel Vadot
885c66ec88fSEmmanuel Vadot		ipmmu_ds1: iommu@e7740000 {
886c66ec88fSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a77990";
887c66ec88fSEmmanuel Vadot			reg = <0 0xe7740000 0 0x1000>;
888c66ec88fSEmmanuel Vadot			renesas,ipmmu-main = <&ipmmu_mm 1>;
889c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
890c66ec88fSEmmanuel Vadot			#iommu-cells = <1>;
891c66ec88fSEmmanuel Vadot		};
892c66ec88fSEmmanuel Vadot
893c66ec88fSEmmanuel Vadot		ipmmu_hc: iommu@e6570000 {
894c66ec88fSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a77990";
895c66ec88fSEmmanuel Vadot			reg = <0 0xe6570000 0 0x1000>;
896c66ec88fSEmmanuel Vadot			renesas,ipmmu-main = <&ipmmu_mm 2>;
897c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
898c66ec88fSEmmanuel Vadot			#iommu-cells = <1>;
899c66ec88fSEmmanuel Vadot		};
900c66ec88fSEmmanuel Vadot
901c66ec88fSEmmanuel Vadot		ipmmu_mm: iommu@e67b0000 {
902c66ec88fSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a77990";
903c66ec88fSEmmanuel Vadot			reg = <0 0xe67b0000 0 0x1000>;
904c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
905c66ec88fSEmmanuel Vadot				     <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>;
906c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
907c66ec88fSEmmanuel Vadot			#iommu-cells = <1>;
908c66ec88fSEmmanuel Vadot		};
909c66ec88fSEmmanuel Vadot
910c66ec88fSEmmanuel Vadot		ipmmu_mp: iommu@ec670000 {
911c66ec88fSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a77990";
912c66ec88fSEmmanuel Vadot			reg = <0 0xec670000 0 0x1000>;
913c66ec88fSEmmanuel Vadot			renesas,ipmmu-main = <&ipmmu_mm 4>;
914c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
915c66ec88fSEmmanuel Vadot			#iommu-cells = <1>;
916c66ec88fSEmmanuel Vadot		};
917c66ec88fSEmmanuel Vadot
918c66ec88fSEmmanuel Vadot		ipmmu_pv0: iommu@fd800000 {
919c66ec88fSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a77990";
920c66ec88fSEmmanuel Vadot			reg = <0 0xfd800000 0 0x1000>;
921c66ec88fSEmmanuel Vadot			renesas,ipmmu-main = <&ipmmu_mm 6>;
922c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
923c66ec88fSEmmanuel Vadot			#iommu-cells = <1>;
924c66ec88fSEmmanuel Vadot		};
925c66ec88fSEmmanuel Vadot
926c66ec88fSEmmanuel Vadot		ipmmu_rt: iommu@ffc80000 {
927c66ec88fSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a77990";
928c66ec88fSEmmanuel Vadot			reg = <0 0xffc80000 0 0x1000>;
929c66ec88fSEmmanuel Vadot			renesas,ipmmu-main = <&ipmmu_mm 10>;
930c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
931c66ec88fSEmmanuel Vadot			#iommu-cells = <1>;
932c66ec88fSEmmanuel Vadot		};
933c66ec88fSEmmanuel Vadot
934c66ec88fSEmmanuel Vadot		ipmmu_vc0: iommu@fe6b0000 {
935c66ec88fSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a77990";
936c66ec88fSEmmanuel Vadot			reg = <0 0xfe6b0000 0 0x1000>;
937c66ec88fSEmmanuel Vadot			renesas,ipmmu-main = <&ipmmu_mm 12>;
938c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_A3VC>;
939c66ec88fSEmmanuel Vadot			#iommu-cells = <1>;
940c66ec88fSEmmanuel Vadot		};
941c66ec88fSEmmanuel Vadot
942c66ec88fSEmmanuel Vadot		ipmmu_vi0: iommu@febd0000 {
943c66ec88fSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a77990";
944c66ec88fSEmmanuel Vadot			reg = <0 0xfebd0000 0 0x1000>;
945c66ec88fSEmmanuel Vadot			renesas,ipmmu-main = <&ipmmu_mm 14>;
946c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
947c66ec88fSEmmanuel Vadot			#iommu-cells = <1>;
948c66ec88fSEmmanuel Vadot		};
949c66ec88fSEmmanuel Vadot
950c66ec88fSEmmanuel Vadot		ipmmu_vp0: iommu@fe990000 {
951c66ec88fSEmmanuel Vadot			compatible = "renesas,ipmmu-r8a77990";
952c66ec88fSEmmanuel Vadot			reg = <0 0xfe990000 0 0x1000>;
953c66ec88fSEmmanuel Vadot			renesas,ipmmu-main = <&ipmmu_mm 16>;
954c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
955c66ec88fSEmmanuel Vadot			#iommu-cells = <1>;
956c66ec88fSEmmanuel Vadot		};
957c66ec88fSEmmanuel Vadot
958c66ec88fSEmmanuel Vadot		avb: ethernet@e6800000 {
959c66ec88fSEmmanuel Vadot			compatible = "renesas,etheravb-r8a77990",
960c66ec88fSEmmanuel Vadot				     "renesas,etheravb-rcar-gen3";
961c66ec88fSEmmanuel Vadot			reg = <0 0xe6800000 0 0x800>;
962c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
963c66ec88fSEmmanuel Vadot				     <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
964c66ec88fSEmmanuel Vadot				     <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
965c66ec88fSEmmanuel Vadot				     <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
966c66ec88fSEmmanuel Vadot				     <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>,
967c66ec88fSEmmanuel Vadot				     <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>,
968c66ec88fSEmmanuel Vadot				     <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>,
969c66ec88fSEmmanuel Vadot				     <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>,
970c66ec88fSEmmanuel Vadot				     <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>,
971c66ec88fSEmmanuel Vadot				     <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>,
972c66ec88fSEmmanuel Vadot				     <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>,
973c66ec88fSEmmanuel Vadot				     <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>,
974c66ec88fSEmmanuel Vadot				     <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>,
975c66ec88fSEmmanuel Vadot				     <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>,
976c66ec88fSEmmanuel Vadot				     <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
977c66ec88fSEmmanuel Vadot				     <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
978c66ec88fSEmmanuel Vadot				     <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
979c66ec88fSEmmanuel Vadot				     <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
980c66ec88fSEmmanuel Vadot				     <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
981c66ec88fSEmmanuel Vadot				     <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
982c66ec88fSEmmanuel Vadot				     <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>,
983c66ec88fSEmmanuel Vadot				     <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>,
984c66ec88fSEmmanuel Vadot				     <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>,
985c66ec88fSEmmanuel Vadot				     <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>,
986c66ec88fSEmmanuel Vadot				     <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
987c66ec88fSEmmanuel Vadot			interrupt-names = "ch0", "ch1", "ch2", "ch3",
988c66ec88fSEmmanuel Vadot					  "ch4", "ch5", "ch6", "ch7",
989c66ec88fSEmmanuel Vadot					  "ch8", "ch9", "ch10", "ch11",
990c66ec88fSEmmanuel Vadot					  "ch12", "ch13", "ch14", "ch15",
991c66ec88fSEmmanuel Vadot					  "ch16", "ch17", "ch18", "ch19",
992c66ec88fSEmmanuel Vadot					  "ch20", "ch21", "ch22", "ch23",
993c66ec88fSEmmanuel Vadot					  "ch24";
994c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 812>;
9955956d97fSEmmanuel Vadot			clock-names = "fck";
996c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
997c66ec88fSEmmanuel Vadot			resets = <&cpg 812>;
998c66ec88fSEmmanuel Vadot			phy-mode = "rgmii";
9995def4c47SEmmanuel Vadot			rx-internal-delay-ps = <0>;
1000c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_ds0 16>;
1001c66ec88fSEmmanuel Vadot			#address-cells = <1>;
1002c66ec88fSEmmanuel Vadot			#size-cells = <0>;
1003c66ec88fSEmmanuel Vadot			status = "disabled";
1004c66ec88fSEmmanuel Vadot		};
1005c66ec88fSEmmanuel Vadot
1006c66ec88fSEmmanuel Vadot		can0: can@e6c30000 {
1007c66ec88fSEmmanuel Vadot			compatible = "renesas,can-r8a77990",
1008c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-can";
1009c66ec88fSEmmanuel Vadot			reg = <0 0xe6c30000 0 0x1000>;
1010c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
1011c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 916>,
1012c66ec88fSEmmanuel Vadot			       <&cpg CPG_CORE R8A77990_CLK_CANFD>,
1013c66ec88fSEmmanuel Vadot			       <&can_clk>;
1014c66ec88fSEmmanuel Vadot			clock-names = "clkp1", "clkp2", "can_clk";
1015c66ec88fSEmmanuel Vadot			assigned-clocks = <&cpg CPG_CORE R8A77990_CLK_CANFD>;
1016c66ec88fSEmmanuel Vadot			assigned-clock-rates = <40000000>;
1017c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1018c66ec88fSEmmanuel Vadot			resets = <&cpg 916>;
1019c66ec88fSEmmanuel Vadot			status = "disabled";
1020c66ec88fSEmmanuel Vadot		};
1021c66ec88fSEmmanuel Vadot
1022c66ec88fSEmmanuel Vadot		can1: can@e6c38000 {
1023c66ec88fSEmmanuel Vadot			compatible = "renesas,can-r8a77990",
1024c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-can";
1025c66ec88fSEmmanuel Vadot			reg = <0 0xe6c38000 0 0x1000>;
1026c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
1027c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 915>,
1028c66ec88fSEmmanuel Vadot			       <&cpg CPG_CORE R8A77990_CLK_CANFD>,
1029c66ec88fSEmmanuel Vadot			       <&can_clk>;
1030c66ec88fSEmmanuel Vadot			clock-names = "clkp1", "clkp2", "can_clk";
1031c66ec88fSEmmanuel Vadot			assigned-clocks = <&cpg CPG_CORE R8A77990_CLK_CANFD>;
1032c66ec88fSEmmanuel Vadot			assigned-clock-rates = <40000000>;
1033c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1034c66ec88fSEmmanuel Vadot			resets = <&cpg 915>;
1035c66ec88fSEmmanuel Vadot			status = "disabled";
1036c66ec88fSEmmanuel Vadot		};
1037c66ec88fSEmmanuel Vadot
1038c66ec88fSEmmanuel Vadot		canfd: can@e66c0000 {
1039c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-canfd",
1040c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-canfd";
1041c66ec88fSEmmanuel Vadot			reg = <0 0xe66c0000 0 0x8000>;
1042c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>,
1043c66ec88fSEmmanuel Vadot				   <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
1044d5b0e70fSEmmanuel Vadot			interrupt-names = "ch_int", "g_int";
1045c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 914>,
1046c66ec88fSEmmanuel Vadot			       <&cpg CPG_CORE R8A77990_CLK_CANFD>,
1047c66ec88fSEmmanuel Vadot			       <&can_clk>;
1048c66ec88fSEmmanuel Vadot			clock-names = "fck", "canfd", "can_clk";
1049c66ec88fSEmmanuel Vadot			assigned-clocks = <&cpg CPG_CORE R8A77990_CLK_CANFD>;
1050c66ec88fSEmmanuel Vadot			assigned-clock-rates = <40000000>;
1051c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1052c66ec88fSEmmanuel Vadot			resets = <&cpg 914>;
1053c66ec88fSEmmanuel Vadot			status = "disabled";
1054c66ec88fSEmmanuel Vadot
1055c66ec88fSEmmanuel Vadot			channel0 {
1056c66ec88fSEmmanuel Vadot				status = "disabled";
1057c66ec88fSEmmanuel Vadot			};
1058c66ec88fSEmmanuel Vadot
1059c66ec88fSEmmanuel Vadot			channel1 {
1060c66ec88fSEmmanuel Vadot				status = "disabled";
1061c66ec88fSEmmanuel Vadot			};
1062c66ec88fSEmmanuel Vadot		};
1063c66ec88fSEmmanuel Vadot
1064c66ec88fSEmmanuel Vadot		pwm0: pwm@e6e30000 {
1065c66ec88fSEmmanuel Vadot			compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar";
1066c66ec88fSEmmanuel Vadot			reg = <0 0xe6e30000 0 0x8>;
1067c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 523>;
1068c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1069c66ec88fSEmmanuel Vadot			resets = <&cpg 523>;
1070c66ec88fSEmmanuel Vadot			#pwm-cells = <2>;
1071c66ec88fSEmmanuel Vadot			status = "disabled";
1072c66ec88fSEmmanuel Vadot		};
1073c66ec88fSEmmanuel Vadot
1074c66ec88fSEmmanuel Vadot		pwm1: pwm@e6e31000 {
1075c66ec88fSEmmanuel Vadot			compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar";
1076c66ec88fSEmmanuel Vadot			reg = <0 0xe6e31000 0 0x8>;
1077c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 523>;
1078c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1079c66ec88fSEmmanuel Vadot			resets = <&cpg 523>;
1080c66ec88fSEmmanuel Vadot			#pwm-cells = <2>;
1081c66ec88fSEmmanuel Vadot			status = "disabled";
1082c66ec88fSEmmanuel Vadot		};
1083c66ec88fSEmmanuel Vadot
1084c66ec88fSEmmanuel Vadot		pwm2: pwm@e6e32000 {
1085c66ec88fSEmmanuel Vadot			compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar";
1086c66ec88fSEmmanuel Vadot			reg = <0 0xe6e32000 0 0x8>;
1087c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 523>;
1088c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1089c66ec88fSEmmanuel Vadot			resets = <&cpg 523>;
1090c66ec88fSEmmanuel Vadot			#pwm-cells = <2>;
1091c66ec88fSEmmanuel Vadot			status = "disabled";
1092c66ec88fSEmmanuel Vadot		};
1093c66ec88fSEmmanuel Vadot
1094c66ec88fSEmmanuel Vadot		pwm3: pwm@e6e33000 {
1095c66ec88fSEmmanuel Vadot			compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar";
1096c66ec88fSEmmanuel Vadot			reg = <0 0xe6e33000 0 0x8>;
1097c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 523>;
1098c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1099c66ec88fSEmmanuel Vadot			resets = <&cpg 523>;
1100c66ec88fSEmmanuel Vadot			#pwm-cells = <2>;
1101c66ec88fSEmmanuel Vadot			status = "disabled";
1102c66ec88fSEmmanuel Vadot		};
1103c66ec88fSEmmanuel Vadot
1104c66ec88fSEmmanuel Vadot		pwm4: pwm@e6e34000 {
1105c66ec88fSEmmanuel Vadot			compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar";
1106c66ec88fSEmmanuel Vadot			reg = <0 0xe6e34000 0 0x8>;
1107c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 523>;
1108c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1109c66ec88fSEmmanuel Vadot			resets = <&cpg 523>;
1110c66ec88fSEmmanuel Vadot			#pwm-cells = <2>;
1111c66ec88fSEmmanuel Vadot			status = "disabled";
1112c66ec88fSEmmanuel Vadot		};
1113c66ec88fSEmmanuel Vadot
1114c66ec88fSEmmanuel Vadot		pwm5: pwm@e6e35000 {
1115c66ec88fSEmmanuel Vadot			compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar";
1116c66ec88fSEmmanuel Vadot			reg = <0 0xe6e35000 0 0x8>;
1117c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 523>;
1118c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1119c66ec88fSEmmanuel Vadot			resets = <&cpg 523>;
1120c66ec88fSEmmanuel Vadot			#pwm-cells = <2>;
1121c66ec88fSEmmanuel Vadot			status = "disabled";
1122c66ec88fSEmmanuel Vadot		};
1123c66ec88fSEmmanuel Vadot
1124c66ec88fSEmmanuel Vadot		pwm6: pwm@e6e36000 {
1125c66ec88fSEmmanuel Vadot			compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar";
1126c66ec88fSEmmanuel Vadot			reg = <0 0xe6e36000 0 0x8>;
1127c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 523>;
1128c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1129c66ec88fSEmmanuel Vadot			resets = <&cpg 523>;
1130c66ec88fSEmmanuel Vadot			#pwm-cells = <2>;
1131c66ec88fSEmmanuel Vadot			status = "disabled";
1132c66ec88fSEmmanuel Vadot		};
1133c66ec88fSEmmanuel Vadot
1134c66ec88fSEmmanuel Vadot		scif0: serial@e6e60000 {
1135c66ec88fSEmmanuel Vadot			compatible = "renesas,scif-r8a77990",
1136c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-scif", "renesas,scif";
1137c66ec88fSEmmanuel Vadot			reg = <0 0xe6e60000 0 64>;
1138c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1139c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 207>,
1140c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
1141c66ec88fSEmmanuel Vadot				 <&scif_clk>;
1142c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
1143c66ec88fSEmmanuel Vadot			dmas = <&dmac1 0x51>, <&dmac1 0x50>,
1144c66ec88fSEmmanuel Vadot			       <&dmac2 0x51>, <&dmac2 0x50>;
1145c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
1146c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1147c66ec88fSEmmanuel Vadot			resets = <&cpg 207>;
1148c66ec88fSEmmanuel Vadot			status = "disabled";
1149c66ec88fSEmmanuel Vadot		};
1150c66ec88fSEmmanuel Vadot
1151c66ec88fSEmmanuel Vadot		scif1: serial@e6e68000 {
1152c66ec88fSEmmanuel Vadot			compatible = "renesas,scif-r8a77990",
1153c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-scif", "renesas,scif";
1154c66ec88fSEmmanuel Vadot			reg = <0 0xe6e68000 0 64>;
1155c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
1156c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 206>,
1157c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
1158c66ec88fSEmmanuel Vadot				 <&scif_clk>;
1159c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
1160c66ec88fSEmmanuel Vadot			dmas = <&dmac1 0x53>, <&dmac1 0x52>,
1161c66ec88fSEmmanuel Vadot			       <&dmac2 0x53>, <&dmac2 0x52>;
1162c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
1163c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1164c66ec88fSEmmanuel Vadot			resets = <&cpg 206>;
1165c66ec88fSEmmanuel Vadot			status = "disabled";
1166c66ec88fSEmmanuel Vadot		};
1167c66ec88fSEmmanuel Vadot
1168c66ec88fSEmmanuel Vadot		scif2: serial@e6e88000 {
1169c66ec88fSEmmanuel Vadot			compatible = "renesas,scif-r8a77990",
1170c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-scif", "renesas,scif";
1171c66ec88fSEmmanuel Vadot			reg = <0 0xe6e88000 0 64>;
1172c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
1173c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 310>,
1174c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
1175c66ec88fSEmmanuel Vadot				 <&scif_clk>;
1176c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
1177c66ec88fSEmmanuel Vadot			dmas = <&dmac1 0x13>, <&dmac1 0x12>,
1178c66ec88fSEmmanuel Vadot			       <&dmac2 0x13>, <&dmac2 0x12>;
1179c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
1180c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1181c66ec88fSEmmanuel Vadot			resets = <&cpg 310>;
1182c66ec88fSEmmanuel Vadot			status = "disabled";
1183c66ec88fSEmmanuel Vadot		};
1184c66ec88fSEmmanuel Vadot
1185c66ec88fSEmmanuel Vadot		scif3: serial@e6c50000 {
1186c66ec88fSEmmanuel Vadot			compatible = "renesas,scif-r8a77990",
1187c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-scif", "renesas,scif";
1188c66ec88fSEmmanuel Vadot			reg = <0 0xe6c50000 0 64>;
1189c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1190c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 204>,
1191c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
1192c66ec88fSEmmanuel Vadot				 <&scif_clk>;
1193c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
1194c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x57>, <&dmac0 0x56>;
1195c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
1196c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1197c66ec88fSEmmanuel Vadot			resets = <&cpg 204>;
1198c66ec88fSEmmanuel Vadot			status = "disabled";
1199c66ec88fSEmmanuel Vadot		};
1200c66ec88fSEmmanuel Vadot
1201c66ec88fSEmmanuel Vadot		scif4: serial@e6c40000 {
1202c66ec88fSEmmanuel Vadot			compatible = "renesas,scif-r8a77990",
1203c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-scif", "renesas,scif";
1204c66ec88fSEmmanuel Vadot			reg = <0 0xe6c40000 0 64>;
1205c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
1206c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 203>,
1207c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
1208c66ec88fSEmmanuel Vadot				 <&scif_clk>;
1209c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
1210c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x59>, <&dmac0 0x58>;
1211c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
1212c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1213c66ec88fSEmmanuel Vadot			resets = <&cpg 203>;
1214c66ec88fSEmmanuel Vadot			status = "disabled";
1215c66ec88fSEmmanuel Vadot		};
1216c66ec88fSEmmanuel Vadot
1217c66ec88fSEmmanuel Vadot		scif5: serial@e6f30000 {
1218c66ec88fSEmmanuel Vadot			compatible = "renesas,scif-r8a77990",
1219c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-scif", "renesas,scif";
1220c66ec88fSEmmanuel Vadot			reg = <0 0xe6f30000 0 64>;
1221c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
1222c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 202>,
1223c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
1224c66ec88fSEmmanuel Vadot				 <&scif_clk>;
1225c66ec88fSEmmanuel Vadot			clock-names = "fck", "brg_int", "scif_clk";
1226c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x5b>, <&dmac0 0x5a>;
1227c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
1228c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1229c66ec88fSEmmanuel Vadot			resets = <&cpg 202>;
1230c66ec88fSEmmanuel Vadot			status = "disabled";
1231c66ec88fSEmmanuel Vadot		};
1232c66ec88fSEmmanuel Vadot
1233c66ec88fSEmmanuel Vadot		msiof0: spi@e6e90000 {
1234c66ec88fSEmmanuel Vadot			compatible = "renesas,msiof-r8a77990",
1235c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-msiof";
1236c66ec88fSEmmanuel Vadot			reg = <0 0xe6e90000 0 0x0064>;
1237c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1238c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 211>;
1239c66ec88fSEmmanuel Vadot			dmas = <&dmac1 0x41>, <&dmac1 0x40>,
1240c66ec88fSEmmanuel Vadot			       <&dmac2 0x41>, <&dmac2 0x40>;
1241c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx", "tx", "rx";
1242c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1243c66ec88fSEmmanuel Vadot			resets = <&cpg 211>;
1244c66ec88fSEmmanuel Vadot			#address-cells = <1>;
1245c66ec88fSEmmanuel Vadot			#size-cells = <0>;
1246c66ec88fSEmmanuel Vadot			status = "disabled";
1247c66ec88fSEmmanuel Vadot		};
1248c66ec88fSEmmanuel Vadot
1249c66ec88fSEmmanuel Vadot		msiof1: spi@e6ea0000 {
1250c66ec88fSEmmanuel Vadot			compatible = "renesas,msiof-r8a77990",
1251c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-msiof";
1252c66ec88fSEmmanuel Vadot			reg = <0 0xe6ea0000 0 0x0064>;
1253c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
1254c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 210>;
12556be33864SEmmanuel Vadot			dmas = <&dmac0 0x43>, <&dmac0 0x42>;
12566be33864SEmmanuel Vadot			dma-names = "tx", "rx";
1257c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1258c66ec88fSEmmanuel Vadot			resets = <&cpg 210>;
1259c66ec88fSEmmanuel Vadot			#address-cells = <1>;
1260c66ec88fSEmmanuel Vadot			#size-cells = <0>;
1261c66ec88fSEmmanuel Vadot			status = "disabled";
1262c66ec88fSEmmanuel Vadot		};
1263c66ec88fSEmmanuel Vadot
1264c66ec88fSEmmanuel Vadot		msiof2: spi@e6c00000 {
1265c66ec88fSEmmanuel Vadot			compatible = "renesas,msiof-r8a77990",
1266c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-msiof";
1267c66ec88fSEmmanuel Vadot			reg = <0 0xe6c00000 0 0x0064>;
1268c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1269c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 209>;
1270c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x45>, <&dmac0 0x44>;
1271c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
1272c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1273c66ec88fSEmmanuel Vadot			resets = <&cpg 209>;
1274c66ec88fSEmmanuel Vadot			#address-cells = <1>;
1275c66ec88fSEmmanuel Vadot			#size-cells = <0>;
1276c66ec88fSEmmanuel Vadot			status = "disabled";
1277c66ec88fSEmmanuel Vadot		};
1278c66ec88fSEmmanuel Vadot
1279c66ec88fSEmmanuel Vadot		msiof3: spi@e6c10000 {
1280c66ec88fSEmmanuel Vadot			compatible = "renesas,msiof-r8a77990",
1281c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-msiof";
1282c66ec88fSEmmanuel Vadot			reg = <0 0xe6c10000 0 0x0064>;
1283c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
1284c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 208>;
1285c66ec88fSEmmanuel Vadot			dmas = <&dmac0 0x47>, <&dmac0 0x46>;
1286c66ec88fSEmmanuel Vadot			dma-names = "tx", "rx";
1287c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1288c66ec88fSEmmanuel Vadot			resets = <&cpg 208>;
1289c66ec88fSEmmanuel Vadot			#address-cells = <1>;
1290c66ec88fSEmmanuel Vadot			#size-cells = <0>;
1291c66ec88fSEmmanuel Vadot			status = "disabled";
1292c66ec88fSEmmanuel Vadot		};
1293c66ec88fSEmmanuel Vadot
1294c66ec88fSEmmanuel Vadot		vin4: video@e6ef4000 {
1295c66ec88fSEmmanuel Vadot			compatible = "renesas,vin-r8a77990";
1296c66ec88fSEmmanuel Vadot			reg = <0 0xe6ef4000 0 0x1000>;
1297c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
1298c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 807>;
1299c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1300c66ec88fSEmmanuel Vadot			resets = <&cpg 807>;
1301c66ec88fSEmmanuel Vadot			renesas,id = <4>;
1302c66ec88fSEmmanuel Vadot			status = "disabled";
1303c66ec88fSEmmanuel Vadot
1304c66ec88fSEmmanuel Vadot			ports {
1305c66ec88fSEmmanuel Vadot				#address-cells = <1>;
1306c66ec88fSEmmanuel Vadot				#size-cells = <0>;
1307c66ec88fSEmmanuel Vadot
1308c66ec88fSEmmanuel Vadot				port@1 {
1309c66ec88fSEmmanuel Vadot					#address-cells = <1>;
1310c66ec88fSEmmanuel Vadot					#size-cells = <0>;
1311c66ec88fSEmmanuel Vadot
1312c66ec88fSEmmanuel Vadot					reg = <1>;
1313c66ec88fSEmmanuel Vadot
1314c66ec88fSEmmanuel Vadot					vin4csi40: endpoint@2 {
1315c66ec88fSEmmanuel Vadot						reg = <2>;
1316c66ec88fSEmmanuel Vadot						remote-endpoint = <&csi40vin4>;
1317c66ec88fSEmmanuel Vadot					};
1318c66ec88fSEmmanuel Vadot				};
1319c66ec88fSEmmanuel Vadot			};
1320c66ec88fSEmmanuel Vadot		};
1321c66ec88fSEmmanuel Vadot
1322c66ec88fSEmmanuel Vadot		vin5: video@e6ef5000 {
1323c66ec88fSEmmanuel Vadot			compatible = "renesas,vin-r8a77990";
1324c66ec88fSEmmanuel Vadot			reg = <0 0xe6ef5000 0 0x1000>;
1325c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
1326c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 806>;
1327c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1328c66ec88fSEmmanuel Vadot			resets = <&cpg 806>;
1329c66ec88fSEmmanuel Vadot			renesas,id = <5>;
1330c66ec88fSEmmanuel Vadot			status = "disabled";
1331c66ec88fSEmmanuel Vadot
1332c66ec88fSEmmanuel Vadot			ports {
1333c66ec88fSEmmanuel Vadot				#address-cells = <1>;
1334c66ec88fSEmmanuel Vadot				#size-cells = <0>;
1335c66ec88fSEmmanuel Vadot
1336c66ec88fSEmmanuel Vadot				port@1 {
1337c66ec88fSEmmanuel Vadot					#address-cells = <1>;
1338c66ec88fSEmmanuel Vadot					#size-cells = <0>;
1339c66ec88fSEmmanuel Vadot
1340c66ec88fSEmmanuel Vadot					reg = <1>;
1341c66ec88fSEmmanuel Vadot
1342c66ec88fSEmmanuel Vadot					vin5csi40: endpoint@2 {
1343c66ec88fSEmmanuel Vadot						reg = <2>;
1344c66ec88fSEmmanuel Vadot						remote-endpoint = <&csi40vin5>;
1345c66ec88fSEmmanuel Vadot					};
1346c66ec88fSEmmanuel Vadot				};
1347c66ec88fSEmmanuel Vadot			};
1348c66ec88fSEmmanuel Vadot		};
1349c66ec88fSEmmanuel Vadot
13506be33864SEmmanuel Vadot		drif00: rif@e6f40000 {
13516be33864SEmmanuel Vadot			compatible = "renesas,r8a77990-drif",
13526be33864SEmmanuel Vadot				     "renesas,rcar-gen3-drif";
13536be33864SEmmanuel Vadot			reg = <0 0xe6f40000 0 0x84>;
13546be33864SEmmanuel Vadot			interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
13556be33864SEmmanuel Vadot			clocks = <&cpg CPG_MOD 515>;
13566be33864SEmmanuel Vadot			clock-names = "fck";
13576be33864SEmmanuel Vadot			dmas = <&dmac1 0x20>, <&dmac2 0x20>;
13586be33864SEmmanuel Vadot			dma-names = "rx", "rx";
13596be33864SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
13606be33864SEmmanuel Vadot			resets = <&cpg 515>;
13616be33864SEmmanuel Vadot			renesas,bonding = <&drif01>;
13626be33864SEmmanuel Vadot			status = "disabled";
13636be33864SEmmanuel Vadot		};
13646be33864SEmmanuel Vadot
13656be33864SEmmanuel Vadot		drif01: rif@e6f50000 {
13666be33864SEmmanuel Vadot			compatible = "renesas,r8a77990-drif",
13676be33864SEmmanuel Vadot				     "renesas,rcar-gen3-drif";
13686be33864SEmmanuel Vadot			reg = <0 0xe6f50000 0 0x84>;
13696be33864SEmmanuel Vadot			interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
13706be33864SEmmanuel Vadot			clocks = <&cpg CPG_MOD 514>;
13716be33864SEmmanuel Vadot			clock-names = "fck";
13726be33864SEmmanuel Vadot			dmas = <&dmac1 0x22>, <&dmac2 0x22>;
13736be33864SEmmanuel Vadot			dma-names = "rx", "rx";
13746be33864SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
13756be33864SEmmanuel Vadot			resets = <&cpg 514>;
13766be33864SEmmanuel Vadot			renesas,bonding = <&drif00>;
13776be33864SEmmanuel Vadot			status = "disabled";
13786be33864SEmmanuel Vadot		};
13796be33864SEmmanuel Vadot
13806be33864SEmmanuel Vadot		drif10: rif@e6f60000 {
13816be33864SEmmanuel Vadot			compatible = "renesas,r8a77990-drif",
13826be33864SEmmanuel Vadot				     "renesas,rcar-gen3-drif";
13836be33864SEmmanuel Vadot			reg = <0 0xe6f60000 0 0x84>;
13846be33864SEmmanuel Vadot			interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
13856be33864SEmmanuel Vadot			clocks = <&cpg CPG_MOD 513>;
13866be33864SEmmanuel Vadot			clock-names = "fck";
13876be33864SEmmanuel Vadot			dmas = <&dmac1 0x24>, <&dmac2 0x24>;
13886be33864SEmmanuel Vadot			dma-names = "rx", "rx";
13896be33864SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
13906be33864SEmmanuel Vadot			resets = <&cpg 513>;
13916be33864SEmmanuel Vadot			renesas,bonding = <&drif11>;
13926be33864SEmmanuel Vadot			status = "disabled";
13936be33864SEmmanuel Vadot		};
13946be33864SEmmanuel Vadot
13956be33864SEmmanuel Vadot		drif11: rif@e6f70000 {
13966be33864SEmmanuel Vadot			compatible = "renesas,r8a77990-drif",
13976be33864SEmmanuel Vadot				     "renesas,rcar-gen3-drif";
13986be33864SEmmanuel Vadot			reg = <0 0xe6f70000 0 0x84>;
13996be33864SEmmanuel Vadot			interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
14006be33864SEmmanuel Vadot			clocks = <&cpg CPG_MOD 512>;
14016be33864SEmmanuel Vadot			clock-names = "fck";
14026be33864SEmmanuel Vadot			dmas = <&dmac1 0x26>, <&dmac2 0x26>;
14036be33864SEmmanuel Vadot			dma-names = "rx", "rx";
14046be33864SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
14056be33864SEmmanuel Vadot			resets = <&cpg 512>;
14066be33864SEmmanuel Vadot			renesas,bonding = <&drif10>;
14076be33864SEmmanuel Vadot			status = "disabled";
14086be33864SEmmanuel Vadot		};
14096be33864SEmmanuel Vadot
14106be33864SEmmanuel Vadot		drif20: rif@e6f80000 {
14116be33864SEmmanuel Vadot			compatible = "renesas,r8a77990-drif",
14126be33864SEmmanuel Vadot				     "renesas,rcar-gen3-drif";
14136be33864SEmmanuel Vadot			reg = <0 0xe6f80000 0 0x84>;
14146be33864SEmmanuel Vadot			interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
14156be33864SEmmanuel Vadot			clocks = <&cpg CPG_MOD 511>;
14166be33864SEmmanuel Vadot			clock-names = "fck";
14176be33864SEmmanuel Vadot			dmas = <&dmac0 0x28>;
14186be33864SEmmanuel Vadot			dma-names = "rx";
14196be33864SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
14206be33864SEmmanuel Vadot			resets = <&cpg 511>;
14216be33864SEmmanuel Vadot			renesas,bonding = <&drif21>;
14226be33864SEmmanuel Vadot			status = "disabled";
14236be33864SEmmanuel Vadot		};
14246be33864SEmmanuel Vadot
14256be33864SEmmanuel Vadot		drif21: rif@e6f90000 {
14266be33864SEmmanuel Vadot			compatible = "renesas,r8a77990-drif",
14276be33864SEmmanuel Vadot				     "renesas,rcar-gen3-drif";
14286be33864SEmmanuel Vadot			reg = <0 0xe6f90000 0 0x84>;
14296be33864SEmmanuel Vadot			interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
14306be33864SEmmanuel Vadot			clocks = <&cpg CPG_MOD 510>;
14316be33864SEmmanuel Vadot			clock-names = "fck";
14326be33864SEmmanuel Vadot			dmas = <&dmac0 0x2a>;
14336be33864SEmmanuel Vadot			dma-names = "rx";
14346be33864SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
14356be33864SEmmanuel Vadot			resets = <&cpg 510>;
14366be33864SEmmanuel Vadot			renesas,bonding = <&drif20>;
14376be33864SEmmanuel Vadot			status = "disabled";
14386be33864SEmmanuel Vadot		};
14396be33864SEmmanuel Vadot
14406be33864SEmmanuel Vadot		drif30: rif@e6fa0000 {
14416be33864SEmmanuel Vadot			compatible = "renesas,r8a77990-drif",
14426be33864SEmmanuel Vadot				     "renesas,rcar-gen3-drif";
14436be33864SEmmanuel Vadot			reg = <0 0xe6fa0000 0 0x84>;
14446be33864SEmmanuel Vadot			interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
14456be33864SEmmanuel Vadot			clocks = <&cpg CPG_MOD 509>;
14466be33864SEmmanuel Vadot			clock-names = "fck";
14476be33864SEmmanuel Vadot			dmas = <&dmac0 0x2c>;
14486be33864SEmmanuel Vadot			dma-names = "rx";
14496be33864SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
14506be33864SEmmanuel Vadot			resets = <&cpg 509>;
14516be33864SEmmanuel Vadot			renesas,bonding = <&drif31>;
14526be33864SEmmanuel Vadot			status = "disabled";
14536be33864SEmmanuel Vadot		};
14546be33864SEmmanuel Vadot
14556be33864SEmmanuel Vadot		drif31: rif@e6fb0000 {
14566be33864SEmmanuel Vadot			compatible = "renesas,r8a77990-drif",
14576be33864SEmmanuel Vadot				     "renesas,rcar-gen3-drif";
14586be33864SEmmanuel Vadot			reg = <0 0xe6fb0000 0 0x84>;
14596be33864SEmmanuel Vadot			interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
14606be33864SEmmanuel Vadot			clocks = <&cpg CPG_MOD 508>;
14616be33864SEmmanuel Vadot			clock-names = "fck";
14626be33864SEmmanuel Vadot			dmas = <&dmac0 0x2e>;
14636be33864SEmmanuel Vadot			dma-names = "rx";
14646be33864SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
14656be33864SEmmanuel Vadot			resets = <&cpg 508>;
14666be33864SEmmanuel Vadot			renesas,bonding = <&drif30>;
14676be33864SEmmanuel Vadot			status = "disabled";
14686be33864SEmmanuel Vadot		};
14696be33864SEmmanuel Vadot
1470c66ec88fSEmmanuel Vadot		rcar_sound: sound@ec500000 {
1471c66ec88fSEmmanuel Vadot			/*
1472*cb7aa33aSEmmanuel Vadot			 * #sound-dai-cells is required if simple-card
1473c66ec88fSEmmanuel Vadot			 *
1474c66ec88fSEmmanuel Vadot			 * Single DAI : #sound-dai-cells = <0>;	<&rcar_sound>;
1475c66ec88fSEmmanuel Vadot			 * Multi  DAI : #sound-dai-cells = <1>;	<&rcar_sound N>;
1476c66ec88fSEmmanuel Vadot			 */
1477c66ec88fSEmmanuel Vadot			/*
1478c66ec88fSEmmanuel Vadot			 * #clock-cells is required for audio_clkout0/1/2/3
1479c66ec88fSEmmanuel Vadot			 *
1480c66ec88fSEmmanuel Vadot			 * clkout	: #clock-cells = <0>;	<&rcar_sound>;
1481c66ec88fSEmmanuel Vadot			 * clkout0/1/2/3: #clock-cells = <1>;	<&rcar_sound N>;
1482c66ec88fSEmmanuel Vadot			 */
1483c66ec88fSEmmanuel Vadot			compatible = "renesas,rcar_sound-r8a77990", "renesas,rcar_sound-gen3";
1484c66ec88fSEmmanuel Vadot			reg = <0 0xec500000 0 0x1000>, /* SCU */
1485c66ec88fSEmmanuel Vadot			      <0 0xec5a0000 0 0x100>,  /* ADG */
1486c66ec88fSEmmanuel Vadot			      <0 0xec540000 0 0x1000>, /* SSIU */
1487c66ec88fSEmmanuel Vadot			      <0 0xec541000 0 0x280>,  /* SSI */
1488c66ec88fSEmmanuel Vadot			      <0 0xec760000 0 0x200>;  /* Audio DMAC peri peri*/
1489c66ec88fSEmmanuel Vadot			reg-names = "scu", "adg", "ssiu", "ssi", "audmapp";
1490c66ec88fSEmmanuel Vadot
1491c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 1005>,
1492c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>,
1493c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>,
1494c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>,
1495c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>,
1496c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>,
1497c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>,
1498c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>,
1499c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
1500c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
1501c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
1502c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
1503c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
1504c66ec88fSEmmanuel Vadot				 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
1505c66ec88fSEmmanuel Vadot				 <&audio_clk_a>, <&audio_clk_b>,
1506c66ec88fSEmmanuel Vadot				 <&audio_clk_c>,
1507c66ec88fSEmmanuel Vadot				 <&cpg CPG_CORE R8A77990_CLK_ZA2>;
1508c66ec88fSEmmanuel Vadot			clock-names = "ssi-all",
1509c66ec88fSEmmanuel Vadot				      "ssi.9", "ssi.8", "ssi.7", "ssi.6",
1510c66ec88fSEmmanuel Vadot				      "ssi.5", "ssi.4", "ssi.3", "ssi.2",
1511c66ec88fSEmmanuel Vadot				      "ssi.1", "ssi.0",
1512c66ec88fSEmmanuel Vadot				      "src.9", "src.8", "src.7", "src.6",
1513c66ec88fSEmmanuel Vadot				      "src.5", "src.4", "src.3", "src.2",
1514c66ec88fSEmmanuel Vadot				      "src.1", "src.0",
1515c66ec88fSEmmanuel Vadot				      "mix.1", "mix.0",
1516c66ec88fSEmmanuel Vadot				      "ctu.1", "ctu.0",
1517c66ec88fSEmmanuel Vadot				      "dvc.0", "dvc.1",
1518c66ec88fSEmmanuel Vadot				      "clk_a", "clk_b", "clk_c", "clk_i";
1519c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1520c66ec88fSEmmanuel Vadot			resets = <&cpg 1005>,
1521c66ec88fSEmmanuel Vadot				 <&cpg 1006>, <&cpg 1007>,
1522c66ec88fSEmmanuel Vadot				 <&cpg 1008>, <&cpg 1009>,
1523c66ec88fSEmmanuel Vadot				 <&cpg 1010>, <&cpg 1011>,
1524c66ec88fSEmmanuel Vadot				 <&cpg 1012>, <&cpg 1013>,
1525c66ec88fSEmmanuel Vadot				 <&cpg 1014>, <&cpg 1015>;
1526c66ec88fSEmmanuel Vadot			reset-names = "ssi-all",
1527c66ec88fSEmmanuel Vadot				      "ssi.9", "ssi.8", "ssi.7", "ssi.6",
1528c66ec88fSEmmanuel Vadot				      "ssi.5", "ssi.4", "ssi.3", "ssi.2",
1529c66ec88fSEmmanuel Vadot				      "ssi.1", "ssi.0";
1530c66ec88fSEmmanuel Vadot			status = "disabled";
1531c66ec88fSEmmanuel Vadot
1532c66ec88fSEmmanuel Vadot			rcar_sound,ctu {
1533c66ec88fSEmmanuel Vadot				ctu00: ctu-0 { };
1534c66ec88fSEmmanuel Vadot				ctu01: ctu-1 { };
1535c66ec88fSEmmanuel Vadot				ctu02: ctu-2 { };
1536c66ec88fSEmmanuel Vadot				ctu03: ctu-3 { };
1537c66ec88fSEmmanuel Vadot				ctu10: ctu-4 { };
1538c66ec88fSEmmanuel Vadot				ctu11: ctu-5 { };
1539c66ec88fSEmmanuel Vadot				ctu12: ctu-6 { };
1540c66ec88fSEmmanuel Vadot				ctu13: ctu-7 { };
1541c66ec88fSEmmanuel Vadot			};
1542c66ec88fSEmmanuel Vadot
1543c66ec88fSEmmanuel Vadot			rcar_sound,dvc {
1544c66ec88fSEmmanuel Vadot				dvc0: dvc-0 {
1545c66ec88fSEmmanuel Vadot					dmas = <&audma0 0xbc>;
1546c66ec88fSEmmanuel Vadot					dma-names = "tx";
1547c66ec88fSEmmanuel Vadot				};
1548c66ec88fSEmmanuel Vadot				dvc1: dvc-1 {
1549c66ec88fSEmmanuel Vadot					dmas = <&audma0 0xbe>;
1550c66ec88fSEmmanuel Vadot					dma-names = "tx";
1551c66ec88fSEmmanuel Vadot				};
1552c66ec88fSEmmanuel Vadot			};
1553c66ec88fSEmmanuel Vadot
1554c66ec88fSEmmanuel Vadot			rcar_sound,mix {
1555c66ec88fSEmmanuel Vadot				mix0: mix-0 { };
1556c66ec88fSEmmanuel Vadot				mix1: mix-1 { };
1557c66ec88fSEmmanuel Vadot			};
1558c66ec88fSEmmanuel Vadot
1559c66ec88fSEmmanuel Vadot			rcar_sound,src {
1560c66ec88fSEmmanuel Vadot				src0: src-0 {
1561c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>;
1562c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x85>, <&audma0 0x9a>;
1563c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx";
1564c66ec88fSEmmanuel Vadot				};
1565c66ec88fSEmmanuel Vadot				src1: src-1 {
1566c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
1567c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x87>, <&audma0 0x9c>;
1568c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx";
1569c66ec88fSEmmanuel Vadot				};
1570c66ec88fSEmmanuel Vadot				src2: src-2 {
1571c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
1572c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x89>, <&audma0 0x9e>;
1573c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx";
1574c66ec88fSEmmanuel Vadot				};
1575c66ec88fSEmmanuel Vadot				src3: src-3 {
1576c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
1577c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x8b>, <&audma0 0xa0>;
1578c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx";
1579c66ec88fSEmmanuel Vadot				};
1580c66ec88fSEmmanuel Vadot				src4: src-4 {
1581c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
1582c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x8d>, <&audma0 0xb0>;
1583c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx";
1584c66ec88fSEmmanuel Vadot				};
1585c66ec88fSEmmanuel Vadot				src5: src-5 {
1586c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
1587c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x8f>, <&audma0 0xb2>;
1588c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx";
1589c66ec88fSEmmanuel Vadot				};
1590c66ec88fSEmmanuel Vadot				src6: src-6 {
1591c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
1592c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x91>, <&audma0 0xb4>;
1593c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx";
1594c66ec88fSEmmanuel Vadot				};
1595c66ec88fSEmmanuel Vadot				src7: src-7 {
1596c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
1597c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x93>, <&audma0 0xb6>;
1598c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx";
1599c66ec88fSEmmanuel Vadot				};
1600c66ec88fSEmmanuel Vadot				src8: src-8 {
1601c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
1602c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x95>, <&audma0 0xb8>;
1603c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx";
1604c66ec88fSEmmanuel Vadot				};
1605c66ec88fSEmmanuel Vadot				src9: src-9 {
1606c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>;
1607c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x97>, <&audma0 0xba>;
1608c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx";
1609c66ec88fSEmmanuel Vadot				};
1610c66ec88fSEmmanuel Vadot			};
1611c66ec88fSEmmanuel Vadot
1612c66ec88fSEmmanuel Vadot			rcar_sound,ssi {
1613c66ec88fSEmmanuel Vadot				ssi0: ssi-0 {
1614c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
1615c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x01>, <&audma0 0x02>,
1616c66ec88fSEmmanuel Vadot					       <&audma0 0x15>, <&audma0 0x16>;
1617c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1618c66ec88fSEmmanuel Vadot				};
1619c66ec88fSEmmanuel Vadot				ssi1: ssi-1 {
1620c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
1621c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x03>, <&audma0 0x04>,
1622c66ec88fSEmmanuel Vadot					       <&audma0 0x49>, <&audma0 0x4a>;
1623c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1624c66ec88fSEmmanuel Vadot				};
1625c66ec88fSEmmanuel Vadot				ssi2: ssi-2 {
1626c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 372 IRQ_TYPE_LEVEL_HIGH>;
1627c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x05>, <&audma0 0x06>,
1628c66ec88fSEmmanuel Vadot					       <&audma0 0x63>, <&audma0 0x64>;
1629c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1630c66ec88fSEmmanuel Vadot				};
1631c66ec88fSEmmanuel Vadot				ssi3: ssi-3 {
1632c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 373 IRQ_TYPE_LEVEL_HIGH>;
1633c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x07>, <&audma0 0x08>,
1634c66ec88fSEmmanuel Vadot					       <&audma0 0x6f>, <&audma0 0x70>;
1635c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1636c66ec88fSEmmanuel Vadot				};
1637c66ec88fSEmmanuel Vadot				ssi4: ssi-4 {
1638c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>;
1639c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x09>, <&audma0 0x0a>,
1640c66ec88fSEmmanuel Vadot					       <&audma0 0x71>, <&audma0 0x72>;
1641c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1642c66ec88fSEmmanuel Vadot				};
1643c66ec88fSEmmanuel Vadot				ssi5: ssi-5 {
1644c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>;
1645c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x0b>, <&audma0 0x0c>,
1646c66ec88fSEmmanuel Vadot					       <&audma0 0x73>, <&audma0 0x74>;
1647c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1648c66ec88fSEmmanuel Vadot				};
1649c66ec88fSEmmanuel Vadot				ssi6: ssi-6 {
1650c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 376 IRQ_TYPE_LEVEL_HIGH>;
1651c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x0d>, <&audma0 0x0e>,
1652c66ec88fSEmmanuel Vadot					       <&audma0 0x75>, <&audma0 0x76>;
1653c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1654c66ec88fSEmmanuel Vadot				};
1655c66ec88fSEmmanuel Vadot				ssi7: ssi-7 {
1656c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 377 IRQ_TYPE_LEVEL_HIGH>;
1657c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x0f>, <&audma0 0x10>,
1658c66ec88fSEmmanuel Vadot					       <&audma0 0x79>, <&audma0 0x7a>;
1659c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1660c66ec88fSEmmanuel Vadot				};
1661c66ec88fSEmmanuel Vadot				ssi8: ssi-8 {
1662c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 378 IRQ_TYPE_LEVEL_HIGH>;
1663c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x11>, <&audma0 0x12>,
1664c66ec88fSEmmanuel Vadot					       <&audma0 0x7b>, <&audma0 0x7c>;
1665c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1666c66ec88fSEmmanuel Vadot				};
1667c66ec88fSEmmanuel Vadot				ssi9: ssi-9 {
1668c66ec88fSEmmanuel Vadot					interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>;
1669c66ec88fSEmmanuel Vadot					dmas = <&audma0 0x13>, <&audma0 0x14>,
1670c66ec88fSEmmanuel Vadot					       <&audma0 0x7d>, <&audma0 0x7e>;
1671c66ec88fSEmmanuel Vadot					dma-names = "rx", "tx", "rxu", "txu";
1672c66ec88fSEmmanuel Vadot				};
1673c66ec88fSEmmanuel Vadot			};
1674c9ccf3a3SEmmanuel Vadot		};
1675c9ccf3a3SEmmanuel Vadot
1676c9ccf3a3SEmmanuel Vadot		mlp: mlp@ec520000 {
1677c9ccf3a3SEmmanuel Vadot			compatible = "renesas,r8a77990-mlp",
1678c9ccf3a3SEmmanuel Vadot				     "renesas,rcar-gen3-mlp";
1679c9ccf3a3SEmmanuel Vadot			reg = <0 0xec520000 0 0x800>;
1680c9ccf3a3SEmmanuel Vadot			interrupts = <GIC_SPI 384 IRQ_TYPE_LEVEL_HIGH>,
1681c9ccf3a3SEmmanuel Vadot				<GIC_SPI 385 IRQ_TYPE_LEVEL_HIGH>;
1682c9ccf3a3SEmmanuel Vadot			clocks = <&cpg CPG_MOD 802>;
1683c9ccf3a3SEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1684c9ccf3a3SEmmanuel Vadot			resets = <&cpg 802>;
1685c9ccf3a3SEmmanuel Vadot			status = "disabled";
1686c66ec88fSEmmanuel Vadot		};
1687c66ec88fSEmmanuel Vadot
1688c66ec88fSEmmanuel Vadot		audma0: dma-controller@ec700000 {
1689c66ec88fSEmmanuel Vadot			compatible = "renesas,dmac-r8a77990",
1690c66ec88fSEmmanuel Vadot				     "renesas,rcar-dmac";
1691c66ec88fSEmmanuel Vadot			reg = <0 0xec700000 0 0x10000>;
1692c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 350 IRQ_TYPE_LEVEL_HIGH>,
1693c66ec88fSEmmanuel Vadot				     <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>,
1694c66ec88fSEmmanuel Vadot				     <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>,
1695c66ec88fSEmmanuel Vadot				     <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>,
1696c66ec88fSEmmanuel Vadot				     <GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH>,
1697c66ec88fSEmmanuel Vadot				     <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>,
1698c66ec88fSEmmanuel Vadot				     <GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH>,
1699c66ec88fSEmmanuel Vadot				     <GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>,
1700c66ec88fSEmmanuel Vadot				     <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>,
1701c66ec88fSEmmanuel Vadot				     <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>,
1702c66ec88fSEmmanuel Vadot				     <GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH>,
1703c66ec88fSEmmanuel Vadot				     <GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH>,
1704c66ec88fSEmmanuel Vadot				     <GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH>,
1705c66ec88fSEmmanuel Vadot				     <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>,
1706c66ec88fSEmmanuel Vadot				     <GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH>,
1707c66ec88fSEmmanuel Vadot				     <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1708c66ec88fSEmmanuel Vadot				     <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>;
1709c66ec88fSEmmanuel Vadot			interrupt-names = "error",
1710c66ec88fSEmmanuel Vadot					"ch0", "ch1", "ch2", "ch3",
1711c66ec88fSEmmanuel Vadot					"ch4", "ch5", "ch6", "ch7",
1712c66ec88fSEmmanuel Vadot					"ch8", "ch9", "ch10", "ch11",
1713c66ec88fSEmmanuel Vadot					"ch12", "ch13", "ch14", "ch15";
1714c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 502>;
1715c66ec88fSEmmanuel Vadot			clock-names = "fck";
1716c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1717c66ec88fSEmmanuel Vadot			resets = <&cpg 502>;
1718c66ec88fSEmmanuel Vadot			#dma-cells = <1>;
1719c66ec88fSEmmanuel Vadot			dma-channels = <16>;
1720c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_mp 0>, <&ipmmu_mp 1>,
1721c66ec88fSEmmanuel Vadot				 <&ipmmu_mp 2>, <&ipmmu_mp 3>,
1722c66ec88fSEmmanuel Vadot				 <&ipmmu_mp 4>, <&ipmmu_mp 5>,
1723c66ec88fSEmmanuel Vadot				 <&ipmmu_mp 6>, <&ipmmu_mp 7>,
1724c66ec88fSEmmanuel Vadot				 <&ipmmu_mp 8>, <&ipmmu_mp 9>,
1725c66ec88fSEmmanuel Vadot				 <&ipmmu_mp 10>, <&ipmmu_mp 11>,
1726c66ec88fSEmmanuel Vadot				 <&ipmmu_mp 12>, <&ipmmu_mp 13>,
1727c66ec88fSEmmanuel Vadot				 <&ipmmu_mp 14>, <&ipmmu_mp 15>;
1728c66ec88fSEmmanuel Vadot		};
1729c66ec88fSEmmanuel Vadot
1730c66ec88fSEmmanuel Vadot		xhci0: usb@ee000000 {
1731c66ec88fSEmmanuel Vadot			compatible = "renesas,xhci-r8a77990",
1732c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-xhci";
1733c66ec88fSEmmanuel Vadot			reg = <0 0xee000000 0 0xc00>;
1734c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
1735c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 328>;
1736c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1737c66ec88fSEmmanuel Vadot			resets = <&cpg 328>;
1738c66ec88fSEmmanuel Vadot			status = "disabled";
1739c66ec88fSEmmanuel Vadot		};
1740c66ec88fSEmmanuel Vadot
1741c66ec88fSEmmanuel Vadot		usb3_peri0: usb@ee020000 {
1742c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-usb3-peri",
1743c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-usb3-peri";
1744c66ec88fSEmmanuel Vadot			reg = <0 0xee020000 0 0x400>;
1745c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
1746c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 328>;
1747c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1748c66ec88fSEmmanuel Vadot			resets = <&cpg 328>;
1749c66ec88fSEmmanuel Vadot			status = "disabled";
1750c66ec88fSEmmanuel Vadot		};
1751c66ec88fSEmmanuel Vadot
1752c66ec88fSEmmanuel Vadot		ohci0: usb@ee080000 {
1753c66ec88fSEmmanuel Vadot			compatible = "generic-ohci";
1754c66ec88fSEmmanuel Vadot			reg = <0 0xee080000 0 0x100>;
1755c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
1756c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
1757c66ec88fSEmmanuel Vadot			phys = <&usb2_phy0 1>;
1758c66ec88fSEmmanuel Vadot			phy-names = "usb";
1759c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1760c66ec88fSEmmanuel Vadot			resets = <&cpg 703>, <&cpg 704>;
1761c66ec88fSEmmanuel Vadot			status = "disabled";
1762c66ec88fSEmmanuel Vadot		};
1763c66ec88fSEmmanuel Vadot
1764c66ec88fSEmmanuel Vadot		ehci0: usb@ee080100 {
1765c66ec88fSEmmanuel Vadot			compatible = "generic-ehci";
1766c66ec88fSEmmanuel Vadot			reg = <0 0xee080100 0 0x100>;
1767c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
1768c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
1769c66ec88fSEmmanuel Vadot			phys = <&usb2_phy0 2>;
1770c66ec88fSEmmanuel Vadot			phy-names = "usb";
1771c66ec88fSEmmanuel Vadot			companion = <&ohci0>;
1772c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1773c66ec88fSEmmanuel Vadot			resets = <&cpg 703>, <&cpg 704>;
1774c66ec88fSEmmanuel Vadot			status = "disabled";
1775c66ec88fSEmmanuel Vadot		};
1776c66ec88fSEmmanuel Vadot
1777c66ec88fSEmmanuel Vadot		usb2_phy0: usb-phy@ee080200 {
1778c66ec88fSEmmanuel Vadot			compatible = "renesas,usb2-phy-r8a77990",
1779c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-usb2-phy";
1780c66ec88fSEmmanuel Vadot			reg = <0 0xee080200 0 0x700>;
1781c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
1782c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
1783c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1784c66ec88fSEmmanuel Vadot			resets = <&cpg 703>, <&cpg 704>;
1785c66ec88fSEmmanuel Vadot			#phy-cells = <1>;
1786c66ec88fSEmmanuel Vadot			status = "disabled";
1787c66ec88fSEmmanuel Vadot		};
1788c66ec88fSEmmanuel Vadot
1789c66ec88fSEmmanuel Vadot		sdhi0: mmc@ee100000 {
1790c66ec88fSEmmanuel Vadot			compatible = "renesas,sdhi-r8a77990",
1791c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-sdhi";
1792c66ec88fSEmmanuel Vadot			reg = <0 0xee100000 0 0x2000>;
1793c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
1794e67e8565SEmmanuel Vadot			clocks = <&cpg CPG_MOD 314>, <&cpg CPG_CORE R8A77990_CLK_SD0H>;
1795e67e8565SEmmanuel Vadot			clock-names = "core", "clkh";
1796c66ec88fSEmmanuel Vadot			max-frequency = <200000000>;
1797c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1798c66ec88fSEmmanuel Vadot			resets = <&cpg 314>;
1799c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_ds1 32>;
1800c66ec88fSEmmanuel Vadot			status = "disabled";
1801c66ec88fSEmmanuel Vadot		};
1802c66ec88fSEmmanuel Vadot
1803c66ec88fSEmmanuel Vadot		sdhi1: mmc@ee120000 {
1804c66ec88fSEmmanuel Vadot			compatible = "renesas,sdhi-r8a77990",
1805c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-sdhi";
1806c66ec88fSEmmanuel Vadot			reg = <0 0xee120000 0 0x2000>;
1807c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>;
1808e67e8565SEmmanuel Vadot			clocks = <&cpg CPG_MOD 313>, <&cpg CPG_CORE R8A77990_CLK_SD1H>;
1809e67e8565SEmmanuel Vadot			clock-names = "core", "clkh";
1810c66ec88fSEmmanuel Vadot			max-frequency = <200000000>;
1811c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1812c66ec88fSEmmanuel Vadot			resets = <&cpg 313>;
1813c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_ds1 33>;
1814c66ec88fSEmmanuel Vadot			status = "disabled";
1815c66ec88fSEmmanuel Vadot		};
1816c66ec88fSEmmanuel Vadot
1817c66ec88fSEmmanuel Vadot		sdhi3: mmc@ee160000 {
1818c66ec88fSEmmanuel Vadot			compatible = "renesas,sdhi-r8a77990",
1819c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-sdhi";
1820c66ec88fSEmmanuel Vadot			reg = <0 0xee160000 0 0x2000>;
1821c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
1822e67e8565SEmmanuel Vadot			clocks = <&cpg CPG_MOD 311>, <&cpg CPG_CORE R8A77990_CLK_SD3H>;
1823e67e8565SEmmanuel Vadot			clock-names = "core", "clkh";
1824c66ec88fSEmmanuel Vadot			max-frequency = <200000000>;
1825c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1826c66ec88fSEmmanuel Vadot			resets = <&cpg 311>;
1827c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_ds1 35>;
1828c66ec88fSEmmanuel Vadot			status = "disabled";
1829c66ec88fSEmmanuel Vadot		};
1830c66ec88fSEmmanuel Vadot
1831d5b0e70fSEmmanuel Vadot		rpc: spi@ee200000 {
1832d5b0e70fSEmmanuel Vadot			compatible = "renesas,r8a77990-rpc-if",
1833d5b0e70fSEmmanuel Vadot				     "renesas,rcar-gen3-rpc-if";
1834d5b0e70fSEmmanuel Vadot			reg = <0 0xee200000 0 0x200>,
1835d5b0e70fSEmmanuel Vadot			      <0 0x08000000 0 0x04000000>,
1836d5b0e70fSEmmanuel Vadot			      <0 0xee208000 0 0x100>;
1837d5b0e70fSEmmanuel Vadot			reg-names = "regs", "dirmap", "wbuf";
1838d5b0e70fSEmmanuel Vadot			interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
1839d5b0e70fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 917>;
1840d5b0e70fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1841d5b0e70fSEmmanuel Vadot			resets = <&cpg 917>;
1842d5b0e70fSEmmanuel Vadot			#address-cells = <1>;
1843d5b0e70fSEmmanuel Vadot			#size-cells = <0>;
1844d5b0e70fSEmmanuel Vadot			status = "disabled";
1845d5b0e70fSEmmanuel Vadot		};
1846d5b0e70fSEmmanuel Vadot
1847c66ec88fSEmmanuel Vadot		gic: interrupt-controller@f1010000 {
1848c66ec88fSEmmanuel Vadot			compatible = "arm,gic-400";
1849c66ec88fSEmmanuel Vadot			#interrupt-cells = <3>;
1850c66ec88fSEmmanuel Vadot			#address-cells = <0>;
1851c66ec88fSEmmanuel Vadot			interrupt-controller;
1852c66ec88fSEmmanuel Vadot			reg = <0x0 0xf1010000 0 0x1000>,
1853c66ec88fSEmmanuel Vadot			      <0x0 0xf1020000 0 0x20000>,
1854c66ec88fSEmmanuel Vadot			      <0x0 0xf1040000 0 0x20000>,
1855c66ec88fSEmmanuel Vadot			      <0x0 0xf1060000 0 0x20000>;
1856c66ec88fSEmmanuel Vadot			interrupts = <GIC_PPI 9
1857c66ec88fSEmmanuel Vadot					(GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
1858c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 408>;
1859c66ec88fSEmmanuel Vadot			clock-names = "clk";
1860c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1861c66ec88fSEmmanuel Vadot			resets = <&cpg 408>;
1862c66ec88fSEmmanuel Vadot		};
1863c66ec88fSEmmanuel Vadot
1864c66ec88fSEmmanuel Vadot		pciec0: pcie@fe000000 {
1865c66ec88fSEmmanuel Vadot			compatible = "renesas,pcie-r8a77990",
1866c66ec88fSEmmanuel Vadot				     "renesas,pcie-rcar-gen3";
1867c66ec88fSEmmanuel Vadot			reg = <0 0xfe000000 0 0x80000>;
1868c66ec88fSEmmanuel Vadot			#address-cells = <3>;
1869c66ec88fSEmmanuel Vadot			#size-cells = <2>;
1870c66ec88fSEmmanuel Vadot			bus-range = <0x00 0xff>;
1871c66ec88fSEmmanuel Vadot			device_type = "pci";
1872c66ec88fSEmmanuel Vadot			ranges = <0x01000000 0 0x00000000 0 0xfe100000 0 0x00100000>,
1873c66ec88fSEmmanuel Vadot				 <0x02000000 0 0xfe200000 0 0xfe200000 0 0x00200000>,
1874c66ec88fSEmmanuel Vadot				 <0x02000000 0 0x30000000 0 0x30000000 0 0x08000000>,
1875c66ec88fSEmmanuel Vadot				 <0x42000000 0 0x38000000 0 0x38000000 0 0x08000000>;
1876c66ec88fSEmmanuel Vadot			/* Map all possible DDR as inbound ranges */
1877c66ec88fSEmmanuel Vadot			dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 0 0x40000000>;
1878c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
1879c66ec88fSEmmanuel Vadot				     <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
1880c66ec88fSEmmanuel Vadot				     <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
1881c66ec88fSEmmanuel Vadot			#interrupt-cells = <1>;
1882c66ec88fSEmmanuel Vadot			interrupt-map-mask = <0 0 0 0>;
1883c66ec88fSEmmanuel Vadot			interrupt-map = <0 0 0 0 &gic GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
1884c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 319>, <&pcie_bus_clk>;
1885c66ec88fSEmmanuel Vadot			clock-names = "pcie", "pcie_bus";
1886c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1887c66ec88fSEmmanuel Vadot			resets = <&cpg 319>;
1888c66ec88fSEmmanuel Vadot			status = "disabled";
1889c66ec88fSEmmanuel Vadot		};
1890c66ec88fSEmmanuel Vadot
1891c66ec88fSEmmanuel Vadot		vspb0: vsp@fe960000 {
1892c66ec88fSEmmanuel Vadot			compatible = "renesas,vsp2";
1893c66ec88fSEmmanuel Vadot			reg = <0 0xfe960000 0 0x8000>;
1894c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>;
1895c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 626>;
1896c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1897c66ec88fSEmmanuel Vadot			resets = <&cpg 626>;
1898c66ec88fSEmmanuel Vadot			renesas,fcp = <&fcpvb0>;
1899c66ec88fSEmmanuel Vadot		};
1900c66ec88fSEmmanuel Vadot
1901c66ec88fSEmmanuel Vadot		fcpvb0: fcp@fe96f000 {
1902c66ec88fSEmmanuel Vadot			compatible = "renesas,fcpv";
1903c66ec88fSEmmanuel Vadot			reg = <0 0xfe96f000 0 0x200>;
1904c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 607>;
1905c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1906c66ec88fSEmmanuel Vadot			resets = <&cpg 607>;
1907c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_vp0 5>;
1908c66ec88fSEmmanuel Vadot		};
1909c66ec88fSEmmanuel Vadot
1910c66ec88fSEmmanuel Vadot		vspi0: vsp@fe9a0000 {
1911c66ec88fSEmmanuel Vadot			compatible = "renesas,vsp2";
1912c66ec88fSEmmanuel Vadot			reg = <0 0xfe9a0000 0 0x8000>;
1913c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 444 IRQ_TYPE_LEVEL_HIGH>;
1914c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 631>;
1915c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1916c66ec88fSEmmanuel Vadot			resets = <&cpg 631>;
1917c66ec88fSEmmanuel Vadot			renesas,fcp = <&fcpvi0>;
1918c66ec88fSEmmanuel Vadot		};
1919c66ec88fSEmmanuel Vadot
1920c66ec88fSEmmanuel Vadot		fcpvi0: fcp@fe9af000 {
1921c66ec88fSEmmanuel Vadot			compatible = "renesas,fcpv";
1922c66ec88fSEmmanuel Vadot			reg = <0 0xfe9af000 0 0x200>;
1923c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 611>;
1924c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1925c66ec88fSEmmanuel Vadot			resets = <&cpg 611>;
1926c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_vp0 8>;
1927c66ec88fSEmmanuel Vadot		};
1928c66ec88fSEmmanuel Vadot
1929c66ec88fSEmmanuel Vadot		vspd0: vsp@fea20000 {
1930c66ec88fSEmmanuel Vadot			compatible = "renesas,vsp2";
1931c66ec88fSEmmanuel Vadot			reg = <0 0xfea20000 0 0x7000>;
1932c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 466 IRQ_TYPE_LEVEL_HIGH>;
1933c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 623>;
1934c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1935c66ec88fSEmmanuel Vadot			resets = <&cpg 623>;
1936c66ec88fSEmmanuel Vadot			renesas,fcp = <&fcpvd0>;
1937c66ec88fSEmmanuel Vadot		};
1938c66ec88fSEmmanuel Vadot
1939c66ec88fSEmmanuel Vadot		fcpvd0: fcp@fea27000 {
1940c66ec88fSEmmanuel Vadot			compatible = "renesas,fcpv";
1941c66ec88fSEmmanuel Vadot			reg = <0 0xfea27000 0 0x200>;
1942c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 603>;
1943c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1944c66ec88fSEmmanuel Vadot			resets = <&cpg 603>;
1945c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_vi0 8>;
1946c66ec88fSEmmanuel Vadot		};
1947c66ec88fSEmmanuel Vadot
1948c66ec88fSEmmanuel Vadot		vspd1: vsp@fea28000 {
1949c66ec88fSEmmanuel Vadot			compatible = "renesas,vsp2";
1950c66ec88fSEmmanuel Vadot			reg = <0 0xfea28000 0 0x7000>;
1951c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 467 IRQ_TYPE_LEVEL_HIGH>;
1952c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 622>;
1953c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1954c66ec88fSEmmanuel Vadot			resets = <&cpg 622>;
1955c66ec88fSEmmanuel Vadot			renesas,fcp = <&fcpvd1>;
1956c66ec88fSEmmanuel Vadot		};
1957c66ec88fSEmmanuel Vadot
1958c66ec88fSEmmanuel Vadot		fcpvd1: fcp@fea2f000 {
1959c66ec88fSEmmanuel Vadot			compatible = "renesas,fcpv";
1960c66ec88fSEmmanuel Vadot			reg = <0 0xfea2f000 0 0x200>;
1961c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 602>;
1962c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1963c66ec88fSEmmanuel Vadot			resets = <&cpg 602>;
1964c66ec88fSEmmanuel Vadot			iommus = <&ipmmu_vi0 9>;
1965c66ec88fSEmmanuel Vadot		};
1966c66ec88fSEmmanuel Vadot
1967c66ec88fSEmmanuel Vadot		cmm0: cmm@fea40000 {
1968c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-cmm",
1969c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-cmm";
1970c66ec88fSEmmanuel Vadot			reg = <0 0xfea40000 0 0x1000>;
1971c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1972c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 711>;
1973c66ec88fSEmmanuel Vadot			resets = <&cpg 711>;
1974c66ec88fSEmmanuel Vadot		};
1975c66ec88fSEmmanuel Vadot
1976c66ec88fSEmmanuel Vadot		cmm1: cmm@fea50000 {
1977c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-cmm",
1978c66ec88fSEmmanuel Vadot				     "renesas,rcar-gen3-cmm";
1979c66ec88fSEmmanuel Vadot			reg = <0 0xfea50000 0 0x1000>;
1980c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1981c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 710>;
1982c66ec88fSEmmanuel Vadot			resets = <&cpg 710>;
1983c66ec88fSEmmanuel Vadot		};
1984c66ec88fSEmmanuel Vadot
1985c66ec88fSEmmanuel Vadot		csi40: csi2@feaa0000 {
1986c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-csi2";
1987c66ec88fSEmmanuel Vadot			reg = <0 0xfeaa0000 0 0x10000>;
1988c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
1989c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 716>;
1990c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1991c66ec88fSEmmanuel Vadot			resets = <&cpg 716>;
1992c66ec88fSEmmanuel Vadot			status = "disabled";
1993c66ec88fSEmmanuel Vadot
1994c66ec88fSEmmanuel Vadot			ports {
1995c66ec88fSEmmanuel Vadot				#address-cells = <1>;
1996c66ec88fSEmmanuel Vadot				#size-cells = <0>;
1997c66ec88fSEmmanuel Vadot
19982eb4d8dcSEmmanuel Vadot				port@0 {
19992eb4d8dcSEmmanuel Vadot					reg = <0>;
20002eb4d8dcSEmmanuel Vadot				};
20012eb4d8dcSEmmanuel Vadot
2002c66ec88fSEmmanuel Vadot				port@1 {
2003c66ec88fSEmmanuel Vadot					#address-cells = <1>;
2004c66ec88fSEmmanuel Vadot					#size-cells = <0>;
2005c66ec88fSEmmanuel Vadot
2006c66ec88fSEmmanuel Vadot					reg = <1>;
2007c66ec88fSEmmanuel Vadot
2008c66ec88fSEmmanuel Vadot					csi40vin4: endpoint@0 {
2009c66ec88fSEmmanuel Vadot						reg = <0>;
2010c66ec88fSEmmanuel Vadot						remote-endpoint = <&vin4csi40>;
2011c66ec88fSEmmanuel Vadot					};
2012c66ec88fSEmmanuel Vadot					csi40vin5: endpoint@1 {
2013c66ec88fSEmmanuel Vadot						reg = <1>;
2014c66ec88fSEmmanuel Vadot						remote-endpoint = <&vin5csi40>;
2015c66ec88fSEmmanuel Vadot					};
2016c66ec88fSEmmanuel Vadot				};
2017c66ec88fSEmmanuel Vadot			};
2018c66ec88fSEmmanuel Vadot		};
2019c66ec88fSEmmanuel Vadot
2020c66ec88fSEmmanuel Vadot		du: display@feb00000 {
2021c66ec88fSEmmanuel Vadot			compatible = "renesas,du-r8a77990";
2022c66ec88fSEmmanuel Vadot			reg = <0 0xfeb00000 0 0x40000>;
2023c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
2024c66ec88fSEmmanuel Vadot				     <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
2025c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>;
2026c66ec88fSEmmanuel Vadot			clock-names = "du.0", "du.1";
2027c66ec88fSEmmanuel Vadot			resets = <&cpg 724>;
2028c66ec88fSEmmanuel Vadot			reset-names = "du.0";
2029c66ec88fSEmmanuel Vadot
2030c66ec88fSEmmanuel Vadot			renesas,cmms = <&cmm0>, <&cmm1>;
2031c66ec88fSEmmanuel Vadot			renesas,vsps = <&vspd0 0>, <&vspd1 0>;
2032c66ec88fSEmmanuel Vadot
2033c66ec88fSEmmanuel Vadot			status = "disabled";
2034c66ec88fSEmmanuel Vadot
2035c66ec88fSEmmanuel Vadot			ports {
2036c66ec88fSEmmanuel Vadot				#address-cells = <1>;
2037c66ec88fSEmmanuel Vadot				#size-cells = <0>;
2038c66ec88fSEmmanuel Vadot
2039c66ec88fSEmmanuel Vadot				port@0 {
2040c66ec88fSEmmanuel Vadot					reg = <0>;
2041c66ec88fSEmmanuel Vadot				};
2042c66ec88fSEmmanuel Vadot
2043c66ec88fSEmmanuel Vadot				port@1 {
2044c66ec88fSEmmanuel Vadot					reg = <1>;
2045c66ec88fSEmmanuel Vadot					du_out_lvds0: endpoint {
2046c66ec88fSEmmanuel Vadot						remote-endpoint = <&lvds0_in>;
2047c66ec88fSEmmanuel Vadot					};
2048c66ec88fSEmmanuel Vadot				};
2049c66ec88fSEmmanuel Vadot
2050c66ec88fSEmmanuel Vadot				port@2 {
2051c66ec88fSEmmanuel Vadot					reg = <2>;
2052c66ec88fSEmmanuel Vadot					du_out_lvds1: endpoint {
2053c66ec88fSEmmanuel Vadot						remote-endpoint = <&lvds1_in>;
2054c66ec88fSEmmanuel Vadot					};
2055c66ec88fSEmmanuel Vadot				};
2056c66ec88fSEmmanuel Vadot			};
2057c66ec88fSEmmanuel Vadot		};
2058c66ec88fSEmmanuel Vadot
2059c66ec88fSEmmanuel Vadot		lvds0: lvds-encoder@feb90000 {
2060c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-lvds";
2061c66ec88fSEmmanuel Vadot			reg = <0 0xfeb90000 0 0x20>;
2062c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 727>;
2063c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
2064c66ec88fSEmmanuel Vadot			resets = <&cpg 727>;
2065c66ec88fSEmmanuel Vadot			status = "disabled";
2066c66ec88fSEmmanuel Vadot
2067c66ec88fSEmmanuel Vadot			renesas,companion = <&lvds1>;
2068c66ec88fSEmmanuel Vadot
2069c66ec88fSEmmanuel Vadot			ports {
2070c66ec88fSEmmanuel Vadot				#address-cells = <1>;
2071c66ec88fSEmmanuel Vadot				#size-cells = <0>;
2072c66ec88fSEmmanuel Vadot
2073c66ec88fSEmmanuel Vadot				port@0 {
2074c66ec88fSEmmanuel Vadot					reg = <0>;
2075c66ec88fSEmmanuel Vadot					lvds0_in: endpoint {
2076c66ec88fSEmmanuel Vadot						remote-endpoint = <&du_out_lvds0>;
2077c66ec88fSEmmanuel Vadot					};
2078c66ec88fSEmmanuel Vadot				};
2079c66ec88fSEmmanuel Vadot
2080c66ec88fSEmmanuel Vadot				port@1 {
2081c66ec88fSEmmanuel Vadot					reg = <1>;
2082c66ec88fSEmmanuel Vadot				};
2083c66ec88fSEmmanuel Vadot			};
2084c66ec88fSEmmanuel Vadot		};
2085c66ec88fSEmmanuel Vadot
2086c66ec88fSEmmanuel Vadot		lvds1: lvds-encoder@feb90100 {
2087c66ec88fSEmmanuel Vadot			compatible = "renesas,r8a77990-lvds";
2088c66ec88fSEmmanuel Vadot			reg = <0 0xfeb90100 0 0x20>;
2089c66ec88fSEmmanuel Vadot			clocks = <&cpg CPG_MOD 727>;
2090c66ec88fSEmmanuel Vadot			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
2091c66ec88fSEmmanuel Vadot			resets = <&cpg 726>;
2092c66ec88fSEmmanuel Vadot			status = "disabled";
2093c66ec88fSEmmanuel Vadot
2094c66ec88fSEmmanuel Vadot			ports {
2095c66ec88fSEmmanuel Vadot				#address-cells = <1>;
2096c66ec88fSEmmanuel Vadot				#size-cells = <0>;
2097c66ec88fSEmmanuel Vadot
2098c66ec88fSEmmanuel Vadot				port@0 {
2099c66ec88fSEmmanuel Vadot					reg = <0>;
2100c66ec88fSEmmanuel Vadot					lvds1_in: endpoint {
2101c66ec88fSEmmanuel Vadot						remote-endpoint = <&du_out_lvds1>;
2102c66ec88fSEmmanuel Vadot					};
2103c66ec88fSEmmanuel Vadot				};
2104c66ec88fSEmmanuel Vadot
2105c66ec88fSEmmanuel Vadot				port@1 {
2106c66ec88fSEmmanuel Vadot					reg = <1>;
2107c66ec88fSEmmanuel Vadot				};
2108c66ec88fSEmmanuel Vadot			};
2109c66ec88fSEmmanuel Vadot		};
2110c66ec88fSEmmanuel Vadot
2111c66ec88fSEmmanuel Vadot		prr: chipid@fff00044 {
2112c66ec88fSEmmanuel Vadot			compatible = "renesas,prr";
2113c66ec88fSEmmanuel Vadot			reg = <0 0xfff00044 0 4>;
2114c66ec88fSEmmanuel Vadot		};
2115c66ec88fSEmmanuel Vadot	};
2116c66ec88fSEmmanuel Vadot
2117c66ec88fSEmmanuel Vadot	thermal-zones {
2118c66ec88fSEmmanuel Vadot		cpu-thermal {
2119c66ec88fSEmmanuel Vadot			polling-delay-passive = <250>;
2120c66ec88fSEmmanuel Vadot			polling-delay = <0>;
2121b97ee269SEmmanuel Vadot			thermal-sensors = <&thermal>;
2122c66ec88fSEmmanuel Vadot			sustainable-power = <717>;
2123c66ec88fSEmmanuel Vadot
2124c66ec88fSEmmanuel Vadot			cooling-maps {
2125c66ec88fSEmmanuel Vadot				map0 {
2126c66ec88fSEmmanuel Vadot					trip = <&target>;
2127c66ec88fSEmmanuel Vadot					cooling-device = <&a53_0 0 2>;
2128c66ec88fSEmmanuel Vadot					contribution = <1024>;
2129c66ec88fSEmmanuel Vadot				};
2130c66ec88fSEmmanuel Vadot			};
2131c66ec88fSEmmanuel Vadot
2132c66ec88fSEmmanuel Vadot			trips {
2133c66ec88fSEmmanuel Vadot				sensor1_crit: sensor1-crit {
2134c66ec88fSEmmanuel Vadot					temperature = <120000>;
2135c66ec88fSEmmanuel Vadot					hysteresis = <2000>;
2136c66ec88fSEmmanuel Vadot					type = "critical";
2137c66ec88fSEmmanuel Vadot				};
2138c66ec88fSEmmanuel Vadot
2139c66ec88fSEmmanuel Vadot				target: trip-point1 {
2140c66ec88fSEmmanuel Vadot					temperature = <100000>;
2141c66ec88fSEmmanuel Vadot					hysteresis = <2000>;
2142c66ec88fSEmmanuel Vadot					type = "passive";
2143c66ec88fSEmmanuel Vadot				};
2144c66ec88fSEmmanuel Vadot			};
2145c66ec88fSEmmanuel Vadot		};
2146c66ec88fSEmmanuel Vadot	};
2147c66ec88fSEmmanuel Vadot
2148c66ec88fSEmmanuel Vadot	timer {
2149c66ec88fSEmmanuel Vadot		compatible = "arm,armv8-timer";
2150c66ec88fSEmmanuel Vadot		interrupts-extended = <&gic GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
2151c66ec88fSEmmanuel Vadot				      <&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
2152c66ec88fSEmmanuel Vadot				      <&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
2153c66ec88fSEmmanuel Vadot				      <&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
2154c66ec88fSEmmanuel Vadot	};
2155c66ec88fSEmmanuel Vadot};
2156