blob: 315ec62cb96b9ab5a9aed287ae2edd76a8c40608 [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
17/include/ "skeleton.dtsi"
18
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>;
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070024
25 cpus {
Magnus Damm869f92a2014-08-20 22:02:27 +090026 #address-cells = <1>;
27 #size-cells = <0>;
28
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070029 cpu@0 {
Magnus Damm869f92a2014-08-20 22:02:27 +090030 device_type = "cpu";
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070031 compatible = "arm,cortex-a9";
Magnus Damm869f92a2014-08-20 22:02:27 +090032 reg = <0>;
33 clock-frequency = <800000000>;
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070034 };
35 };
36
Kuninori Morimotoa50da082013-10-31 18:22:21 -070037 aliases {
38 spi0 = &hspi0;
39 spi1 = &hspi1;
40 spi2 = &hspi2;
41 };
42
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -070043 gic: interrupt-controller@fe438000 {
44 compatible = "arm,cortex-a9-gic";
45 #interrupt-cells = <3>;
46 interrupt-controller;
47 reg = <0xfe438000 0x1000>,
48 <0xfe430000 0x100>;
49 };
Laurent Pinchart0697ccc2013-05-09 15:05:57 +020050
Kuninori Morimoto87f1ba82013-10-02 01:32:12 -070051 /* irqpin: IRQ0 - IRQ3 */
52 irqpin: irqpin@fe78001c {
Magnus Dammd79af222013-11-28 08:15:11 +090053 compatible = "renesas,intc-irqpin-r8a7778", "renesas,intc-irqpin";
Kuninori Morimoto87f1ba82013-10-02 01:32:12 -070054 #interrupt-cells = <2>;
55 interrupt-controller;
56 status = "disabled"; /* default off */
57 reg = <0xfe78001c 4>,
58 <0xfe780010 4>,
59 <0xfe780024 4>,
60 <0xfe780044 4>,
61 <0xfe780064 4>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +010062 interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH
63 0 28 IRQ_TYPE_LEVEL_HIGH
64 0 29 IRQ_TYPE_LEVEL_HIGH
65 0 30 IRQ_TYPE_LEVEL_HIGH>;
Kuninori Morimoto87f1ba82013-10-02 01:32:12 -070066 sense-bitfield-width = <2>;
67 };
68
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +020069 gpio0: gpio@ffc40000 {
70 compatible = "renesas,gpio-r8a7778", "renesas,gpio-rcar";
71 reg = <0xffc40000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +010072 interrupts = <0 103 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +020073 #gpio-cells = <2>;
74 gpio-controller;
75 gpio-ranges = <&pfc 0 0 32>;
76 #interrupt-cells = <2>;
77 interrupt-controller;
78 };
79
80 gpio1: gpio@ffc41000 {
81 compatible = "renesas,gpio-r8a7778", "renesas,gpio-rcar";
82 reg = <0xffc41000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +010083 interrupts = <0 103 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +020084 #gpio-cells = <2>;
85 gpio-controller;
86 gpio-ranges = <&pfc 0 32 32>;
87 #interrupt-cells = <2>;
88 interrupt-controller;
89 };
90
91 gpio2: gpio@ffc42000 {
92 compatible = "renesas,gpio-r8a7778", "renesas,gpio-rcar";
93 reg = <0xffc42000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +010094 interrupts = <0 103 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +020095 #gpio-cells = <2>;
96 gpio-controller;
97 gpio-ranges = <&pfc 0 64 32>;
98 #interrupt-cells = <2>;
99 interrupt-controller;
100 };
101
102 gpio3: gpio@ffc43000 {
103 compatible = "renesas,gpio-r8a7778", "renesas,gpio-rcar";
104 reg = <0xffc43000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100105 interrupts = <0 103 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +0200106 #gpio-cells = <2>;
107 gpio-controller;
108 gpio-ranges = <&pfc 0 96 32>;
109 #interrupt-cells = <2>;
110 interrupt-controller;
111 };
112
113 gpio4: gpio@ffc44000 {
114 compatible = "renesas,gpio-r8a7778", "renesas,gpio-rcar";
115 reg = <0xffc44000 0x2c>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100116 interrupts = <0 103 IRQ_TYPE_LEVEL_HIGH>;
Laurent Pinchartaaf7eda2013-05-10 15:51:14 +0200117 #gpio-cells = <2>;
118 gpio-controller;
119 gpio-ranges = <&pfc 0 128 27>;
120 #interrupt-cells = <2>;
121 interrupt-controller;
122 };
123
Laurent Pinchart0697ccc2013-05-09 15:05:57 +0200124 pfc: pfc@fffc0000 {
125 compatible = "renesas,pfc-r8a7778";
Laurent Pinchart80d01fe2013-10-03 19:35:41 +0200126 reg = <0xfffc0000 0x118>;
Laurent Pinchart0697ccc2013-05-09 15:05:57 +0200127 };
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700128
129 i2c0: i2c@ffc70000 {
130 #address-cells = <1>;
131 #size-cells = <0>;
132 compatible = "renesas,i2c-r8a7778";
133 reg = <0xffc70000 0x1000>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100134 interrupts = <0 67 IRQ_TYPE_LEVEL_HIGH>;
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700135 status = "disabled";
136 };
137
138 i2c1: i2c@ffc71000 {
139 #address-cells = <1>;
140 #size-cells = <0>;
141 compatible = "renesas,i2c-r8a7778";
142 reg = <0xffc71000 0x1000>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100143 interrupts = <0 78 IRQ_TYPE_LEVEL_HIGH>;
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700144 status = "disabled";
145 };
146
147 i2c2: i2c@ffc72000 {
148 #address-cells = <1>;
149 #size-cells = <0>;
150 compatible = "renesas,i2c-r8a7778";
151 reg = <0xffc72000 0x1000>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100152 interrupts = <0 76 IRQ_TYPE_LEVEL_HIGH>;
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700153 status = "disabled";
154 };
155
156 i2c3: i2c@ffc73000 {
157 #address-cells = <1>;
158 #size-cells = <0>;
159 compatible = "renesas,i2c-r8a7778";
160 reg = <0xffc73000 0x1000>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100161 interrupts = <0 77 IRQ_TYPE_LEVEL_HIGH>;
Kuninori Morimoto3acb51b2013-10-03 23:44:15 -0700162 status = "disabled";
163 };
Kuninori Morimotof7b901752013-10-03 18:32:22 -0700164
Simon Horman9930dc82014-07-07 09:54:27 +0200165 scif0: serial@ffe40000 {
166 compatible = "renesas,scif-r8a7778", "renesas,scif";
167 reg = <0xffe40000 0x100>;
168 interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH>;
169 status = "disabled";
170 };
171
172 scif1: serial@ffe41000 {
173 compatible = "renesas,scif-r8a7778", "renesas,scif";
174 reg = <0xffe41000 0x100>;
175 interrupts = <0 71 IRQ_TYPE_LEVEL_HIGH>;
176 status = "disabled";
177 };
178
179 scif2: serial@ffe42000 {
180 compatible = "renesas,scif-r8a7778", "renesas,scif";
181 reg = <0xffe42000 0x100>;
182 interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>;
183 status = "disabled";
184 };
185
186 scif3: serial@ffe43000 {
187 compatible = "renesas,scif-r8a7778", "renesas,scif";
188 reg = <0xffe43000 0x100>;
189 interrupts = <0 73 IRQ_TYPE_LEVEL_HIGH>;
190 status = "disabled";
191 };
192
193 scif4: serial@ffe44000 {
194 compatible = "renesas,scif-r8a7778", "renesas,scif";
195 reg = <0xffe44000 0x100>;
196 interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>;
197 status = "disabled";
198 };
199
200 scif5: serial@ffe45000 {
201 compatible = "renesas,scif-r8a7778", "renesas,scif";
202 reg = <0xffe45000 0x100>;
203 interrupts = <0 75 IRQ_TYPE_LEVEL_HIGH>;
204 status = "disabled";
205 };
206
Kuninori Morimoto14e1d912013-10-21 19:35:42 -0700207 mmcif: mmc@ffe4e000 {
Kuninori Morimotof7b901752013-10-03 18:32:22 -0700208 compatible = "renesas,sh-mmcif";
209 reg = <0xffe4e000 0x100>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100210 interrupts = <0 61 IRQ_TYPE_LEVEL_HIGH>;
Kuninori Morimotof7b901752013-10-03 18:32:22 -0700211 status = "disabled";
212 };
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700213
Kuninori Morimoto14e1d912013-10-21 19:35:42 -0700214 sdhi0: sd@ffe4c000 {
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700215 compatible = "renesas,sdhi-r8a7778";
216 reg = <0xffe4c000 0x100>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100217 interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>;
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700218 cap-sd-highspeed;
219 cap-sdio-irq;
220 status = "disabled";
221 };
222
Kuninori Morimoto14e1d912013-10-21 19:35:42 -0700223 sdhi1: sd@ffe4d000 {
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700224 compatible = "renesas,sdhi-r8a7778";
225 reg = <0xffe4d000 0x100>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100226 interrupts = <0 88 IRQ_TYPE_LEVEL_HIGH>;
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700227 cap-sd-highspeed;
228 cap-sdio-irq;
229 status = "disabled";
230 };
231
Kuninori Morimoto14e1d912013-10-21 19:35:42 -0700232 sdhi2: sd@ffe4f000 {
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700233 compatible = "renesas,sdhi-r8a7778";
234 reg = <0xffe4f000 0x100>;
Laurent Pinchart5f75e732013-11-19 03:18:25 +0100235 interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
Kuninori Morimoto04cbd882013-10-10 23:35:46 -0700236 cap-sd-highspeed;
237 cap-sdio-irq;
238 status = "disabled";
239 };
Kuninori Morimotoae4273e2013-10-03 23:44:15 -0700240
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700241 hspi0: spi@fffc7000 {
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100242 compatible = "renesas,hspi-r8a7778", "renesas,hspi";
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700243 reg = <0xfffc7000 0x18>;
Laurent Pinchartd6dd1312013-11-28 17:22:13 +0100244 interrupts = <0 63 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100245 #address-cells = <1>;
246 #size-cells = <0>;
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700247 status = "disabled";
248 };
249
250 hspi1: spi@fffc8000 {
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100251 compatible = "renesas,hspi-r8a7778", "renesas,hspi";
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700252 reg = <0xfffc8000 0x18>;
Laurent Pinchartd6dd1312013-11-28 17:22:13 +0100253 interrupts = <0 84 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100254 #address-cells = <1>;
255 #size-cells = <0>;
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700256 status = "disabled";
257 };
258
259 hspi2: spi@fffc6000 {
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100260 compatible = "renesas,hspi-r8a7778", "renesas,hspi";
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700261 reg = <0xfffc6000 0x18>;
Laurent Pinchartd6dd1312013-11-28 17:22:13 +0100262 interrupts = <0 85 IRQ_TYPE_LEVEL_HIGH>;
Geert Uytterhoevena34c50d2014-03-14 11:06:40 +0100263 #address-cells = <1>;
264 #size-cells = <0>;
Kuninori Morimotoa50da082013-10-31 18:22:21 -0700265 status = "disabled";
266 };
Kuninori Morimotoccb7cc72013-03-21 03:01:36 -0700267};