blob: 0890d475c2c7681711c59ca200a429e0a74a0218 [file] [log] [blame]
Magnus Damm3cc828f2013-03-29 17:49:37 +09001/*
2 * Device Tree Source for the Lager board
3 *
Sergei Shtylyovda4ea952014-02-20 02:22:31 +03004 * Copyright (C) 2013-2014 Renesas Solutions Corp.
5 * Copyright (C) 2014 Cogent Embedded, Inc.
Magnus Damm3cc828f2013-03-29 17:49:37 +09006 *
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/dts-v1/;
Laurent Pinchart31c46cb2013-11-09 13:23:53 +010013#include "r8a7790.dtsi"
Laurent Pinchart39fa5112013-12-11 15:13:47 +010014#include <dt-bindings/gpio/gpio.h>
Magnus Dammf7dcd382014-03-18 21:57:48 +090015#include <dt-bindings/input/input.h>
Magnus Damm3cc828f2013-03-29 17:49:37 +090016
17/ {
18 model = "Lager";
19 compatible = "renesas,lager", "renesas,r8a7790";
20
Laurent Pinchart4e9c4872014-04-30 02:31:45 +020021 aliases {
22 serial6 = &scif0;
23 serial7 = &scif1;
24 };
25
Magnus Damm3cc828f2013-03-29 17:49:37 +090026 chosen {
Simon Hormandcbbbaf2013-08-06 16:50:11 +090027 bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
Magnus Damm3cc828f2013-03-29 17:49:37 +090028 };
29
30 memory@40000000 {
31 device_type = "memory";
Magnus Damm7b16c612014-06-06 15:40:26 +090032 reg = <0 0x40000000 0 0x40000000>;
Magnus Damm3cc828f2013-03-29 17:49:37 +090033 };
34
Magnus Damm62bc32a2013-10-31 12:21:41 +090035 memory@180000000 {
36 device_type = "memory";
Magnus Damm7b16c612014-06-06 15:40:26 +090037 reg = <1 0x40000000 0 0xc0000000>;
Magnus Damm62bc32a2013-10-31 12:21:41 +090038 };
39
Magnus Damm3cc828f2013-03-29 17:49:37 +090040 lbsc {
41 #address-cells = <1>;
42 #size-cells = <1>;
43 };
Laurent Pinchart39fa5112013-12-11 15:13:47 +010044
Magnus Dammf7dcd382014-03-18 21:57:48 +090045 gpio_keys {
46 compatible = "gpio-keys";
47
48 button@1 {
49 linux,code = <KEY_1>;
50 label = "SW2-1";
51 gpio-key,wakeup;
52 debounce-interval = <20>;
53 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
54 };
55 button@2 {
56 linux,code = <KEY_2>;
57 label = "SW2-2";
58 gpio-key,wakeup;
59 debounce-interval = <20>;
60 gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
61 };
62 button@3 {
63 linux,code = <KEY_3>;
64 label = "SW2-3";
65 gpio-key,wakeup;
66 debounce-interval = <20>;
67 gpios = <&gpio1 26 GPIO_ACTIVE_LOW>;
68 };
69 button@4 {
70 linux,code = <KEY_4>;
71 label = "SW2-4";
72 gpio-key,wakeup;
73 debounce-interval = <20>;
74 gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;
75 };
76 };
77
Laurent Pinchart39fa5112013-12-11 15:13:47 +010078 leds {
79 compatible = "gpio-leds";
80 led6 {
81 gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>;
82 };
83 led7 {
84 gpios = <&gpio4 23 GPIO_ACTIVE_HIGH>;
85 };
86 led8 {
87 gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>;
88 };
89 };
90
91 fixedregulator3v3: fixedregulator@0 {
92 compatible = "regulator-fixed";
93 regulator-name = "fixed-3.3V";
94 regulator-min-microvolt = <3300000>;
95 regulator-max-microvolt = <3300000>;
96 regulator-boot-on;
97 regulator-always-on;
98 };
Kuninori Morimotoc6119942014-02-12 21:43:19 -080099
100 vcc_sdhi0: regulator@1 {
101 compatible = "regulator-fixed";
102
103 regulator-name = "SDHI0 Vcc";
104 regulator-min-microvolt = <3300000>;
105 regulator-max-microvolt = <3300000>;
106
107 gpio = <&gpio5 24 GPIO_ACTIVE_HIGH>;
108 enable-active-high;
109 };
110
111 vccq_sdhi0: regulator@2 {
112 compatible = "regulator-gpio";
113
114 regulator-name = "SDHI0 VccQ";
115 regulator-min-microvolt = <1800000>;
116 regulator-max-microvolt = <3300000>;
117
118 gpios = <&gpio5 29 GPIO_ACTIVE_HIGH>;
119 gpios-states = <1>;
120 states = <3300000 1
121 1800000 0>;
122 };
123
124 vcc_sdhi2: regulator@3 {
125 compatible = "regulator-fixed";
126
127 regulator-name = "SDHI2 Vcc";
128 regulator-min-microvolt = <3300000>;
129 regulator-max-microvolt = <3300000>;
130
131 gpio = <&gpio5 25 GPIO_ACTIVE_HIGH>;
132 enable-active-high;
133 };
134
135 vccq_sdhi2: regulator@4 {
136 compatible = "regulator-gpio";
137
138 regulator-name = "SDHI2 VccQ";
139 regulator-min-microvolt = <1800000>;
140 regulator-max-microvolt = <3300000>;
141
142 gpios = <&gpio5 30 GPIO_ACTIVE_HIGH>;
143 gpios-states = <1>;
144 states = <3300000 1
145 1800000 0>;
146 };
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100147};
148
Laurent Pinchart62e43052013-12-11 15:13:49 +0100149&extal_clk {
150 clock-frequency = <20000000>;
151};
152
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100153&pfc {
Laurent Pinchart4e9c4872014-04-30 02:31:45 +0200154 pinctrl-0 = <&du_pins>;
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100155 pinctrl-names = "default";
156
Laurent Pinchart3024f502014-02-16 22:31:59 +0100157 du_pins: du {
158 renesas,groups = "du_rgb666", "du_sync_1", "du_clk_out_0";
159 renesas,function = "du";
160 };
161
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100162 scif0_pins: serial0 {
163 renesas,groups = "scif0_data";
164 renesas,function = "scif0";
165 };
166
Sergei Shtylyovda4ea952014-02-20 02:22:31 +0300167 ether_pins: ether {
168 renesas,groups = "eth_link", "eth_mdio", "eth_rmii";
169 renesas,function = "eth";
170 };
171
172 phy1_pins: phy1 {
173 renesas,groups = "intc_irq0";
174 renesas,function = "intc";
175 };
176
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100177 scif1_pins: serial1 {
178 renesas,groups = "scif1_data";
179 renesas,function = "scif1";
180 };
181
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800182 sdhi0_pins: sd0 {
Rob Taylorb08eed02014-04-07 20:16:52 +0100183 renesas,groups = "sdhi0_data4", "sdhi0_ctrl";
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800184 renesas,function = "sdhi0";
185 };
186
187 sdhi2_pins: sd2 {
Rob Taylorb08eed02014-04-07 20:16:52 +0100188 renesas,groups = "sdhi2_data4", "sdhi2_ctrl";
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800189 renesas,function = "sdhi2";
190 };
191
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100192 mmc1_pins: mmc1 {
193 renesas,groups = "mmc1_data8", "mmc1_ctrl";
194 renesas,function = "mmc1";
195 };
Geert Uytterhoeven9fe7c4f2014-02-10 11:47:30 +0100196
Geert Uytterhoevenfad6d452014-02-25 11:30:13 +0100197 qspi_pins: spi0 {
Geert Uytterhoeven9fe7c4f2014-02-10 11:47:30 +0100198 renesas,groups = "qspi_ctrl", "qspi_data4";
199 renesas,function = "qspi";
200 };
Geert Uytterhoevenb0403b92014-02-25 11:30:17 +0100201
202 msiof1_pins: spi2 {
203 renesas,groups = "msiof1_clk", "msiof1_sync", "msiof1_rx",
204 "msiof1_tx";
205 renesas,function = "msiof1";
206 };
Benoit Cousson05f72e02014-06-03 21:02:12 +0900207
Simon Hormand90bf602014-06-06 16:11:00 +0900208 i2c1_pins: i2c1 {
209 renesas,groups = "i2c1";
210 renesas,function = "i2c1";
211 };
212
213 i2c2_pins: i2c2 {
214 renesas,groups = "i2c2";
215 renesas,function = "i2c2";
216 };
217
Benoit Cousson05f72e02014-06-03 21:02:12 +0900218 i2c3_pins: i2c3 {
219 renesas,groups = "i2c3";
220 renesas,function = "i2c3";
221 };
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100222};
223
Sergei Shtylyovda4ea952014-02-20 02:22:31 +0300224&ether {
225 pinctrl-0 = <&ether_pins &phy1_pins>;
226 pinctrl-names = "default";
227
228 phy-handle = <&phy1>;
229 renesas,ether-link-active-low;
230 status = "ok";
231
232 phy1: ethernet-phy@1 {
233 reg = <1>;
234 interrupt-parent = <&irqc0>;
235 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
Simon Horman1c47a6a2014-04-08 09:21:35 +0900236 micrel,led-mode = <1>;
Sergei Shtylyovda4ea952014-02-20 02:22:31 +0300237 };
238};
239
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100240&mmcif1 {
241 pinctrl-0 = <&mmc1_pins>;
242 pinctrl-names = "default";
243
244 vmmc-supply = <&fixedregulator3v3>;
245 bus-width = <8>;
246 non-removable;
247 status = "okay";
Magnus Damm3cc828f2013-03-29 17:49:37 +0900248};
Valentine Barshakc6181b92014-01-14 21:05:31 +0400249
250&sata1 {
251 status = "okay";
252};
Geert Uytterhoeven9fe7c4f2014-02-10 11:47:30 +0100253
Geert Uytterhoevenfad6d452014-02-25 11:30:13 +0100254&qspi {
Geert Uytterhoeven9fe7c4f2014-02-10 11:47:30 +0100255 pinctrl-0 = <&qspi_pins>;
256 pinctrl-names = "default";
257
258 status = "okay";
259
260 flash: flash@0 {
261 #address-cells = <1>;
262 #size-cells = <1>;
263 compatible = "spansion,s25fl512s";
264 reg = <0>;
265 spi-max-frequency = <30000000>;
Geert Uytterhoeven9909d2c2014-04-14 19:36:00 +0200266 spi-tx-bus-width = <4>;
267 spi-rx-bus-width = <4>;
Geert Uytterhoeven9fe7c4f2014-02-10 11:47:30 +0100268 m25p,fast-read;
269
270 partition@0 {
271 label = "loader";
272 reg = <0x00000000 0x00040000>;
273 read-only;
274 };
275 partition@40000 {
276 label = "user";
277 reg = <0x00040000 0x00400000>;
278 read-only;
279 };
280 partition@440000 {
281 label = "flash";
282 reg = <0x00440000 0x03bc0000>;
283 };
284 };
285};
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800286
Laurent Pinchart4e9c4872014-04-30 02:31:45 +0200287&scif0 {
288 pinctrl-0 = <&scif0_pins>;
289 pinctrl-names = "default";
290
291 status = "okay";
292};
293
294&scif1 {
295 pinctrl-0 = <&scif1_pins>;
296 pinctrl-names = "default";
297
298 status = "okay";
299};
300
Geert Uytterhoevenb0403b92014-02-25 11:30:17 +0100301&msiof1 {
302 pinctrl-0 = <&msiof1_pins>;
303 pinctrl-names = "default";
304
305 status = "okay";
306
307 pmic: pmic@0 {
308 compatible = "renesas,r2a11302ft";
309 reg = <0>;
310 spi-max-frequency = <6000000>;
311 spi-cpol;
312 spi-cpha;
313 };
Geert Uytterhoevenb0403b92014-02-25 11:30:17 +0100314};
315
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800316&sdhi0 {
317 pinctrl-0 = <&sdhi0_pins>;
318 pinctrl-names = "default";
319
320 vmmc-supply = <&vcc_sdhi0>;
321 vqmmc-supply = <&vccq_sdhi0>;
322 cd-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
323 status = "okay";
324};
325
326&sdhi2 {
327 pinctrl-0 = <&sdhi2_pins>;
328 pinctrl-names = "default";
329
330 vmmc-supply = <&vcc_sdhi2>;
331 vqmmc-supply = <&vccq_sdhi2>;
332 cd-gpios = <&gpio3 22 GPIO_ACTIVE_LOW>;
333 status = "okay";
334};
Benoit Cousson05f72e02014-06-03 21:02:12 +0900335
Benoit Coussonb989e132014-06-03 21:02:24 +0900336&cpu0 {
337 cpu0-supply = <&vdd_dvfs>;
338};
Ben Dookse489c2a2014-02-12 17:04:33 +0000339
340&i2c0 {
341 status = "ok";
342};
343
344&i2c1 {
345 status = "ok";
Ben Dookse1a2c4e2014-02-12 17:04:34 +0000346 pinctrl-0 = <&i2c1_pins>;
347 pinctrl-names = "default";
Ben Dookse489c2a2014-02-12 17:04:33 +0000348};
349
350&i2c2 {
351 status = "ok";
Ben Dookse1a2c4e2014-02-12 17:04:34 +0000352 pinctrl-0 = <&i2c2_pins>;
353 pinctrl-names = "default";
Ben Dookse489c2a2014-02-12 17:04:33 +0000354};
355
Simon Hormanaca4ec42014-06-09 11:09:44 +0900356&i2c3 {
357 pinctrl-names = "default";
358 pinctrl-0 = <&i2c3_pins>;
359 status = "okay";
360
361 vdd_dvfs: regulator@68 {
362 compatible = "diasemi,da9210";
363 reg = <0x68>;
364
365 regulator-min-microvolt = <1000000>;
366 regulator-max-microvolt = <1000000>;
367 regulator-boot-on;
368 regulator-always-on;
369 };
Ben Dookse489c2a2014-02-12 17:04:33 +0000370};