blob: 159e04eb1b9e55da47bd1ba8f9504bfb2ce8c570 [file] [log] [blame]
Magnus Damm755d57b2012-07-06 17:08:07 +09001/*
2 * Device Tree Source for the r8a7740 SoC
3 *
4 * Copyright (C) 2012 Renesas Solutions Corp.
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
11/include/ "skeleton.dtsi"
12
Ulrich Hechtd9ffd582014-08-08 16:23:10 +020013#include <dt-bindings/clock/r8a7740-clock.h>
Simon Hormane1e7b6f2016-01-25 09:52:58 +090014#include <dt-bindings/interrupt-controller/arm-gic.h>
Laurent Pinchart5f75e732013-11-19 03:18:25 +010015#include <dt-bindings/interrupt-controller/irq.h>
16
Magnus Damm755d57b2012-07-06 17:08:07 +090017/ {
18 compatible = "renesas,r8a7740";
Laurent Pinchart9ff254a2014-04-30 02:41:28 +020019 interrupt-parent = <&gic>;
Magnus Damm755d57b2012-07-06 17:08:07 +090020
21 cpus {
Lorenzo Pieralisib4032012013-04-18 18:39:50 +010022 #address-cells = <1>;
23 #size-cells = <0>;
Magnus Damm755d57b2012-07-06 17:08:07 +090024 cpu@0 {
25 compatible = "arm,cortex-a9";
Lorenzo Pieralisib4032012013-04-18 18:39:50 +010026 device_type = "cpu";
27 reg = <0x0>;
Magnus Damm63575d82014-05-08 08:32:29 +090028 clock-frequency = <800000000>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +010029 power-domains = <&pd_a3sm>;
Geert Uytterhoeven374e7002015-11-23 14:55:59 +010030 next-level-cache = <&L2>;
Magnus Damm755d57b2012-07-06 17:08:07 +090031 };
32 };
Bastian Hecht744fdc82013-04-17 12:34:05 +020033
34 gic: interrupt-controller@c2800000 {
Geert Uytterhoevenad14ba92015-11-20 13:36:53 +010035 compatible = "arm,pl390";
Bastian Hecht744fdc82013-04-17 12:34:05 +020036 #interrupt-cells = <3>;
Bastian Hecht744fdc82013-04-17 12:34:05 +020037 interrupt-controller;
38 reg = <0xc2800000 0x1000>,
39 <0xc2000000 0x1000>;
40 };
41
Geert Uytterhoeven28c8c0a2016-05-20 09:09:54 +020042 L2: cache-controller@f0100000 {
Geert Uytterhoeven374e7002015-11-23 14:55:59 +010043 compatible = "arm,pl310-cache";
44 reg = <0xf0100000 0x1000>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +090045 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven374e7002015-11-23 14:55:59 +010046 power-domains = <&pd_a3sm>;
47 arm,data-latency = <3 3 3>;
48 arm,tag-latency = <2 2 2>;
49 arm,shared-override;
50 cache-unified;
51 cache-level = <2>;
52 };
53
Geert Uytterhoevenf4c6d0042015-01-14 12:13:01 +010054 dbsc3: memory-controller@fe400000 {
55 compatible = "renesas,dbsc3-r8a7740";
56 reg = <0xfe400000 0x400>;
57 power-domains = <&pd_a4s>;
58 };
59
Magnus Dammb21ed4e2013-07-24 12:59:09 +090060 pmu {
61 compatible = "arm,cortex-a9-pmu";
Simon Hormane1e7b6f2016-01-25 09:52:58 +090062 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Magnus Dammb21ed4e2013-07-24 12:59:09 +090063 };
64
Geert Uytterhoevenaba07782014-12-03 14:41:46 +010065 ptm {
66 compatible = "arm,coresight-etm3x";
67 power-domains = <&pd_d4>;
68 };
69
Simon Hormanc10df262014-08-12 09:04:38 +090070 cmt1: timer@e6138000 {
Simon Hormana2ffcf82014-09-08 09:27:44 +090071 compatible = "renesas,cmt-48-r8a7740", "renesas,cmt-48";
Simon Hormanc10df262014-08-12 09:04:38 +090072 reg = <0xe6138000 0x170>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +090073 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
Simon Hormanc10df262014-08-12 09:04:38 +090074 clocks = <&mstp3_clks R8A7740_CLK_CMT1>;
75 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +010076 power-domains = <&pd_c5>;
Simon Hormanc10df262014-08-12 09:04:38 +090077
78 renesas,channels-mask = <0x3f>;
79
80 status = "disabled";
81 };
82
Bastian Hecht744fdc82013-04-17 12:34:05 +020083 /* irqpin0: IRQ0 - IRQ7 */
Geert Uytterhoeven32e40942015-04-27 14:55:25 +020084 irqpin0: interrupt-controller@e6900000 {
Magnus Damm96327992013-11-28 08:15:04 +090085 compatible = "renesas,intc-irqpin-r8a7740", "renesas,intc-irqpin";
Bastian Hecht744fdc82013-04-17 12:34:05 +020086 #interrupt-cells = <2>;
87 interrupt-controller;
88 reg = <0xe6900000 4>,
89 <0xe6900010 4>,
90 <0xe6900020 1>,
91 <0xe6900040 1>,
92 <0xe6900060 1>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +090093 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
94 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
95 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
96 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
97 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
98 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
99 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
100 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven3ab84ee2014-09-12 15:15:20 +0200101 clocks = <&mstp2_clks R8A7740_CLK_INTCA>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100102 power-domains = <&pd_a4s>;
Bastian Hecht744fdc82013-04-17 12:34:05 +0200103 };
104
105 /* irqpin1: IRQ8 - IRQ15 */
Geert Uytterhoeven32e40942015-04-27 14:55:25 +0200106 irqpin1: interrupt-controller@e6900004 {
Magnus Damm96327992013-11-28 08:15:04 +0900107 compatible = "renesas,intc-irqpin-r8a7740", "renesas,intc-irqpin";
Bastian Hecht744fdc82013-04-17 12:34:05 +0200108 #interrupt-cells = <2>;
109 interrupt-controller;
110 reg = <0xe6900004 4>,
111 <0xe6900014 4>,
112 <0xe6900024 1>,
113 <0xe6900044 1>,
114 <0xe6900064 1>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900115 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
116 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
117 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
118 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
119 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
120 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
121 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
122 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven3ab84ee2014-09-12 15:15:20 +0200123 clocks = <&mstp2_clks R8A7740_CLK_INTCA>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100124 power-domains = <&pd_a4s>;
Bastian Hecht744fdc82013-04-17 12:34:05 +0200125 };
126
127 /* irqpin2: IRQ16 - IRQ23 */
Geert Uytterhoeven32e40942015-04-27 14:55:25 +0200128 irqpin2: interrupt-controller@e6900008 {
Magnus Damm96327992013-11-28 08:15:04 +0900129 compatible = "renesas,intc-irqpin-r8a7740", "renesas,intc-irqpin";
Bastian Hecht744fdc82013-04-17 12:34:05 +0200130 #interrupt-cells = <2>;
131 interrupt-controller;
132 reg = <0xe6900008 4>,
133 <0xe6900018 4>,
134 <0xe6900028 1>,
135 <0xe6900048 1>,
136 <0xe6900068 1>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900137 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
138 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
139 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
140 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
141 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
142 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
143 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
144 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven3ab84ee2014-09-12 15:15:20 +0200145 clocks = <&mstp2_clks R8A7740_CLK_INTCA>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100146 power-domains = <&pd_a4s>;
Bastian Hecht744fdc82013-04-17 12:34:05 +0200147 };
148
149 /* irqpin3: IRQ24 - IRQ31 */
Geert Uytterhoeven32e40942015-04-27 14:55:25 +0200150 irqpin3: interrupt-controller@e690000c {
Magnus Damm96327992013-11-28 08:15:04 +0900151 compatible = "renesas,intc-irqpin-r8a7740", "renesas,intc-irqpin";
Bastian Hecht744fdc82013-04-17 12:34:05 +0200152 #interrupt-cells = <2>;
153 interrupt-controller;
154 reg = <0xe690000c 4>,
155 <0xe690001c 4>,
156 <0xe690002c 1>,
157 <0xe690004c 1>,
158 <0xe690006c 1>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900159 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
160 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
161 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
162 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
163 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
164 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
165 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH
166 GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven3ab84ee2014-09-12 15:15:20 +0200167 clocks = <&mstp2_clks R8A7740_CLK_INTCA>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100168 power-domains = <&pd_a4s>;
Bastian Hecht744fdc82013-04-17 12:34:05 +0200169 };
170
Geert Uytterhoeven08ec67b2014-05-07 22:32:29 +0200171 ether: ethernet@e9a00000 {
172 compatible = "renesas,gether-r8a7740";
173 reg = <0xe9a00000 0x800>,
174 <0xe9a01800 0x800>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900175 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200176 clocks = <&mstp3_clks R8A7740_CLK_GETHER>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100177 power-domains = <&pd_a4s>;
Geert Uytterhoeven08ec67b2014-05-07 22:32:29 +0200178 phy-mode = "mii";
179 #address-cells = <1>;
180 #size-cells = <0>;
181 status = "disabled";
182 };
183
Bastian Hecht744fdc82013-04-17 12:34:05 +0200184 i2c0: i2c@fff20000 {
185 #address-cells = <1>;
186 #size-cells = <0>;
Ulrich Hecht5c53f502014-03-27 11:45:44 +0100187 compatible = "renesas,iic-r8a7740", "renesas,rmobile-iic";
Bastian Hecht744fdc82013-04-17 12:34:05 +0200188 reg = <0xfff20000 0x425>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900189 interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH
190 GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH
191 GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH
192 GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200193 clocks = <&mstp1_clks R8A7740_CLK_IIC0>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100194 power-domains = <&pd_a4r>;
Guennadi Liakhovetskieda3a4f2013-09-26 13:06:01 +0200195 status = "disabled";
Bastian Hecht744fdc82013-04-17 12:34:05 +0200196 };
197
198 i2c1: i2c@e6c20000 {
199 #address-cells = <1>;
200 #size-cells = <0>;
Ulrich Hecht5c53f502014-03-27 11:45:44 +0100201 compatible = "renesas,iic-r8a7740", "renesas,rmobile-iic";
Bastian Hecht744fdc82013-04-17 12:34:05 +0200202 reg = <0xe6c20000 0x425>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900203 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH
204 GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH
205 GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH
206 GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200207 clocks = <&mstp3_clks R8A7740_CLK_IIC1>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100208 power-domains = <&pd_a3sp>;
Guennadi Liakhovetskieda3a4f2013-09-26 13:06:01 +0200209 status = "disabled";
Bastian Hecht744fdc82013-04-17 12:34:05 +0200210 };
Laurent Pinchartf36218d2012-11-20 14:02:54 +0100211
Simon Hormanfa123552014-07-07 09:54:41 +0200212 scifa0: serial@e6c40000 {
213 compatible = "renesas,scifa-r8a7740", "renesas,scifa";
214 reg = <0xe6c40000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900215 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200216 clocks = <&mstp2_clks R8A7740_CLK_SCIFA0>;
Laurent Pinchart0995b9a2016-01-29 10:47:34 +0100217 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100218 power-domains = <&pd_a3sp>;
Simon Hormanfa123552014-07-07 09:54:41 +0200219 status = "disabled";
220 };
221
222 scifa1: serial@e6c50000 {
223 compatible = "renesas,scifa-r8a7740", "renesas,scifa";
224 reg = <0xe6c50000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900225 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200226 clocks = <&mstp2_clks R8A7740_CLK_SCIFA1>;
Laurent Pinchart0995b9a2016-01-29 10:47:34 +0100227 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100228 power-domains = <&pd_a3sp>;
Simon Hormanfa123552014-07-07 09:54:41 +0200229 status = "disabled";
230 };
231
232 scifa2: serial@e6c60000 {
233 compatible = "renesas,scifa-r8a7740", "renesas,scifa";
234 reg = <0xe6c60000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900235 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoevenb345aee2014-10-02 20:42:29 +0200236 clocks = <&mstp2_clks R8A7740_CLK_SCIFA2>;
Laurent Pinchart0995b9a2016-01-29 10:47:34 +0100237 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100238 power-domains = <&pd_a3sp>;
Simon Hormanfa123552014-07-07 09:54:41 +0200239 status = "disabled";
240 };
241
242 scifa3: serial@e6c70000 {
243 compatible = "renesas,scifa-r8a7740", "renesas,scifa";
244 reg = <0xe6c70000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900245 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200246 clocks = <&mstp2_clks R8A7740_CLK_SCIFA3>;
Laurent Pinchart0995b9a2016-01-29 10:47:34 +0100247 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100248 power-domains = <&pd_a3sp>;
Simon Hormanfa123552014-07-07 09:54:41 +0200249 status = "disabled";
250 };
251
252 scifa4: serial@e6c80000 {
253 compatible = "renesas,scifa-r8a7740", "renesas,scifa";
254 reg = <0xe6c80000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900255 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200256 clocks = <&mstp2_clks R8A7740_CLK_SCIFA4>;
Laurent Pinchart0995b9a2016-01-29 10:47:34 +0100257 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100258 power-domains = <&pd_a3sp>;
Simon Hormanfa123552014-07-07 09:54:41 +0200259 status = "disabled";
260 };
261
262 scifa5: serial@e6cb0000 {
263 compatible = "renesas,scifa-r8a7740", "renesas,scifa";
264 reg = <0xe6cb0000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900265 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200266 clocks = <&mstp2_clks R8A7740_CLK_SCIFA5>;
Laurent Pinchart0995b9a2016-01-29 10:47:34 +0100267 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100268 power-domains = <&pd_a3sp>;
Simon Hormanfa123552014-07-07 09:54:41 +0200269 status = "disabled";
270 };
271
272 scifa6: serial@e6cc0000 {
273 compatible = "renesas,scifa-r8a7740", "renesas,scifa";
274 reg = <0xe6cc0000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900275 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200276 clocks = <&mstp2_clks R8A7740_CLK_SCIFA6>;
Laurent Pinchart0995b9a2016-01-29 10:47:34 +0100277 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100278 power-domains = <&pd_a3sp>;
Simon Hormanfa123552014-07-07 09:54:41 +0200279 status = "disabled";
280 };
281
282 scifa7: serial@e6cd0000 {
283 compatible = "renesas,scifa-r8a7740", "renesas,scifa";
284 reg = <0xe6cd0000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900285 interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200286 clocks = <&mstp2_clks R8A7740_CLK_SCIFA7>;
Laurent Pinchart0995b9a2016-01-29 10:47:34 +0100287 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100288 power-domains = <&pd_a3sp>;
Simon Hormanfa123552014-07-07 09:54:41 +0200289 status = "disabled";
290 };
291
Geert Uytterhoeven50663822015-04-27 15:55:23 +0200292 scifb: serial@e6c30000 {
Simon Hormanfa123552014-07-07 09:54:41 +0200293 compatible = "renesas,scifb-r8a7740", "renesas,scifb";
294 reg = <0xe6c30000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900295 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200296 clocks = <&mstp2_clks R8A7740_CLK_SCIFB>;
Laurent Pinchart0995b9a2016-01-29 10:47:34 +0100297 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100298 power-domains = <&pd_a3sp>;
Simon Hormanfa123552014-07-07 09:54:41 +0200299 status = "disabled";
300 };
301
Laurent Pinchartf36218d2012-11-20 14:02:54 +0100302 pfc: pfc@e6050000 {
303 compatible = "renesas,pfc-r8a7740";
304 reg = <0xe6050000 0x8000>,
305 <0xe605800c 0x20>;
306 gpio-controller;
307 #gpio-cells = <2>;
Geert Uytterhoeven09d1c7b2015-08-04 15:55:15 +0200308 gpio-ranges = <&pfc 0 0 212>;
Laurent Pinchart778de002013-12-11 04:26:28 +0100309 interrupts-extended =
310 <&irqpin0 0 0>, <&irqpin0 1 0>, <&irqpin0 2 0>, <&irqpin0 3 0>,
311 <&irqpin0 4 0>, <&irqpin0 5 0>, <&irqpin0 6 0>, <&irqpin0 7 0>,
312 <&irqpin1 0 0>, <&irqpin1 1 0>, <&irqpin1 2 0>, <&irqpin1 3 0>,
313 <&irqpin1 4 0>, <&irqpin1 5 0>, <&irqpin1 6 0>, <&irqpin1 7 0>,
314 <&irqpin2 0 0>, <&irqpin2 1 0>, <&irqpin2 2 0>, <&irqpin2 3 0>,
315 <&irqpin2 4 0>, <&irqpin2 5 0>, <&irqpin2 6 0>, <&irqpin2 7 0>,
316 <&irqpin3 0 0>, <&irqpin3 1 0>, <&irqpin3 2 0>, <&irqpin3 3 0>,
317 <&irqpin3 4 0>, <&irqpin3 5 0>, <&irqpin3 6 0>, <&irqpin3 7 0>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100318 power-domains = <&pd_c5>;
Laurent Pinchartf36218d2012-11-20 14:02:54 +0100319 };
Linus Torvaldsfa915152013-09-09 16:33:57 -0700320
Laurent Pinchart8b3e32c2013-07-26 00:51:00 +0200321 tpu: pwm@e6600000 {
322 compatible = "renesas,tpu-r8a7740", "renesas,tpu";
323 reg = <0xe6600000 0x100>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200324 clocks = <&mstp3_clks R8A7740_CLK_TPU0>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100325 power-domains = <&pd_a3sp>;
Laurent Pinchart8b3e32c2013-07-26 00:51:00 +0200326 status = "disabled";
327 #pwm-cells = <3>;
328 };
Guennadi Liakhovetskie99d7962013-09-27 10:02:57 +0200329
Kuninori Morimoto7d907892013-10-21 19:35:08 -0700330 mmcif0: mmc@e6bd0000 {
Ulrich Hecht5c53f502014-03-27 11:45:44 +0100331 compatible = "renesas,mmcif-r8a7740", "renesas,sh-mmcif";
Guennadi Liakhovetskie99d7962013-09-27 10:02:57 +0200332 reg = <0xe6bd0000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900333 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH
334 GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200335 clocks = <&mstp3_clks R8A7740_CLK_MMC>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100336 power-domains = <&pd_a3sp>;
Guennadi Liakhovetskie99d7962013-09-27 10:02:57 +0200337 status = "disabled";
338 };
339
Kuninori Morimoto7d907892013-10-21 19:35:08 -0700340 sdhi0: sd@e6850000 {
Guennadi Liakhovetskie99d7962013-09-27 10:02:57 +0200341 compatible = "renesas,sdhi-r8a7740";
342 reg = <0xe6850000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900343 interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH
344 GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH
345 GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200346 clocks = <&mstp3_clks R8A7740_CLK_SDHI0>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100347 power-domains = <&pd_a3sp>;
Guennadi Liakhovetskie99d7962013-09-27 10:02:57 +0200348 cap-sd-highspeed;
349 cap-sdio-irq;
350 status = "disabled";
351 };
352
Kuninori Morimoto7d907892013-10-21 19:35:08 -0700353 sdhi1: sd@e6860000 {
Guennadi Liakhovetskie99d7962013-09-27 10:02:57 +0200354 compatible = "renesas,sdhi-r8a7740";
355 reg = <0xe6860000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900356 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH
357 GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH
358 GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200359 clocks = <&mstp3_clks R8A7740_CLK_SDHI1>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100360 power-domains = <&pd_a3sp>;
Guennadi Liakhovetskie99d7962013-09-27 10:02:57 +0200361 cap-sd-highspeed;
362 cap-sdio-irq;
363 status = "disabled";
364 };
Kuninori Morimoto7d907892013-10-21 19:35:08 -0700365
366 sdhi2: sd@e6870000 {
367 compatible = "renesas,sdhi-r8a7740";
368 reg = <0xe6870000 0x100>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900369 interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH
370 GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH
371 GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200372 clocks = <&mstp4_clks R8A7740_CLK_SDHI2>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100373 power-domains = <&pd_a3sp>;
Kuninori Morimoto7d907892013-10-21 19:35:08 -0700374 cap-sd-highspeed;
375 cap-sdio-irq;
376 status = "disabled";
377 };
Kuninori Morimotoefcd8692013-12-03 17:28:41 -0800378
379 sh_fsi2: sound@fe1f0000 {
380 #sound-dai-cells = <1>;
Ulrich Hecht5c53f502014-03-27 11:45:44 +0100381 compatible = "renesas,fsi2-r8a7740", "renesas,sh_fsi2";
Kuninori Morimotoefcd8692013-12-03 17:28:41 -0800382 reg = <0xfe1f0000 0x400>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900383 interrupts = <GIC_SPI 9 0x4>;
Ulrich Hecht4a7ae2e2014-08-08 16:23:11 +0200384 clocks = <&mstp3_clks R8A7740_CLK_FSI>;
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100385 power-domains = <&pd_a4mp>;
Kuninori Morimotoefcd8692013-12-03 17:28:41 -0800386 status = "disabled";
387 };
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200388
Geert Uytterhoeven60036332014-10-22 11:38:28 +0200389 tmu0: timer@fff80000 {
390 compatible = "renesas,tmu-r8a7740", "renesas,tmu";
391 reg = <0xfff80000 0x2c>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900392 interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
393 <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>,
394 <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven60036332014-10-22 11:38:28 +0200395 clocks = <&mstp1_clks R8A7740_CLK_TMU0>;
396 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100397 power-domains = <&pd_a4r>;
Geert Uytterhoeven60036332014-10-22 11:38:28 +0200398
399 #renesas,channels = <3>;
400
401 status = "disabled";
402 };
403
404 tmu1: timer@fff90000 {
405 compatible = "renesas,tmu-r8a7740", "renesas,tmu";
406 reg = <0xfff90000 0x2c>;
Simon Hormane1e7b6f2016-01-25 09:52:58 +0900407 interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,
408 <GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>,
409 <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven60036332014-10-22 11:38:28 +0200410 clocks = <&mstp1_clks R8A7740_CLK_TMU1>;
411 clock-names = "fck";
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100412 power-domains = <&pd_a4r>;
Geert Uytterhoeven60036332014-10-22 11:38:28 +0200413
414 #renesas,channels = <3>;
415
416 status = "disabled";
417 };
418
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200419 clocks {
420 #address-cells = <1>;
421 #size-cells = <1>;
422 ranges;
423
424 /* External root clock */
Simon Horman2dca7892016-03-18 08:14:31 +0900425 extalr_clk: extalr {
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200426 compatible = "fixed-clock";
427 #clock-cells = <0>;
428 clock-frequency = <32768>;
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200429 };
Simon Horman2dca7892016-03-18 08:14:31 +0900430 extal1_clk: extal1 {
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200431 compatible = "fixed-clock";
432 #clock-cells = <0>;
433 clock-frequency = <0>;
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200434 };
Simon Horman2dca7892016-03-18 08:14:31 +0900435 extal2_clk: extal2 {
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200436 compatible = "fixed-clock";
437 #clock-cells = <0>;
438 clock-frequency = <0>;
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200439 };
Simon Horman2dca7892016-03-18 08:14:31 +0900440 dv_clk: dv {
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200441 compatible = "fixed-clock";
442 #clock-cells = <0>;
443 clock-frequency = <27000000>;
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200444 };
Simon Horman2dca7892016-03-18 08:14:31 +0900445 fmsick_clk: fmsick {
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100446 compatible = "fixed-clock";
447 #clock-cells = <0>;
448 clock-frequency = <0>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100449 };
Simon Horman2dca7892016-03-18 08:14:31 +0900450 fmsock_clk: fmsock {
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100451 compatible = "fixed-clock";
452 #clock-cells = <0>;
453 clock-frequency = <0>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100454 };
Simon Horman2dca7892016-03-18 08:14:31 +0900455 fsiack_clk: fsiack {
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200456 compatible = "fixed-clock";
457 #clock-cells = <0>;
458 clock-frequency = <0>;
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200459 };
Simon Horman2dca7892016-03-18 08:14:31 +0900460 fsibck_clk: fsibck {
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200461 compatible = "fixed-clock";
462 #clock-cells = <0>;
463 clock-frequency = <0>;
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200464 };
465
466 /* Special CPG clocks */
467 cpg_clocks: cpg_clocks@e6150000 {
468 compatible = "renesas,r8a7740-cpg-clocks";
469 reg = <0xe6150000 0x10000>;
470 clocks = <&extal1_clk>, <&extalr_clk>;
471 #clock-cells = <1>;
472 clock-output-names = "system", "pllc0", "pllc1",
473 "pllc2", "r",
474 "usb24s",
475 "i", "zg", "b", "m1", "hp",
476 "hpp", "usbp", "s", "zb", "m3",
477 "cp";
478 };
479
480 /* Variable factor clocks (DIV6) */
Simon Horman2dca7892016-03-18 08:14:31 +0900481 vclk1_clk: vclk1@e6150008 {
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100482 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock";
483 reg = <0xe6150008 4>;
484 clocks = <&pllc1_div2_clk>, <0>, <&dv_clk>,
485 <&cpg_clocks R8A7740_CLK_USB24S>,
486 <&extal1_div2_clk>, <&extalr_clk>, <0>,
487 <0>;
488 #clock-cells = <0>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100489 };
Simon Horman2dca7892016-03-18 08:14:31 +0900490 vclk2_clk: vclk2@e615000c {
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100491 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock";
492 reg = <0xe615000c 4>;
493 clocks = <&pllc1_div2_clk>, <0>, <&dv_clk>,
494 <&cpg_clocks R8A7740_CLK_USB24S>,
495 <&extal1_div2_clk>, <&extalr_clk>, <0>,
496 <0>;
497 #clock-cells = <0>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100498 };
Simon Horman2dca7892016-03-18 08:14:31 +0900499 fmsi_clk: fmsi@e6150010 {
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100500 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock";
501 reg = <0xe6150010 4>;
502 clocks = <&pllc1_div2_clk>, <&fmsick_clk>, <0>, <0>;
503 #clock-cells = <0>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100504 };
Simon Horman2dca7892016-03-18 08:14:31 +0900505 fmso_clk: fmso@e6150014 {
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100506 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock";
507 reg = <0xe6150014 4>;
508 clocks = <&pllc1_div2_clk>, <&fmsock_clk>, <0>, <0>;
509 #clock-cells = <0>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100510 };
Simon Horman2dca7892016-03-18 08:14:31 +0900511 fsia_clk: fsia@e6150018 {
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100512 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock";
513 reg = <0xe6150018 4>;
514 clocks = <&pllc1_div2_clk>, <&fsiack_clk>, <0>, <0>;
515 #clock-cells = <0>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100516 };
Simon Horman2dca7892016-03-18 08:14:31 +0900517 sub_clk: sub@e6150080 {
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200518 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock";
519 reg = <0xe6150080 4>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100520 clocks = <&pllc1_div2_clk>,
521 <&cpg_clocks R8A7740_CLK_USB24S>, <0>, <0>;
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200522 #clock-cells = <0>;
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200523 };
Simon Horman2dca7892016-03-18 08:14:31 +0900524 spu_clk: spu@e6150084 {
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100525 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock";
526 reg = <0xe6150084 4>;
527 clocks = <&pllc1_div2_clk>,
528 <&cpg_clocks R8A7740_CLK_USB24S>, <0>, <0>;
529 #clock-cells = <0>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100530 };
Simon Horman2dca7892016-03-18 08:14:31 +0900531 vou_clk: vou@e6150088 {
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100532 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock";
533 reg = <0xe6150088 4>;
534 clocks = <&pllc1_div2_clk>, <&extal1_clk>, <&dv_clk>,
535 <0>;
536 #clock-cells = <0>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100537 };
Simon Horman2dca7892016-03-18 08:14:31 +0900538 stpro_clk: stpro@e615009c {
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100539 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock";
540 reg = <0xe615009c 4>;
541 clocks = <&cpg_clocks R8A7740_CLK_PLLC0>;
542 #clock-cells = <0>;
Ulrich Hechtfe7c20f2015-01-21 17:17:39 +0100543 };
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200544
545 /* Fixed factor clocks */
Simon Horman2dca7892016-03-18 08:14:31 +0900546 pllc1_div2_clk: pllc1_div2 {
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200547 compatible = "fixed-factor-clock";
548 clocks = <&cpg_clocks R8A7740_CLK_PLLC1>;
549 #clock-cells = <0>;
550 clock-div = <2>;
551 clock-mult = <1>;
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200552 };
Simon Horman2dca7892016-03-18 08:14:31 +0900553 extal1_div2_clk: extal1_div2 {
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200554 compatible = "fixed-factor-clock";
555 clocks = <&extal1_clk>;
556 #clock-cells = <0>;
557 clock-div = <2>;
558 clock-mult = <1>;
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200559 };
560
561 /* Gate clocks */
562 subck_clks: subck_clks@e6150080 {
563 compatible = "renesas,r8a7740-mstp-clocks", "renesas,cpg-mstp-clocks";
564 reg = <0xe6150080 4>;
565 clocks = <&sub_clk>, <&sub_clk>;
566 #clock-cells = <1>;
Geert Uytterhoeven9f04e562014-11-10 19:49:35 +0100567 clock-indices = <
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200568 R8A7740_CLK_SUBCK R8A7740_CLK_SUBCK2
569 >;
570 clock-output-names =
571 "subck", "subck2";
572 };
573 mstp1_clks: mstp1_clks@e6150134 {
574 compatible = "renesas,r8a7740-mstp-clocks", "renesas,cpg-mstp-clocks";
575 reg = <0xe6150134 4>, <0xe6150038 4>;
576 clocks = <&cpg_clocks R8A7740_CLK_S>,
577 <&cpg_clocks R8A7740_CLK_S>, <&sub_clk>,
578 <&cpg_clocks R8A7740_CLK_B>,
Geert Uytterhoevenb89ff7c2014-11-05 11:04:34 +0100579 <&cpg_clocks R8A7740_CLK_HPP>, <&sub_clk>,
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200580 <&cpg_clocks R8A7740_CLK_B>;
581 #clock-cells = <1>;
Geert Uytterhoeven9f04e562014-11-10 19:49:35 +0100582 clock-indices = <
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200583 R8A7740_CLK_CEU21 R8A7740_CLK_CEU20 R8A7740_CLK_TMU0
584 R8A7740_CLK_LCDC1 R8A7740_CLK_IIC0 R8A7740_CLK_TMU1
585 R8A7740_CLK_LCDC0
586 >;
587 clock-output-names =
588 "ceu21", "ceu20", "tmu0", "lcdc1", "iic0",
589 "tmu1", "lcdc0";
590 };
591 mstp2_clks: mstp2_clks@e6150138 {
592 compatible = "renesas,r8a7740-mstp-clocks", "renesas,cpg-mstp-clocks";
593 reg = <0xe6150138 4>, <0xe6150040 4>;
Geert Uytterhoeven3ab84ee2014-09-12 15:15:20 +0200594 clocks = <&sub_clk>, <&cpg_clocks R8A7740_CLK_HP>,
595 <&sub_clk>, <&cpg_clocks R8A7740_CLK_HP>,
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200596 <&cpg_clocks R8A7740_CLK_HP>,
597 <&cpg_clocks R8A7740_CLK_HP>,
598 <&cpg_clocks R8A7740_CLK_HP>,
599 <&sub_clk>, <&sub_clk>, <&sub_clk>,
600 <&sub_clk>, <&sub_clk>, <&sub_clk>,
601 <&sub_clk>;
602 #clock-cells = <1>;
Geert Uytterhoeven9f04e562014-11-10 19:49:35 +0100603 clock-indices = <
Geert Uytterhoeven3ab84ee2014-09-12 15:15:20 +0200604 R8A7740_CLK_SCIFA6 R8A7740_CLK_INTCA
605 R8A7740_CLK_SCIFA7
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200606 R8A7740_CLK_DMAC1 R8A7740_CLK_DMAC2
607 R8A7740_CLK_DMAC3 R8A7740_CLK_USBDMAC
608 R8A7740_CLK_SCIFA5 R8A7740_CLK_SCIFB
609 R8A7740_CLK_SCIFA0 R8A7740_CLK_SCIFA1
610 R8A7740_CLK_SCIFA2 R8A7740_CLK_SCIFA3
611 R8A7740_CLK_SCIFA4
612 >;
613 clock-output-names =
Geert Uytterhoeven3ab84ee2014-09-12 15:15:20 +0200614 "scifa6", "intca",
615 "scifa7", "dmac1", "dmac2", "dmac3",
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200616 "usbdmac", "scifa5", "scifb", "scifa0", "scifa1",
617 "scifa2", "scifa3", "scifa4";
618 };
619 mstp3_clks: mstp3_clks@e615013c {
620 compatible = "renesas,r8a7740-mstp-clocks", "renesas,cpg-mstp-clocks";
621 reg = <0xe615013c 4>, <0xe6150048 4>;
622 clocks = <&cpg_clocks R8A7740_CLK_R>,
623 <&cpg_clocks R8A7740_CLK_HP>,
624 <&sub_clk>,
625 <&cpg_clocks R8A7740_CLK_HP>,
626 <&cpg_clocks R8A7740_CLK_HP>,
627 <&cpg_clocks R8A7740_CLK_HP>,
628 <&cpg_clocks R8A7740_CLK_HP>,
629 <&cpg_clocks R8A7740_CLK_HP>,
630 <&cpg_clocks R8A7740_CLK_HP>;
631 #clock-cells = <1>;
Geert Uytterhoeven9f04e562014-11-10 19:49:35 +0100632 clock-indices = <
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200633 R8A7740_CLK_CMT1 R8A7740_CLK_FSI R8A7740_CLK_IIC1
634 R8A7740_CLK_USBF R8A7740_CLK_SDHI0 R8A7740_CLK_SDHI1
635 R8A7740_CLK_MMC R8A7740_CLK_GETHER R8A7740_CLK_TPU0
636 >;
637 clock-output-names =
638 "cmt1", "fsi", "iic1", "usbf", "sdhi0", "sdhi1",
639 "mmc", "gether", "tpu0";
640 };
641 mstp4_clks: mstp4_clks@e6150140 {
642 compatible = "renesas,r8a7740-mstp-clocks", "renesas,cpg-mstp-clocks";
643 reg = <0xe6150140 4>, <0xe615004c 4>;
644 clocks = <&cpg_clocks R8A7740_CLK_HP>,
645 <&cpg_clocks R8A7740_CLK_HP>,
646 <&cpg_clocks R8A7740_CLK_HP>,
647 <&cpg_clocks R8A7740_CLK_HP>;
648 #clock-cells = <1>;
Geert Uytterhoeven9f04e562014-11-10 19:49:35 +0100649 clock-indices = <
Ulrich Hechtd9ffd582014-08-08 16:23:10 +0200650 R8A7740_CLK_USBH R8A7740_CLK_SDHI2
651 R8A7740_CLK_USBFUNC R8A7740_CLK_USBPHY
652 >;
653 clock-output-names =
654 "usbhost", "sdhi2", "usbfunc", "usphy";
655 };
656 };
Geert Uytterhoevenaba07782014-12-03 14:41:46 +0100657
658 sysc: system-controller@e6180000 {
659 compatible = "renesas,sysc-r8a7740", "renesas,sysc-rmobile";
660 reg = <0xe6180000 0x8000>, <0xe6188000 0x8000>;
661
662 pm-domains {
663 pd_c5: c5 {
664 #address-cells = <1>;
665 #size-cells = <0>;
666 #power-domain-cells = <0>;
667
668 pd_a4lc: a4lc@1 {
669 reg = <1>;
670 #power-domain-cells = <0>;
671 };
672
673 pd_a4mp: a4mp@2 {
674 reg = <2>;
675 #power-domain-cells = <0>;
676 };
677
678 pd_d4: d4@3 {
679 reg = <3>;
680 #power-domain-cells = <0>;
681 };
682
683 pd_a4r: a4r@5 {
684 reg = <5>;
685 #address-cells = <1>;
686 #size-cells = <0>;
687 #power-domain-cells = <0>;
688
689 pd_a3rv: a3rv@6 {
690 reg = <6>;
691 #power-domain-cells = <0>;
692 };
693 };
694
695 pd_a4s: a4s@10 {
696 reg = <10>;
697 #address-cells = <1>;
698 #size-cells = <0>;
699 #power-domain-cells = <0>;
700
701 pd_a3sp: a3sp@11 {
702 reg = <11>;
703 #power-domain-cells = <0>;
704 };
705
706 pd_a3sm: a3sm@12 {
707 reg = <12>;
708 #power-domain-cells = <0>;
709 };
710
711 pd_a3sg: a3sg@13 {
712 reg = <13>;
713 #power-domain-cells = <0>;
714 };
715 };
716
717 pd_a4su: a4su@20 {
718 reg = <20>;
719 #power-domain-cells = <0>;
720 };
721 };
722 };
723 };
Magnus Damm755d57b2012-07-06 17:08:07 +0900724};