blob: 3b49f9ed2e2b220ac9e65a0a9c4931a4f186eab0 [file] [log] [blame]
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -07001/*
2 * Device Tree Source for Renesas r8a7778
3 *
4 * Copyright (C) 2013 Renesas Solutions Corp.
5 * Copyright (C) 2013 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
6 *
7 * based on r8a7779
8 *
9 * Copyright (C) 2013 Renesas Solutions Corp.
10 * Copyright (C) 2013 Simon Horman
11 *
12 * This file is licensed under the terms of the GNU General Public License
13 * version 2. This program is licensed "as is" without any warranty of any
14 * kind, whether express or implied.
15 */
16
Ulrich Hecht93aa9702015-02-16 17:58:47 +010017#include <dt-bindings/clock/r8a7778-clock.h>
Simon Horman0c34bd12016-01-21 13:52:45 +090018#include <dt-bindings/interrupt-controller/arm-gic.h>
Laurent Pinchart5f75e732013-11-19 03:18:25 +010019#include <dt-bindings/interrupt-controller/irq.h>
20
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070021/ {
22 compatible = "renesas,r8a7778";
Laurent Pinchart9ff254a2014-04-30 02:41:28 +020023 interrupt-parent = <&gic>;
Geert Uytterhoeven3bc31302016-10-21 11:16:07 +020024 #address-cells = <1>;
25 #size-cells = <1>;
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070026
27 cpus {
Magnus Damm869f92a2014-08-20 22:02:27 +090028 #address-cells = <1>;
29 #size-cells = <0>;
30
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070031 cpu@0 {
Magnus Damm869f92a2014-08-20 22:02:27 +090032 device_type = "cpu";
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070033 compatible = "arm,cortex-a9";
Magnus Damm869f92a2014-08-20 22:02:27 +090034 reg = <0>;
35 clock-frequency = <800000000>;
Geert Uytterhoevend3e865a2017-10-12 11:35:08 +020036 clocks = <&z_clk>;
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070037 };
38 };
39
Kuninori Morimotoa50da082013-10-31 18:22:21 -070040 aliases {
41 spi0 = &hspi0;
42 spi1 = &hspi1;
43 spi2 = &hspi2;
44 };
45
Ulrich Hechtd4578202015-02-16 17:58:57 +010046 bsc: bus@1c000000 {
47 compatible = "simple-bus";
48 #address-cells = <1>;
49 #size-cells = <1>;
50 ranges = <0 0 0x1c000000>;
51 };
52
Ulrich Hecht05cabb82015-02-16 17:58:52 +010053 ether: ethernet@fde00000 {
Simon Horman1bfd9442017-10-18 09:27:24 +020054 compatible = "renesas,ether-r8a7778",
55 "renesas,rcar-gen1-ether";
Ulrich Hecht05cabb82015-02-16 17:58:52 +010056 reg = <0xfde00000 0x400>;
Simon Horman0c34bd12016-01-21 13:52:45 +090057 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht05cabb82015-02-16 17:58:52 +010058 clocks = <&mstp1_clks R8A7778_CLK_ETHER>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +020059 power-domains = <&cpg_clocks>;
Ulrich Hecht05cabb82015-02-16 17:58:52 +010060 phy-mode = "rmii";
61 #address-cells = <1>;
62 #size-cells = <0>;
63 status = "disabled";
64 };
65
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070066 gic: interrupt-controller@fe438000 {
Geert Uytterhoeven26828d92015-11-20 13:36:55 +010067 compatible = "arm,pl390";
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070068 #interrupt-cells = <3>;
69 interrupt-controller;
70 reg = <0xfe438000 0x1000>,
71 <0xfe430000 0x100>;
72 };
Laurent Pinchart0697ccc2013-05-09 15:05:57 +020073
Kuninori Morimoto87f1ba82013-10-02 01:32:12 -070074 /* irqpin: IRQ0 - IRQ3 */
Geert Uytterhoevenb38150f2015-04-27 14:55:26 +020075 irqpin: interrupt-controller@fe78001c {
Magnus Dammd79af222013-11-28 08:15:11 +090076 compatible = "renesas,intc-irqpin-r8a7778", "renesas,intc-irqpin";
Kuninori Morimoto87f1ba82013-10-02 01:32:12 -070077 #interrupt-cells = <2>;
78 interrupt-controller;
79 status = "disabled"; /* default off */
80 reg = <0xfe78001c 4>,
81 <0xfe780010 4>,
82 <0xfe780024 4>,
83 <0xfe780044 4>,
84 <0xfe780064 4>;
Simon Horman0c34bd12016-01-21 13:52:45 +090085 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH
86 GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH
87 GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH
88 GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
Kuninori Morimoto87f1ba82013-10-02 01:32:12 -070089 sense-bitfield-width = <2>;
90 };
91
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +020092 gpio0: gpio@ffc40000 {
Simon Horman9b43ba62017-10-13 14:33:02 +020093 compatible = "renesas,gpio-r8a7778", "renesas,rcar-gen1-gpio";
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +020094 reg = <0xffc40000 0x2c>;
Simon Horman0c34bd12016-01-21 13:52:45 +090095 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +020096 #gpio-cells = <2>;
97 gpio-controller;
98 gpio-ranges = <&pfc 0 0 32>;
99 #interrupt-cells = <2>;
100 interrupt-controller;
101 };
102
103 gpio1: gpio@ffc41000 {
Simon Horman9b43ba62017-10-13 14:33:02 +0200104 compatible = "renesas,gpio-r8a7778", "renesas,rcar-gen1-gpio";
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +0200105 reg = <0xffc41000 0x2c>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900106 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +0200107 #gpio-cells = <2>;
108 gpio-controller;
109 gpio-ranges = <&pfc 0 32 32>;
110 #interrupt-cells = <2>;
111 interrupt-controller;
112 };
113
114 gpio2: gpio@ffc42000 {
Simon Horman9b43ba62017-10-13 14:33:02 +0200115 compatible = "renesas,gpio-r8a7778", "renesas,rcar-gen1-gpio";
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +0200116 reg = <0xffc42000 0x2c>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900117 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +0200118 #gpio-cells = <2>;
119 gpio-controller;
120 gpio-ranges = <&pfc 0 64 32>;
121 #interrupt-cells = <2>;
122 interrupt-controller;
123 };
124
125 gpio3: gpio@ffc43000 {
Simon Horman9b43ba62017-10-13 14:33:02 +0200126 compatible = "renesas,gpio-r8a7778", "renesas,rcar-gen1-gpio";
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +0200127 reg = <0xffc43000 0x2c>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900128 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +0200129 #gpio-cells = <2>;
130 gpio-controller;
131 gpio-ranges = <&pfc 0 96 32>;
132 #interrupt-cells = <2>;
133 interrupt-controller;
134 };
135
136 gpio4: gpio@ffc44000 {
Simon Horman9b43ba62017-10-13 14:33:02 +0200137 compatible = "renesas,gpio-r8a7778", "renesas,rcar-gen1-gpio";
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +0200138 reg = <0xffc44000 0x2c>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900139 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +0200140 #gpio-cells = <2>;
141 gpio-controller;
142 gpio-ranges = <&pfc 0 128 27>;
143 #interrupt-cells = <2>;
144 interrupt-controller;
145 };
146
Simon Hormanb3ed0492017-04-26 12:05:33 +0200147 pfc: pin-controller@fffc0000 {
Laurent Pinchart0697ccc2013-05-09 15:05:57 +0200148 compatible = "renesas,pfc-r8a7778";
Laurent Pinchart80d01fe2013-10-03 19:35:41 +0200149 reg = <0xfffc0000 0x118>;
Laurent Pinchart0697ccc2013-05-09 15:05:57 +0200150 };
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700151
152 i2c0: i2c@ffc70000 {
153 #address-cells = <1>;
154 #size-cells = <0>;
Simon Hormaneb6f2ad2016-12-13 12:45:48 +0100155 compatible = "renesas,i2c-r8a7778", "renesas,rcar-gen1-i2c";
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700156 reg = <0xffc70000 0x1000>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900157 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100158 clocks = <&mstp0_clks R8A7778_CLK_I2C0>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200159 power-domains = <&cpg_clocks>;
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700160 status = "disabled";
161 };
162
163 i2c1: i2c@ffc71000 {
164 #address-cells = <1>;
165 #size-cells = <0>;
Simon Hormaneb6f2ad2016-12-13 12:45:48 +0100166 compatible = "renesas,i2c-r8a7778", "renesas,rcar-gen1-i2c";
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700167 reg = <0xffc71000 0x1000>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900168 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100169 clocks = <&mstp0_clks R8A7778_CLK_I2C1>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200170 power-domains = <&cpg_clocks>;
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700171 status = "disabled";
172 };
173
174 i2c2: i2c@ffc72000 {
175 #address-cells = <1>;
176 #size-cells = <0>;
Simon Hormaneb6f2ad2016-12-13 12:45:48 +0100177 compatible = "renesas,i2c-r8a7778", "renesas,rcar-gen1-i2c";
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700178 reg = <0xffc72000 0x1000>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900179 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100180 clocks = <&mstp0_clks R8A7778_CLK_I2C2>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200181 power-domains = <&cpg_clocks>;
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700182 status = "disabled";
183 };
184
185 i2c3: i2c@ffc73000 {
186 #address-cells = <1>;
187 #size-cells = <0>;
Simon Hormaneb6f2ad2016-12-13 12:45:48 +0100188 compatible = "renesas,i2c-r8a7778", "renesas,rcar-gen1-i2c";
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700189 reg = <0xffc73000 0x1000>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900190 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100191 clocks = <&mstp0_clks R8A7778_CLK_I2C3>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200192 power-domains = <&cpg_clocks>;
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700193 status = "disabled";
194 };
Kuninori Morimotof7b901752013-10-03 18:32:22 -0700195
Simon Horman2109b5a2014-07-07 09:54:30 +0200196 tmu0: timer@ffd80000 {
Geert Uytterhoeven45b439c2014-10-24 13:36:03 +0200197 compatible = "renesas,tmu-r8a7778", "renesas,tmu";
Simon Horman2109b5a2014-07-07 09:54:30 +0200198 reg = <0xffd80000 0x30>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900199 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
200 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
201 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100202 clocks = <&mstp0_clks R8A7778_CLK_TMU0>;
203 clock-names = "fck";
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200204 power-domains = <&cpg_clocks>;
Simon Horman2109b5a2014-07-07 09:54:30 +0200205
206 #renesas,channels = <3>;
207
208 status = "disabled";
209 };
210
211 tmu1: timer@ffd81000 {
Geert Uytterhoeven45b439c2014-10-24 13:36:03 +0200212 compatible = "renesas,tmu-r8a7778", "renesas,tmu";
Simon Horman2109b5a2014-07-07 09:54:30 +0200213 reg = <0xffd81000 0x30>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900214 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,
215 <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
216 <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100217 clocks = <&mstp0_clks R8A7778_CLK_TMU1>;
218 clock-names = "fck";
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200219 power-domains = <&cpg_clocks>;
Simon Horman2109b5a2014-07-07 09:54:30 +0200220
221 #renesas,channels = <3>;
222
223 status = "disabled";
224 };
225
226 tmu2: timer@ffd82000 {
Geert Uytterhoeven45b439c2014-10-24 13:36:03 +0200227 compatible = "renesas,tmu-r8a7778", "renesas,tmu";
Simon Horman2109b5a2014-07-07 09:54:30 +0200228 reg = <0xffd82000 0x30>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900229 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
230 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
231 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100232 clocks = <&mstp0_clks R8A7778_CLK_TMU2>;
233 clock-names = "fck";
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200234 power-domains = <&cpg_clocks>;
Simon Horman2109b5a2014-07-07 09:54:30 +0200235
236 #renesas,channels = <3>;
237
238 status = "disabled";
239 };
240
Ulrich Hecht39a96792015-02-26 17:42:11 +0100241 rcar_sound: sound@ffd90000 {
Kuninori Morimoto2020ddd2015-12-08 00:10:59 +0000242 /*
243 * #sound-dai-cells is required
244 *
245 * Single DAI : #sound-dai-cells = <0>; <&rcar_sound>;
246 * Multi DAI : #sound-dai-cells = <1>; <&rcar_sound N>;
247 */
Ulrich Hecht39a96792015-02-26 17:42:11 +0100248 compatible = "renesas,rcar_sound-r8a7778", "renesas,rcar_sound-gen1";
249 reg = <0xffd90000 0x1000>, /* SRU */
Kuninori Morimoto23640ff2015-08-25 07:14:50 +0000250 <0xffd91000 0x240>, /* SSI */
Ulrich Hecht39a96792015-02-26 17:42:11 +0100251 <0xfffe0000 0x24>; /* ADG */
252 clocks = <&mstp3_clks R8A7778_CLK_SSI8>,
253 <&mstp3_clks R8A7778_CLK_SSI7>,
254 <&mstp3_clks R8A7778_CLK_SSI6>,
255 <&mstp3_clks R8A7778_CLK_SSI5>,
256 <&mstp3_clks R8A7778_CLK_SSI4>,
257 <&mstp0_clks R8A7778_CLK_SSI3>,
258 <&mstp0_clks R8A7778_CLK_SSI2>,
259 <&mstp0_clks R8A7778_CLK_SSI1>,
260 <&mstp0_clks R8A7778_CLK_SSI0>,
261 <&mstp5_clks R8A7778_CLK_SRU_SRC8>,
262 <&mstp5_clks R8A7778_CLK_SRU_SRC7>,
263 <&mstp5_clks R8A7778_CLK_SRU_SRC6>,
264 <&mstp5_clks R8A7778_CLK_SRU_SRC5>,
265 <&mstp5_clks R8A7778_CLK_SRU_SRC4>,
266 <&mstp5_clks R8A7778_CLK_SRU_SRC3>,
267 <&mstp5_clks R8A7778_CLK_SRU_SRC2>,
268 <&mstp5_clks R8A7778_CLK_SRU_SRC1>,
269 <&mstp5_clks R8A7778_CLK_SRU_SRC0>,
270 <&audio_clk_a>, <&audio_clk_b>, <&audio_clk_c>,
271 <&cpg_clocks R8A7778_CLK_S1>;
272 clock-names = "ssi.8", "ssi.7", "ssi.6", "ssi.5", "ssi.4",
273 "ssi.3", "ssi.2", "ssi.1", "ssi.0",
274 "src.8", "src.7", "src.6", "src.5", "src.4",
275 "src.3", "src.2", "src.1", "src.0",
276 "clk_a", "clk_b", "clk_c", "clk_i";
277
278 status = "disabled";
279
280 rcar_sound,src {
Geert Uytterhoeven51f20c92016-05-20 09:09:55 +0200281 src3: src-3 { };
282 src4: src-4 { };
283 src5: src-5 { };
284 src6: src-6 { };
285 src7: src-7 { };
286 src8: src-8 { };
287 src9: src-9 { };
Ulrich Hecht39a96792015-02-26 17:42:11 +0100288 };
289
290 rcar_sound,ssi {
Geert Uytterhoeven51f20c92016-05-20 09:09:55 +0200291 ssi3: ssi-3 { interrupts = <GIC_SPI 0x85 IRQ_TYPE_LEVEL_HIGH>; };
292 ssi4: ssi-4 { interrupts = <GIC_SPI 0x85 IRQ_TYPE_LEVEL_HIGH>; };
293 ssi5: ssi-5 { interrupts = <GIC_SPI 0x86 IRQ_TYPE_LEVEL_HIGH>; };
294 ssi6: ssi-6 { interrupts = <GIC_SPI 0x86 IRQ_TYPE_LEVEL_HIGH>; };
295 ssi7: ssi-7 { interrupts = <GIC_SPI 0x86 IRQ_TYPE_LEVEL_HIGH>; };
296 ssi8: ssi-8 { interrupts = <GIC_SPI 0x86 IRQ_TYPE_LEVEL_HIGH>; };
297 ssi9: ssi-9 { interrupts = <GIC_SPI 0x86 IRQ_TYPE_LEVEL_HIGH>; };
Ulrich Hecht39a96792015-02-26 17:42:11 +0100298 };
299 };
300
Simon Horman9930dc82014-07-07 09:54:27 +0200301 scif0: serial@ffe40000 {
Geert Uytterhoeven720e9092016-01-29 10:32:02 +0100302 compatible = "renesas,scif-r8a7778", "renesas,rcar-gen1-scif",
303 "renesas,scif";
Simon Horman9930dc82014-07-07 09:54:27 +0200304 reg = <0xffe40000 0x100>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900305 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven5fb544d2016-01-29 11:04:37 +0100306 clocks = <&mstp0_clks R8A7778_CLK_SCIF0>,
307 <&cpg_clocks R8A7778_CLK_S1>, <&scif_clk>;
308 clock-names = "fck", "brg_int", "scif_clk";
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200309 power-domains = <&cpg_clocks>;
Simon Horman9930dc82014-07-07 09:54:27 +0200310 status = "disabled";
311 };
312
313 scif1: serial@ffe41000 {
Geert Uytterhoeven720e9092016-01-29 10:32:02 +0100314 compatible = "renesas,scif-r8a7778", "renesas,rcar-gen1-scif",
315 "renesas,scif";
Simon Horman9930dc82014-07-07 09:54:27 +0200316 reg = <0xffe41000 0x100>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900317 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven5fb544d2016-01-29 11:04:37 +0100318 clocks = <&mstp0_clks R8A7778_CLK_SCIF1>,
319 <&cpg_clocks R8A7778_CLK_S1>, <&scif_clk>;
320 clock-names = "fck", "brg_int", "scif_clk";
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200321 power-domains = <&cpg_clocks>;
Simon Horman9930dc82014-07-07 09:54:27 +0200322 status = "disabled";
323 };
324
325 scif2: serial@ffe42000 {
Geert Uytterhoeven720e9092016-01-29 10:32:02 +0100326 compatible = "renesas,scif-r8a7778", "renesas,rcar-gen1-scif",
327 "renesas,scif";
Simon Horman9930dc82014-07-07 09:54:27 +0200328 reg = <0xffe42000 0x100>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900329 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven5fb544d2016-01-29 11:04:37 +0100330 clocks = <&mstp0_clks R8A7778_CLK_SCIF2>,
331 <&cpg_clocks R8A7778_CLK_S1>, <&scif_clk>;
332 clock-names = "fck", "brg_int", "scif_clk";
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200333 power-domains = <&cpg_clocks>;
Simon Horman9930dc82014-07-07 09:54:27 +0200334 status = "disabled";
335 };
336
337 scif3: serial@ffe43000 {
Geert Uytterhoeven720e9092016-01-29 10:32:02 +0100338 compatible = "renesas,scif-r8a7778", "renesas,rcar-gen1-scif",
339 "renesas,scif";
Simon Horman9930dc82014-07-07 09:54:27 +0200340 reg = <0xffe43000 0x100>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900341 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven5fb544d2016-01-29 11:04:37 +0100342 clocks = <&mstp0_clks R8A7778_CLK_SCIF3>,
343 <&cpg_clocks R8A7778_CLK_S1>, <&scif_clk>;
344 clock-names = "fck", "brg_int", "scif_clk";
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200345 power-domains = <&cpg_clocks>;
Simon Horman9930dc82014-07-07 09:54:27 +0200346 status = "disabled";
347 };
348
349 scif4: serial@ffe44000 {
Geert Uytterhoeven720e9092016-01-29 10:32:02 +0100350 compatible = "renesas,scif-r8a7778", "renesas,rcar-gen1-scif",
351 "renesas,scif";
Simon Horman9930dc82014-07-07 09:54:27 +0200352 reg = <0xffe44000 0x100>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900353 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven5fb544d2016-01-29 11:04:37 +0100354 clocks = <&mstp0_clks R8A7778_CLK_SCIF4>,
355 <&cpg_clocks R8A7778_CLK_S1>, <&scif_clk>;
356 clock-names = "fck", "brg_int", "scif_clk";
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200357 power-domains = <&cpg_clocks>;
Simon Horman9930dc82014-07-07 09:54:27 +0200358 status = "disabled";
359 };
360
361 scif5: serial@ffe45000 {
Geert Uytterhoeven720e9092016-01-29 10:32:02 +0100362 compatible = "renesas,scif-r8a7778", "renesas,rcar-gen1-scif",
363 "renesas,scif";
Simon Horman9930dc82014-07-07 09:54:27 +0200364 reg = <0xffe45000 0x100>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900365 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven5fb544d2016-01-29 11:04:37 +0100366 clocks = <&mstp0_clks R8A7778_CLK_SCIF5>,
367 <&cpg_clocks R8A7778_CLK_S1>, <&scif_clk>;
368 clock-names = "fck", "brg_int", "scif_clk";
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200369 power-domains = <&cpg_clocks>;
Simon Horman9930dc82014-07-07 09:54:27 +0200370 status = "disabled";
371 };
372
Kuninori Morimoto14e1d912013-10-21 19:35:42 -0700373 mmcif: mmc@ffe4e000 {
Simon Hormanf9be04f2016-11-24 21:15:13 +0100374 compatible = "renesas,mmcif-r8a7778", "renesas,sh-mmcif";
Kuninori Morimotof7b901752013-10-03 18:32:22 -0700375 reg = <0xffe4e000 0x100>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900376 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100377 clocks = <&mstp3_clks R8A7778_CLK_MMC>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200378 power-domains = <&cpg_clocks>;
Kuninori Morimotof7b901752013-10-03 18:32:22 -0700379 status = "disabled";
380 };
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700381
Kuninori Morimoto14e1d912013-10-21 19:35:42 -0700382 sdhi0: sd@ffe4c000 {
Simon Hormanbce90b32017-10-17 08:09:53 +0200383 compatible = "renesas,sdhi-r8a7778",
384 "renesas,rcar-gen1-sdhi";
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700385 reg = <0xffe4c000 0x100>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900386 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100387 clocks = <&mstp3_clks R8A7778_CLK_SDHI0>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200388 power-domains = <&cpg_clocks>;
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700389 status = "disabled";
390 };
391
Kuninori Morimoto14e1d912013-10-21 19:35:42 -0700392 sdhi1: sd@ffe4d000 {
Simon Hormanbce90b32017-10-17 08:09:53 +0200393 compatible = "renesas,sdhi-r8a7778",
394 "renesas,rcar-gen1-sdhi";
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700395 reg = <0xffe4d000 0x100>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900396 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100397 clocks = <&mstp3_clks R8A7778_CLK_SDHI1>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200398 power-domains = <&cpg_clocks>;
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700399 status = "disabled";
400 };
401
Kuninori Morimoto14e1d912013-10-21 19:35:42 -0700402 sdhi2: sd@ffe4f000 {
Simon Hormanbce90b32017-10-17 08:09:53 +0200403 compatible = "renesas,sdhi-r8a7778",
404 "renesas,rcar-gen1-sdhi";
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700405 reg = <0xffe4f000 0x100>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900406 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100407 clocks = <&mstp3_clks R8A7778_CLK_SDHI2>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200408 power-domains = <&cpg_clocks>;
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700409 status = "disabled";
410 };
Kuninori Morimotoae4273e2013-10-03 23:44:15 -0700411
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700412 hspi0: spi@fffc7000 {
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100413 compatible = "renesas,hspi-r8a7778", "renesas,hspi";
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700414 reg = <0xfffc7000 0x18>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900415 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100416 clocks = <&mstp0_clks R8A7778_CLK_HSPI>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200417 power-domains = <&cpg_clocks>;
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100418 #address-cells = <1>;
419 #size-cells = <0>;
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700420 status = "disabled";
421 };
422
423 hspi1: spi@fffc8000 {
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100424 compatible = "renesas,hspi-r8a7778", "renesas,hspi";
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700425 reg = <0xfffc8000 0x18>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900426 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100427 clocks = <&mstp0_clks R8A7778_CLK_HSPI>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200428 power-domains = <&cpg_clocks>;
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100429 #address-cells = <1>;
430 #size-cells = <0>;
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700431 status = "disabled";
432 };
433
434 hspi2: spi@fffc6000 {
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100435 compatible = "renesas,hspi-r8a7778", "renesas,hspi";
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700436 reg = <0xfffc6000 0x18>;
Simon Horman0c34bd12016-01-21 13:52:45 +0900437 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht66462be2015-02-16 17:58:50 +0100438 clocks = <&mstp0_clks R8A7778_CLK_HSPI>;
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200439 power-domains = <&cpg_clocks>;
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100440 #address-cells = <1>;
441 #size-cells = <0>;
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700442 status = "disabled";
443 };
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100444
445 clocks {
446 #address-cells = <1>;
447 #size-cells = <1>;
448 ranges;
449
450 /* External input clock */
Simon Horman452fc892016-03-18 08:15:11 +0900451 extal_clk: extal {
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100452 compatible = "fixed-clock";
453 #clock-cells = <0>;
454 clock-frequency = <0>;
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100455 };
456
Geert Uytterhoeven5fb544d2016-01-29 11:04:37 +0100457 /* External SCIF clock */
458 scif_clk: scif {
459 compatible = "fixed-clock";
460 #clock-cells = <0>;
461 /* This value must be overridden by the board. */
462 clock-frequency = <0>;
Geert Uytterhoeven5fb544d2016-01-29 11:04:37 +0100463 };
464
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100465 /* Special CPG clocks */
466 cpg_clocks: cpg_clocks@ffc80000 {
467 compatible = "renesas,r8a7778-cpg-clocks";
468 reg = <0xffc80000 0x80>;
469 #clock-cells = <1>;
470 clocks = <&extal_clk>;
471 clock-output-names = "plla", "pllb", "b",
472 "out", "p", "s", "s1";
Geert Uytterhoevena670f3662015-08-04 14:28:08 +0200473 #power-domain-cells = <0>;
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100474 };
475
476 /* Audio clocks; frequencies are set by boards if applicable. */
477 audio_clk_a: audio_clk_a {
478 compatible = "fixed-clock";
479 #clock-cells = <0>;
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100480 };
481 audio_clk_b: audio_clk_b {
482 compatible = "fixed-clock";
483 #clock-cells = <0>;
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100484 };
485 audio_clk_c: audio_clk_c {
486 compatible = "fixed-clock";
487 #clock-cells = <0>;
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100488 };
489
490 /* Fixed ratio clocks */
Simon Horman452fc892016-03-18 08:15:11 +0900491 g_clk: g {
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100492 compatible = "fixed-factor-clock";
493 clocks = <&cpg_clocks R8A7778_CLK_PLLA>;
494 #clock-cells = <0>;
495 clock-div = <12>;
496 clock-mult = <1>;
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100497 };
Simon Horman452fc892016-03-18 08:15:11 +0900498 i_clk: i {
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100499 compatible = "fixed-factor-clock";
500 clocks = <&cpg_clocks R8A7778_CLK_PLLA>;
501 #clock-cells = <0>;
502 clock-div = <1>;
503 clock-mult = <1>;
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100504 };
Simon Horman452fc892016-03-18 08:15:11 +0900505 s3_clk: s3 {
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100506 compatible = "fixed-factor-clock";
507 clocks = <&cpg_clocks R8A7778_CLK_PLLA>;
508 #clock-cells = <0>;
509 clock-div = <4>;
510 clock-mult = <1>;
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100511 };
Simon Horman452fc892016-03-18 08:15:11 +0900512 s4_clk: s4 {
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100513 compatible = "fixed-factor-clock";
514 clocks = <&cpg_clocks R8A7778_CLK_PLLA>;
515 #clock-cells = <0>;
516 clock-div = <8>;
517 clock-mult = <1>;
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100518 };
Simon Horman452fc892016-03-18 08:15:11 +0900519 z_clk: z {
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100520 compatible = "fixed-factor-clock";
521 clocks = <&cpg_clocks R8A7778_CLK_PLLB>;
522 #clock-cells = <0>;
523 clock-div = <1>;
524 clock-mult = <1>;
Ulrich Hecht93aa9702015-02-16 17:58:47 +0100525 };
526
527 /* Gate clocks */
528 mstp0_clks: mstp0_clks@ffc80030 {
529 compatible = "renesas,r8a7778-mstp-clocks", "renesas,cpg-mstp-clocks";
530 reg = <0xffc80030 4>;
531 clocks = <&cpg_clocks R8A7778_CLK_P>,
532 <&cpg_clocks R8A7778_CLK_P>,
533 <&cpg_clocks R8A7778_CLK_P>,
534 <&cpg_clocks R8A7778_CLK_P>,
535 <&cpg_clocks R8A7778_CLK_P>,
536 <&cpg_clocks R8A7778_CLK_P>,
537 <&cpg_clocks R8A7778_CLK_P>,
538 <&cpg_clocks R8A7778_CLK_P>,
539 <&cpg_clocks R8A7778_CLK_P>,
540 <&cpg_clocks R8A7778_CLK_P>,
541 <&cpg_clocks R8A7778_CLK_P>,
542 <&cpg_clocks R8A7778_CLK_P>,
543 <&cpg_clocks R8A7778_CLK_P>,
544 <&cpg_clocks R8A7778_CLK_P>,
545 <&cpg_clocks R8A7778_CLK_P>,
546 <&cpg_clocks R8A7778_CLK_P>,
547 <&cpg_clocks R8A7778_CLK_P>,
548 <&cpg_clocks R8A7778_CLK_P>,
549 <&cpg_clocks R8A7778_CLK_S>;
550 #clock-cells = <1>;
551 clock-indices = <
552 R8A7778_CLK_I2C0 R8A7778_CLK_I2C1
553 R8A7778_CLK_I2C2 R8A7778_CLK_I2C3
554 R8A7778_CLK_SCIF0 R8A7778_CLK_SCIF1
555 R8A7778_CLK_SCIF2 R8A7778_CLK_SCIF3
556 R8A7778_CLK_SCIF4 R8A7778_CLK_SCIF5
557 R8A7778_CLK_TMU0 R8A7778_CLK_TMU1
558 R8A7778_CLK_TMU2 R8A7778_CLK_SSI0
559 R8A7778_CLK_SSI1 R8A7778_CLK_SSI2
560 R8A7778_CLK_SSI3 R8A7778_CLK_SRU
561 R8A7778_CLK_HSPI
562 >;
563 clock-output-names =
564 "i2c0", "i2c1", "i2c2", "i2c3", "scif0",
565 "scif1", "scif2", "scif3", "scif4", "scif5",
566 "tmu0", "tmu1", "tmu2", "ssi0", "ssi1",
567 "ssi2", "ssi3", "sru", "hspi";
568 };
569 mstp1_clks: mstp1_clks@ffc80034 {
570 compatible = "renesas,r8a7778-mstp-clocks", "renesas,cpg-mstp-clocks";
571 reg = <0xffc80034 4>, <0xffc80044 4>;
572 clocks = <&cpg_clocks R8A7778_CLK_P>,
573 <&cpg_clocks R8A7778_CLK_S>,
574 <&cpg_clocks R8A7778_CLK_S>,
575 <&cpg_clocks R8A7778_CLK_P>;
576 #clock-cells = <1>;
577 clock-indices = <
578 R8A7778_CLK_ETHER R8A7778_CLK_VIN0
579 R8A7778_CLK_VIN1 R8A7778_CLK_USB
580 >;
581 clock-output-names =
582 "ether", "vin0", "vin1", "usb";
583 };
584 mstp3_clks: mstp3_clks@ffc8003c {
585 compatible = "renesas,r8a7778-mstp-clocks", "renesas,cpg-mstp-clocks";
586 reg = <0xffc8003c 4>;
587 clocks = <&s4_clk>,
588 <&cpg_clocks R8A7778_CLK_P>,
589 <&cpg_clocks R8A7778_CLK_P>,
590 <&cpg_clocks R8A7778_CLK_P>,
591 <&cpg_clocks R8A7778_CLK_P>,
592 <&cpg_clocks R8A7778_CLK_P>,
593 <&cpg_clocks R8A7778_CLK_P>,
594 <&cpg_clocks R8A7778_CLK_P>,
595 <&cpg_clocks R8A7778_CLK_P>;
596 #clock-cells = <1>;
597 clock-indices = <
598 R8A7778_CLK_MMC R8A7778_CLK_SDHI0
599 R8A7778_CLK_SDHI1 R8A7778_CLK_SDHI2
600 R8A7778_CLK_SSI4 R8A7778_CLK_SSI5
601 R8A7778_CLK_SSI6 R8A7778_CLK_SSI7
602 R8A7778_CLK_SSI8
603 >;
604 clock-output-names =
605 "mmc", "sdhi0", "sdhi1", "sdhi2", "ssi4",
606 "ssi5", "ssi6", "ssi7", "ssi8";
607 };
608 mstp5_clks: mstp5_clks@ffc80054 {
609 compatible = "renesas,r8a7778-mstp-clocks", "renesas,cpg-mstp-clocks";
610 reg = <0xffc80054 4>;
611 clocks = <&cpg_clocks R8A7778_CLK_P>,
612 <&cpg_clocks R8A7778_CLK_P>,
613 <&cpg_clocks R8A7778_CLK_P>,
614 <&cpg_clocks R8A7778_CLK_P>,
615 <&cpg_clocks R8A7778_CLK_P>,
616 <&cpg_clocks R8A7778_CLK_P>,
617 <&cpg_clocks R8A7778_CLK_P>,
618 <&cpg_clocks R8A7778_CLK_P>,
619 <&cpg_clocks R8A7778_CLK_P>;
620 #clock-cells = <1>;
621 clock-indices = <
622 R8A7778_CLK_SRU_SRC0 R8A7778_CLK_SRU_SRC1
623 R8A7778_CLK_SRU_SRC2 R8A7778_CLK_SRU_SRC3
624 R8A7778_CLK_SRU_SRC4 R8A7778_CLK_SRU_SRC5
625 R8A7778_CLK_SRU_SRC6 R8A7778_CLK_SRU_SRC7
626 R8A7778_CLK_SRU_SRC8
627 >;
628 clock-output-names =
629 "sru-src0", "sru-src1", "sru-src2",
630 "sru-src3", "sru-src4", "sru-src5",
631 "sru-src6", "sru-src7", "sru-src8";
632 };
633 };
Geert Uytterhoevene2eb35e2016-06-01 13:46:16 +0200634
635 rst: reset-controller@ffcc0000 {
636 compatible = "renesas,r8a7778-reset-wdt";
637 reg = <0xffcc0000 0x40>;
638 };
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -0700639};