blob: 5c8071e87ae9c7190a88916d391e7f42b62a4b4a [file] [log] [blame]
Simon Hormanc58a1542013-01-29 14:21:46 +09001/*
Kuninori Morimoto349f5562013-03-03 23:11:03 -08002 * Device Tree Source for Renesas r8a7779
Simon Hormanc58a1542013-01-29 14:21:46 +09003 *
4 * Copyright (C) 2013 Renesas Solutions Corp.
5 * Copyright (C) 2013 Simon Horman
6 *
7 * This file is licensed under the terms of the GNU General Public License
8 * version 2. This program is licensed "as is" without any warranty of any
9 * kind, whether express or implied.
10 */
11
12/include/ "skeleton.dtsi"
13
Simon Horman1e851532014-05-15 20:31:57 +090014#include <dt-bindings/clock/r8a7779-clock.h>
Magnus Dammcea80652014-12-16 18:39:41 +090015#include <dt-bindings/interrupt-controller/arm-gic.h>
Laurent Pinchart5f75e732013-11-19 03:18:25 +010016#include <dt-bindings/interrupt-controller/irq.h>
17
Simon Hormanc58a1542013-01-29 14:21:46 +090018/ {
19 compatible = "renesas,r8a7779";
Laurent Pinchart9ff254a2014-04-30 02:41:28 +020020 interrupt-parent = <&gic>;
Simon Hormanc58a1542013-01-29 14:21:46 +090021
22 cpus {
23 #address-cells = <1>;
24 #size-cells = <0>;
25
26 cpu@0 {
27 device_type = "cpu";
28 compatible = "arm,cortex-a9";
29 reg = <0>;
Simon Horman6b060f92014-05-16 13:42:58 +090030 clock-frequency = <1000000000>;
Simon Hormanc58a1542013-01-29 14:21:46 +090031 };
32 cpu@1 {
33 device_type = "cpu";
34 compatible = "arm,cortex-a9";
35 reg = <1>;
Simon Horman6b060f92014-05-16 13:42:58 +090036 clock-frequency = <1000000000>;
Simon Hormanc58a1542013-01-29 14:21:46 +090037 };
38 cpu@2 {
39 device_type = "cpu";
40 compatible = "arm,cortex-a9";
41 reg = <2>;
Simon Horman6b060f92014-05-16 13:42:58 +090042 clock-frequency = <1000000000>;
Simon Hormanc58a1542013-01-29 14:21:46 +090043 };
44 cpu@3 {
45 device_type = "cpu";
46 compatible = "arm,cortex-a9";
47 reg = <3>;
Simon Horman6b060f92014-05-16 13:42:58 +090048 clock-frequency = <1000000000>;
Simon Hormanc58a1542013-01-29 14:21:46 +090049 };
50 };
51
Simon Horman3c3f6ad2013-11-26 16:47:11 +090052 aliases {
53 spi0 = &hspi0;
54 spi1 = &hspi1;
55 spi2 = &hspi2;
56 };
57
Simon Hormancc703a52014-07-07 08:47:38 +020058 gic: interrupt-controller@f0001000 {
59 compatible = "arm,cortex-a9-gic";
60 #interrupt-cells = <3>;
61 interrupt-controller;
62 reg = <0xf0001000 0x1000>,
63 <0xf0000100 0x100>;
64 };
Simon Horman10e8d4f2012-11-21 22:00:15 +090065
Magnus Dammcea80652014-12-16 18:39:41 +090066 timer@f0000600 {
67 compatible = "arm,cortex-a9-twd-timer";
68 reg = <0xf0000600 0x20>;
69 interrupts = <GIC_PPI 13
70 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
71 clocks = <&cpg_clocks R8A7779_CLK_ZS>;
72 };
73
Laurent Pinchartf5c771b2013-05-10 15:51:14 +020074 gpio0: gpio@ffc40000 {
75 compatible = "renesas,gpio-r8a7779", "renesas,gpio-rcar";
76 reg = <0xffc40000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +010077 interrupts = <0 141 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf5c771b2013-05-10 15:51:14 +020078 #gpio-cells = <2>;
79 gpio-controller;
80 gpio-ranges = <&pfc 0 0 32>;
81 #interrupt-cells = <2>;
82 interrupt-controller;
83 };
84
85 gpio1: gpio@ffc41000 {
86 compatible = "renesas,gpio-r8a7779", "renesas,gpio-rcar";
87 reg = <0xffc41000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +010088 interrupts = <0 142 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf5c771b2013-05-10 15:51:14 +020089 #gpio-cells = <2>;
90 gpio-controller;
91 gpio-ranges = <&pfc 0 32 32>;
92 #interrupt-cells = <2>;
93 interrupt-controller;
94 };
95
96 gpio2: gpio@ffc42000 {
97 compatible = "renesas,gpio-r8a7779", "renesas,gpio-rcar";
98 reg = <0xffc42000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +010099 interrupts = <0 143 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf5c771b2013-05-10 15:51:14 +0200100 #gpio-cells = <2>;
101 gpio-controller;
102 gpio-ranges = <&pfc 0 64 32>;
103 #interrupt-cells = <2>;
104 interrupt-controller;
105 };
106
107 gpio3: gpio@ffc43000 {
108 compatible = "renesas,gpio-r8a7779", "renesas,gpio-rcar";
109 reg = <0xffc43000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100110 interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf5c771b2013-05-10 15:51:14 +0200111 #gpio-cells = <2>;
112 gpio-controller;
113 gpio-ranges = <&pfc 0 96 32>;
114 #interrupt-cells = <2>;
115 interrupt-controller;
116 };
117
118 gpio4: gpio@ffc44000 {
119 compatible = "renesas,gpio-r8a7779", "renesas,gpio-rcar";
120 reg = <0xffc44000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100121 interrupts = <0 145 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf5c771b2013-05-10 15:51:14 +0200122 #gpio-cells = <2>;
123 gpio-controller;
124 gpio-ranges = <&pfc 0 128 32>;
125 #interrupt-cells = <2>;
126 interrupt-controller;
127 };
128
129 gpio5: gpio@ffc45000 {
130 compatible = "renesas,gpio-r8a7779", "renesas,gpio-rcar";
131 reg = <0xffc45000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100132 interrupts = <0 146 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf5c771b2013-05-10 15:51:14 +0200133 #gpio-cells = <2>;
134 gpio-controller;
135 gpio-ranges = <&pfc 0 160 32>;
136 #interrupt-cells = <2>;
137 interrupt-controller;
138 };
139
140 gpio6: gpio@ffc46000 {
141 compatible = "renesas,gpio-r8a7779", "renesas,gpio-rcar";
142 reg = <0xffc46000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100143 interrupts = <0 147 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartf5c771b2013-05-10 15:51:14 +0200144 #gpio-cells = <2>;
145 gpio-controller;
146 gpio-ranges = <&pfc 0 192 9>;
147 #interrupt-cells = <2>;
148 interrupt-controller;
149 };
150
Geert Uytterhoevena37771c2015-04-27 14:55:27 +0200151 irqpin0: interrupt-controller@fe780010 {
Magnus Damm11ef0342013-11-28 08:15:18 +0900152 compatible = "renesas,intc-irqpin-r8a7779", "renesas,intc-irqpin";
Guennadi Liakhovetski24603f32013-04-03 11:19:07 +0200153 #interrupt-cells = <2>;
Kuninori Morimoto84b47df2013-10-02 01:39:13 -0700154 status = "disabled";
Guennadi Liakhovetski24603f32013-04-03 11:19:07 +0200155 interrupt-controller;
156 reg = <0xfe78001c 4>,
157 <0xfe780010 4>,
158 <0xfe780024 4>,
159 <0xfe780044 4>,
160 <0xfe780064 4>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100161 interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH
162 0 28 IRQ_TYPE_LEVEL_HIGH
163 0 29 IRQ_TYPE_LEVEL_HIGH
164 0 30 IRQ_TYPE_LEVEL_HIGH>;
Guennadi Liakhovetski24603f32013-04-03 11:19:07 +0200165 sense-bitfield-width = <2>;
166 };
167
Lee Jones98724b72013-07-22 11:52:38 +0100168 i2c0: i2c@ffc70000 {
Simon Horman10e8d4f2012-11-21 22:00:15 +0900169 #address-cells = <1>;
170 #size-cells = <0>;
Kuninori Morimoto63630702013-10-03 23:44:44 -0700171 compatible = "renesas,i2c-r8a7779";
Simon Horman10e8d4f2012-11-21 22:00:15 +0900172 reg = <0xffc70000 0x1000>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100173 interrupts = <0 79 IRQ_TYPE_LEVEL_HIGH>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900174 clocks = <&mstp0_clks R8A7779_CLK_I2C0>;
Guennadi Liakhovetskieda3a4f2013-09-26 13:06:01 +0200175 status = "disabled";
Simon Horman10e8d4f2012-11-21 22:00:15 +0900176 };
177
Lee Jones98724b72013-07-22 11:52:38 +0100178 i2c1: i2c@ffc71000 {
Simon Horman10e8d4f2012-11-21 22:00:15 +0900179 #address-cells = <1>;
180 #size-cells = <0>;
Kuninori Morimoto63630702013-10-03 23:44:44 -0700181 compatible = "renesas,i2c-r8a7779";
Simon Horman10e8d4f2012-11-21 22:00:15 +0900182 reg = <0xffc71000 0x1000>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100183 interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900184 clocks = <&mstp0_clks R8A7779_CLK_I2C1>;
Guennadi Liakhovetskieda3a4f2013-09-26 13:06:01 +0200185 status = "disabled";
Simon Horman10e8d4f2012-11-21 22:00:15 +0900186 };
187
Lee Jones98724b72013-07-22 11:52:38 +0100188 i2c2: i2c@ffc72000 {
Simon Horman10e8d4f2012-11-21 22:00:15 +0900189 #address-cells = <1>;
190 #size-cells = <0>;
Kuninori Morimoto63630702013-10-03 23:44:44 -0700191 compatible = "renesas,i2c-r8a7779";
Simon Horman10e8d4f2012-11-21 22:00:15 +0900192 reg = <0xffc72000 0x1000>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100193 interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900194 clocks = <&mstp0_clks R8A7779_CLK_I2C2>;
Guennadi Liakhovetskieda3a4f2013-09-26 13:06:01 +0200195 status = "disabled";
Simon Horman10e8d4f2012-11-21 22:00:15 +0900196 };
197
Lee Jones98724b72013-07-22 11:52:38 +0100198 i2c3: i2c@ffc73000 {
Simon Horman10e8d4f2012-11-21 22:00:15 +0900199 #address-cells = <1>;
200 #size-cells = <0>;
Kuninori Morimoto63630702013-10-03 23:44:44 -0700201 compatible = "renesas,i2c-r8a7779";
Simon Horman10e8d4f2012-11-21 22:00:15 +0900202 reg = <0xffc73000 0x1000>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100203 interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900204 clocks = <&mstp0_clks R8A7779_CLK_I2C3>;
Guennadi Liakhovetskieda3a4f2013-09-26 13:06:01 +0200205 status = "disabled";
Simon Horman10e8d4f2012-11-21 22:00:15 +0900206 };
Kuninori Morimoto25a65972013-03-04 00:32:16 -0800207
Simon Hormanfd953b82014-05-15 20:39:30 +0900208 scif0: serial@ffe40000 {
209 compatible = "renesas,scif-r8a7779", "renesas,scif";
210 reg = <0xffe40000 0x100>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900211 interrupts = <0 88 IRQ_TYPE_LEVEL_HIGH>;
Magnus Damm631324c2014-12-15 13:56:08 +0900212 clocks = <&mstp0_clks R8A7779_CLK_SCIF0>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900213 clock-names = "sci_ick";
214 status = "disabled";
215 };
216
217 scif1: serial@ffe41000 {
218 compatible = "renesas,scif-r8a7779", "renesas,scif";
219 reg = <0xffe41000 0x100>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900220 interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>;
Magnus Damm631324c2014-12-15 13:56:08 +0900221 clocks = <&mstp0_clks R8A7779_CLK_SCIF1>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900222 clock-names = "sci_ick";
223 status = "disabled";
224 };
225
226 scif2: serial@ffe42000 {
227 compatible = "renesas,scif-r8a7779", "renesas,scif";
228 reg = <0xffe42000 0x100>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900229 interrupts = <0 90 IRQ_TYPE_LEVEL_HIGH>;
Magnus Damm631324c2014-12-15 13:56:08 +0900230 clocks = <&mstp0_clks R8A7779_CLK_SCIF2>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900231 clock-names = "sci_ick";
232 status = "disabled";
233 };
234
235 scif3: serial@ffe43000 {
236 compatible = "renesas,scif-r8a7779", "renesas,scif";
237 reg = <0xffe43000 0x100>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900238 interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>;
Magnus Damm631324c2014-12-15 13:56:08 +0900239 clocks = <&mstp0_clks R8A7779_CLK_SCIF3>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900240 clock-names = "sci_ick";
241 status = "disabled";
242 };
243
244 scif4: serial@ffe44000 {
245 compatible = "renesas,scif-r8a7779", "renesas,scif";
246 reg = <0xffe44000 0x100>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900247 interrupts = <0 92 IRQ_TYPE_LEVEL_HIGH>;
Magnus Damm631324c2014-12-15 13:56:08 +0900248 clocks = <&mstp0_clks R8A7779_CLK_SCIF4>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900249 clock-names = "sci_ick";
250 status = "disabled";
251 };
252
253 scif5: serial@ffe45000 {
254 compatible = "renesas,scif-r8a7779", "renesas,scif";
255 reg = <0xffe45000 0x100>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900256 interrupts = <0 93 IRQ_TYPE_LEVEL_HIGH>;
Magnus Damm631324c2014-12-15 13:56:08 +0900257 clocks = <&mstp0_clks R8A7779_CLK_SCIF5>;
Simon Hormanfd953b82014-05-15 20:39:30 +0900258 clock-names = "sci_ick";
259 status = "disabled";
260 };
261
Laurent Pinchart3ab03d02013-05-09 15:05:57 +0200262 pfc: pfc@fffc0000 {
263 compatible = "renesas,pfc-r8a7779";
264 reg = <0xfffc0000 0x23c>;
265 };
266
Kuninori Morimoto25a65972013-03-04 00:32:16 -0800267 thermal@ffc48000 {
Geert Uytterhoeven4d50e6d2014-08-28 10:20:40 +0200268 compatible = "renesas,thermal-r8a7779", "renesas,rcar-thermal";
Kuninori Morimoto25a65972013-03-04 00:32:16 -0800269 reg = <0xffc48000 0x38>;
270 };
Vladimir Barinov7840a652013-02-27 23:34:36 +0300271
Laurent Pinchartef890ea2014-07-09 15:12:39 +0200272 tmu0: timer@ffd80000 {
Simon Hormana51b7b32014-09-08 09:27:48 +0900273 compatible = "renesas,tmu-r8a7779", "renesas,tmu";
Laurent Pinchartef890ea2014-07-09 15:12:39 +0200274 reg = <0xffd80000 0x30>;
275 interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>,
276 <0 33 IRQ_TYPE_LEVEL_HIGH>,
277 <0 34 IRQ_TYPE_LEVEL_HIGH>;
278 clocks = <&mstp0_clks R8A7779_CLK_TMU0>;
279 clock-names = "fck";
280
281 #renesas,channels = <3>;
282
283 status = "disabled";
284 };
285
286 tmu1: timer@ffd81000 {
Simon Hormana51b7b32014-09-08 09:27:48 +0900287 compatible = "renesas,tmu-r8a7779", "renesas,tmu";
Laurent Pinchartef890ea2014-07-09 15:12:39 +0200288 reg = <0xffd81000 0x30>;
289 interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>,
290 <0 37 IRQ_TYPE_LEVEL_HIGH>,
291 <0 38 IRQ_TYPE_LEVEL_HIGH>;
292 clocks = <&mstp0_clks R8A7779_CLK_TMU1>;
293 clock-names = "fck";
294
295 #renesas,channels = <3>;
296
297 status = "disabled";
298 };
299
300 tmu2: timer@ffd82000 {
Simon Hormana51b7b32014-09-08 09:27:48 +0900301 compatible = "renesas,tmu-r8a7779", "renesas,tmu";
Laurent Pinchartef890ea2014-07-09 15:12:39 +0200302 reg = <0xffd82000 0x30>;
303 interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>,
304 <0 41 IRQ_TYPE_LEVEL_HIGH>,
305 <0 42 IRQ_TYPE_LEVEL_HIGH>;
306 clocks = <&mstp0_clks R8A7779_CLK_TMU2>;
307 clock-names = "fck";
308
309 #renesas,channels = <3>;
310
311 status = "disabled";
312 };
313
Vladimir Barinov7840a652013-02-27 23:34:36 +0300314 sata: sata@fc600000 {
Geert Uytterhoeven25af9c82014-10-29 14:58:51 +0100315 compatible = "renesas,sata-r8a7779", "renesas,rcar-sata";
Vladimir Barinov7840a652013-02-27 23:34:36 +0300316 reg = <0xfc600000 0x2000>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100317 interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900318 clocks = <&mstp1_clks R8A7779_CLK_SATA>;
Vladimir Barinov7840a652013-02-27 23:34:36 +0300319 };
Kuninori Morimotoc4866e72013-10-10 23:36:22 -0700320
Kuninori Morimoto26247052013-10-21 19:36:02 -0700321 sdhi0: sd@ffe4c000 {
Kuninori Morimotoc4866e72013-10-10 23:36:22 -0700322 compatible = "renesas,sdhi-r8a7779";
323 reg = <0xffe4c000 0x100>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100324 interrupts = <0 104 IRQ_TYPE_LEVEL_HIGH>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900325 clocks = <&mstp3_clks R8A7779_CLK_SDHI0>;
Kuninori Morimotoc4866e72013-10-10 23:36:22 -0700326 status = "disabled";
327 };
328
Kuninori Morimoto26247052013-10-21 19:36:02 -0700329 sdhi1: sd@ffe4d000 {
Kuninori Morimotoc4866e72013-10-10 23:36:22 -0700330 compatible = "renesas,sdhi-r8a7779";
331 reg = <0xffe4d000 0x100>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100332 interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900333 clocks = <&mstp3_clks R8A7779_CLK_SDHI1>;
Kuninori Morimotoc4866e72013-10-10 23:36:22 -0700334 status = "disabled";
335 };
336
Kuninori Morimoto26247052013-10-21 19:36:02 -0700337 sdhi2: sd@ffe4e000 {
Kuninori Morimotoc4866e72013-10-10 23:36:22 -0700338 compatible = "renesas,sdhi-r8a7779";
339 reg = <0xffe4e000 0x100>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100340 interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900341 clocks = <&mstp3_clks R8A7779_CLK_SDHI2>;
Kuninori Morimotoc4866e72013-10-10 23:36:22 -0700342 status = "disabled";
343 };
344
Kuninori Morimoto26247052013-10-21 19:36:02 -0700345 sdhi3: sd@ffe4f000 {
Kuninori Morimotoc4866e72013-10-10 23:36:22 -0700346 compatible = "renesas,sdhi-r8a7779";
347 reg = <0xffe4f000 0x100>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100348 interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900349 clocks = <&mstp3_clks R8A7779_CLK_SDHI3>;
Kuninori Morimotoc4866e72013-10-10 23:36:22 -0700350 status = "disabled";
351 };
Simon Horman3c3f6ad2013-11-26 16:47:11 +0900352
353 hspi0: spi@fffc7000 {
Geert Uytterhoeven7709c332014-03-14 11:06:40 +0100354 compatible = "renesas,hspi-r8a7779", "renesas,hspi";
Simon Horman3c3f6ad2013-11-26 16:47:11 +0900355 reg = <0xfffc7000 0x18>;
Simon Horman3c3f6ad2013-11-26 16:47:11 +0900356 interrupts = <0 73 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven7709c332014-03-14 11:06:40 +0100357 #address-cells = <1>;
358 #size-cells = <0>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900359 clocks = <&mstp0_clks R8A7779_CLK_HSPI>;
Simon Horman3c3f6ad2013-11-26 16:47:11 +0900360 status = "disabled";
361 };
362
363 hspi1: spi@fffc8000 {
Geert Uytterhoeven7709c332014-03-14 11:06:40 +0100364 compatible = "renesas,hspi-r8a7779", "renesas,hspi";
Simon Horman3c3f6ad2013-11-26 16:47:11 +0900365 reg = <0xfffc8000 0x18>;
Simon Horman3c3f6ad2013-11-26 16:47:11 +0900366 interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven7709c332014-03-14 11:06:40 +0100367 #address-cells = <1>;
368 #size-cells = <0>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900369 clocks = <&mstp0_clks R8A7779_CLK_HSPI>;
Simon Horman3c3f6ad2013-11-26 16:47:11 +0900370 status = "disabled";
371 };
372
373 hspi2: spi@fffc6000 {
Geert Uytterhoeven7709c332014-03-14 11:06:40 +0100374 compatible = "renesas,hspi-r8a7779", "renesas,hspi";
Simon Horman3c3f6ad2013-11-26 16:47:11 +0900375 reg = <0xfffc6000 0x18>;
Simon Horman3c3f6ad2013-11-26 16:47:11 +0900376 interrupts = <0 75 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoeven7709c332014-03-14 11:06:40 +0100377 #address-cells = <1>;
378 #size-cells = <0>;
Simon Horman3325cbe2014-05-15 20:32:00 +0900379 clocks = <&mstp0_clks R8A7779_CLK_HSPI>;
Simon Horman3c3f6ad2013-11-26 16:47:11 +0900380 status = "disabled";
381 };
Simon Horman1e851532014-05-15 20:31:57 +0900382
Laurent Pinchart1f08bbe2014-01-21 16:00:46 +0100383 du: display@fff80000 {
384 compatible = "renesas,du-r8a7779";
385 reg = <0 0xfff80000 0 0x40000>;
386 interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
387 clocks = <&mstp1_clks R8A7779_CLK_DU>;
388 status = "disabled";
389
390 ports {
391 #address-cells = <1>;
392 #size-cells = <0>;
393
394 port@0 {
395 reg = <0>;
396 du_out_rgb0: endpoint {
397 };
398 };
399 port@1 {
400 reg = <1>;
401 du_out_rgb1: endpoint {
402 };
403 };
404 };
405 };
406
Simon Horman1e851532014-05-15 20:31:57 +0900407 clocks {
Geert Uytterhoeven5cc8afc2014-05-23 09:46:19 +0200408 #address-cells = <1>;
409 #size-cells = <1>;
Simon Horman1e851532014-05-15 20:31:57 +0900410 ranges;
411
412 /* External root clock */
413 extal_clk: extal_clk {
414 compatible = "fixed-clock";
415 #clock-cells = <0>;
416 /* This value must be overriden by the board. */
417 clock-frequency = <0>;
418 clock-output-names = "extal";
419 };
420
421 /* Special CPG clocks */
Geert Uytterhoeven2909b872014-05-23 09:46:20 +0200422 cpg_clocks: clocks@ffc80000 {
Simon Horman1e851532014-05-15 20:31:57 +0900423 compatible = "renesas,r8a7779-cpg-clocks";
Geert Uytterhoeven5cc8afc2014-05-23 09:46:19 +0200424 reg = <0xffc80000 0x30>;
Simon Horman1e851532014-05-15 20:31:57 +0900425 clocks = <&extal_clk>;
426 #clock-cells = <1>;
427 clock-output-names = "plla", "z", "zs", "s",
428 "s1", "p", "b", "out";
429 };
430
431 /* Fixed factor clocks */
432 i_clk: i_clk {
433 compatible = "fixed-factor-clock";
434 clocks = <&cpg_clocks R8A7779_CLK_PLLA>;
435 #clock-cells = <0>;
436 clock-div = <2>;
437 clock-mult = <1>;
438 clock-output-names = "i";
439 };
440 s3_clk: s3_clk {
441 compatible = "fixed-factor-clock";
442 clocks = <&cpg_clocks R8A7779_CLK_PLLA>;
443 #clock-cells = <0>;
444 clock-div = <8>;
445 clock-mult = <1>;
446 clock-output-names = "s3";
447 };
448 s4_clk: s4_clk {
449 compatible = "fixed-factor-clock";
450 clocks = <&cpg_clocks R8A7779_CLK_PLLA>;
451 #clock-cells = <0>;
452 clock-div = <16>;
453 clock-mult = <1>;
454 clock-output-names = "s4";
455 };
456 g_clk: g_clk {
457 compatible = "fixed-factor-clock";
458 clocks = <&cpg_clocks R8A7779_CLK_PLLA>;
459 #clock-cells = <0>;
460 clock-div = <24>;
461 clock-mult = <1>;
462 clock-output-names = "g";
463 };
464
465 /* Gate clocks */
Geert Uytterhoeven2909b872014-05-23 09:46:20 +0200466 mstp0_clks: clocks@ffc80030 {
Simon Horman1e851532014-05-15 20:31:57 +0900467 compatible = "renesas,r8a7779-mstp-clocks",
Geert Uytterhoeven99e544c2014-08-28 10:21:55 +0200468 "renesas,cpg-mstp-clocks";
Geert Uytterhoeven5cc8afc2014-05-23 09:46:19 +0200469 reg = <0xffc80030 4>;
Simon Horman1e851532014-05-15 20:31:57 +0900470 clocks = <&cpg_clocks R8A7779_CLK_S>,
Geert Uytterhoeven99e544c2014-08-28 10:21:55 +0200471 <&cpg_clocks R8A7779_CLK_P>,
Simon Horman1e851532014-05-15 20:31:57 +0900472 <&cpg_clocks R8A7779_CLK_P>,
473 <&cpg_clocks R8A7779_CLK_P>,
474 <&cpg_clocks R8A7779_CLK_S>,
475 <&cpg_clocks R8A7779_CLK_S>,
Magnus Dammc6ce3cd2014-12-15 14:00:34 +0900476 <&cpg_clocks R8A7779_CLK_P>,
477 <&cpg_clocks R8A7779_CLK_P>,
478 <&cpg_clocks R8A7779_CLK_P>,
479 <&cpg_clocks R8A7779_CLK_P>,
480 <&cpg_clocks R8A7779_CLK_P>,
481 <&cpg_clocks R8A7779_CLK_P>,
Simon Horman1e851532014-05-15 20:31:57 +0900482 <&cpg_clocks R8A7779_CLK_P>,
483 <&cpg_clocks R8A7779_CLK_P>,
484 <&cpg_clocks R8A7779_CLK_P>,
485 <&cpg_clocks R8A7779_CLK_P>;
486 #clock-cells = <1>;
Geert Uytterhoeven64530fc2014-11-10 19:49:36 +0100487 clock-indices = <
Simon Horman1e851532014-05-15 20:31:57 +0900488 R8A7779_CLK_HSPI R8A7779_CLK_TMU2
489 R8A7779_CLK_TMU1 R8A7779_CLK_TMU0
490 R8A7779_CLK_HSCIF1 R8A7779_CLK_HSCIF0
491 R8A7779_CLK_SCIF5 R8A7779_CLK_SCIF4
492 R8A7779_CLK_SCIF3 R8A7779_CLK_SCIF2
493 R8A7779_CLK_SCIF1 R8A7779_CLK_SCIF0
494 R8A7779_CLK_I2C3 R8A7779_CLK_I2C2
495 R8A7779_CLK_I2C1 R8A7779_CLK_I2C0
496 >;
497 clock-output-names =
498 "hspi", "tmu2", "tmu1", "tmu0", "hscif1",
499 "hscif0", "scif5", "scif4", "scif3", "scif2",
500 "scif1", "scif0", "i2c3", "i2c2", "i2c1",
501 "i2c0";
502 };
Geert Uytterhoeven2909b872014-05-23 09:46:20 +0200503 mstp1_clks: clocks@ffc80034 {
Simon Horman1e851532014-05-15 20:31:57 +0900504 compatible = "renesas,r8a7779-mstp-clocks",
Geert Uytterhoeven99e544c2014-08-28 10:21:55 +0200505 "renesas,cpg-mstp-clocks";
Geert Uytterhoeven5cc8afc2014-05-23 09:46:19 +0200506 reg = <0xffc80034 4>, <0xffc80044 4>;
Simon Horman1e851532014-05-15 20:31:57 +0900507 clocks = <&cpg_clocks R8A7779_CLK_P>,
508 <&cpg_clocks R8A7779_CLK_P>,
509 <&cpg_clocks R8A7779_CLK_S>,
510 <&cpg_clocks R8A7779_CLK_S>,
511 <&cpg_clocks R8A7779_CLK_S>,
512 <&cpg_clocks R8A7779_CLK_S>,
513 <&cpg_clocks R8A7779_CLK_P>,
514 <&cpg_clocks R8A7779_CLK_P>,
515 <&cpg_clocks R8A7779_CLK_P>,
516 <&cpg_clocks R8A7779_CLK_S>;
517 #clock-cells = <1>;
Geert Uytterhoeven64530fc2014-11-10 19:49:36 +0100518 clock-indices = <
Simon Horman1e851532014-05-15 20:31:57 +0900519 R8A7779_CLK_USB01 R8A7779_CLK_USB2
520 R8A7779_CLK_DU R8A7779_CLK_VIN2
521 R8A7779_CLK_VIN1 R8A7779_CLK_VIN0
522 R8A7779_CLK_ETHER R8A7779_CLK_SATA
523 R8A7779_CLK_PCIE R8A7779_CLK_VIN3
524 >;
525 clock-output-names =
526 "usb01", "usb2",
527 "du", "vin2",
528 "vin1", "vin0",
529 "ether", "sata",
530 "pcie", "vin3";
531 };
Geert Uytterhoeven2909b872014-05-23 09:46:20 +0200532 mstp3_clks: clocks@ffc8003c {
Simon Horman1e851532014-05-15 20:31:57 +0900533 compatible = "renesas,r8a7779-mstp-clocks",
Geert Uytterhoeven99e544c2014-08-28 10:21:55 +0200534 "renesas,cpg-mstp-clocks";
Geert Uytterhoeven5cc8afc2014-05-23 09:46:19 +0200535 reg = <0xffc8003c 4>;
Simon Horman1e851532014-05-15 20:31:57 +0900536 clocks = <&s4_clk>, <&s4_clk>, <&s4_clk>, <&s4_clk>,
537 <&s4_clk>, <&s4_clk>;
538 #clock-cells = <1>;
Geert Uytterhoeven64530fc2014-11-10 19:49:36 +0100539 clock-indices = <
Simon Horman1e851532014-05-15 20:31:57 +0900540 R8A7779_CLK_SDHI3 R8A7779_CLK_SDHI2
541 R8A7779_CLK_SDHI1 R8A7779_CLK_SDHI0
542 R8A7779_CLK_MMC1 R8A7779_CLK_MMC0
543 >;
544 clock-output-names =
545 "sdhi3", "sdhi2", "sdhi1", "sdhi0",
546 "mmc1", "mmc0";
547 };
548 };
Simon Hormanc58a1542013-01-29 14:21:46 +0900549};