blob: 631b3f5fb7d87a1e6b13191f8ef969a3eb0b027f [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
Kuninori Morimoto8ea7a44a2014-11-03 17:47:56 -080012/*
13 * SSI-AK4643
14 *
15 * SW1: 1: AK4643
16 * 2: CN22
17 * 3: ADV7511
18 *
19 * This command is required when Playback/Capture
20 *
21 * amixer set "LINEOUT Mixer DACL" on
Kuninori Morimotoe110c542014-11-03 17:48:38 -080022 * amixer set "DVC Out" 100%
23 * amixer set "DVC In" 100%
24 *
25 * You can use Mute
26 *
27 * amixer set "DVC Out Mute" on
28 * amixer set "DVC In Mute" on
Kuninori Morimotobd2e4a62014-11-11 04:36:47 +000029 *
30 * You can use Volume Ramp
31 *
32 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps"
33 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
34 * amixer set "DVC Out Ramp" on
35 * aplay xxx.wav &
36 * amixer set "DVC Out" 80% // Volume Down
37 * amixer set "DVC Out" 100% // Volume Up
Kuninori Morimoto8ea7a44a2014-11-03 17:47:56 -080038 */
39
Magnus Damm3cc828f2013-03-29 17:49:37 +090040/dts-v1/;
Laurent Pinchart31c46cb2013-11-09 13:23:53 +010041#include "r8a7790.dtsi"
Laurent Pinchart39fa5112013-12-11 15:13:47 +010042#include <dt-bindings/gpio/gpio.h>
Magnus Dammf7dcd382014-03-18 21:57:48 +090043#include <dt-bindings/input/input.h>
Magnus Damm3cc828f2013-03-29 17:49:37 +090044
45/ {
46 model = "Lager";
47 compatible = "renesas,lager", "renesas,r8a7790";
48
Laurent Pinchart4e9c4872014-04-30 02:31:45 +020049 aliases {
Laurent Pinchart78c11ec2013-10-18 16:00:00 +020050 serial0 = &scifa0;
51 serial1 = &scifa1;
Laurent Pinchart4e9c4872014-04-30 02:31:45 +020052 };
53
Magnus Damm3cc828f2013-03-29 17:49:37 +090054 chosen {
Geert Uytterhoeven569dd562014-12-02 18:39:48 +010055 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
Geert Uytterhoevencf855812014-10-03 17:11:40 +020056 stdout-path = &scifa0;
Magnus Damm3cc828f2013-03-29 17:49:37 +090057 };
58
59 memory@40000000 {
60 device_type = "memory";
Magnus Damm7b16c612014-06-06 15:40:26 +090061 reg = <0 0x40000000 0 0x40000000>;
Magnus Damm3cc828f2013-03-29 17:49:37 +090062 };
63
Simon Horman126f9982014-09-03 09:49:01 +090064 memory@140000000 {
Magnus Damm62bc32a2013-10-31 12:21:41 +090065 device_type = "memory";
Magnus Damm7b16c612014-06-06 15:40:26 +090066 reg = <1 0x40000000 0 0xc0000000>;
Magnus Damm62bc32a2013-10-31 12:21:41 +090067 };
68
Magnus Damm3cc828f2013-03-29 17:49:37 +090069 lbsc {
70 #address-cells = <1>;
71 #size-cells = <1>;
72 };
Laurent Pinchart39fa5112013-12-11 15:13:47 +010073
Simon Horman54caf682014-11-12 17:59:35 +090074 keyboard {
Magnus Dammf7dcd382014-03-18 21:57:48 +090075 compatible = "gpio-keys";
76
77 button@1 {
78 linux,code = <KEY_1>;
79 label = "SW2-1";
80 gpio-key,wakeup;
81 debounce-interval = <20>;
82 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
83 };
84 button@2 {
85 linux,code = <KEY_2>;
86 label = "SW2-2";
87 gpio-key,wakeup;
88 debounce-interval = <20>;
89 gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
90 };
91 button@3 {
92 linux,code = <KEY_3>;
93 label = "SW2-3";
94 gpio-key,wakeup;
95 debounce-interval = <20>;
96 gpios = <&gpio1 26 GPIO_ACTIVE_LOW>;
97 };
98 button@4 {
99 linux,code = <KEY_4>;
100 label = "SW2-4";
101 gpio-key,wakeup;
102 debounce-interval = <20>;
103 gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;
104 };
105 };
106
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100107 leds {
108 compatible = "gpio-leds";
109 led6 {
110 gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>;
111 };
112 led7 {
113 gpios = <&gpio4 23 GPIO_ACTIVE_HIGH>;
114 };
115 led8 {
116 gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>;
117 };
118 };
119
120 fixedregulator3v3: fixedregulator@0 {
121 compatible = "regulator-fixed";
122 regulator-name = "fixed-3.3V";
123 regulator-min-microvolt = <3300000>;
124 regulator-max-microvolt = <3300000>;
125 regulator-boot-on;
126 regulator-always-on;
127 };
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800128
129 vcc_sdhi0: regulator@1 {
130 compatible = "regulator-fixed";
131
132 regulator-name = "SDHI0 Vcc";
133 regulator-min-microvolt = <3300000>;
134 regulator-max-microvolt = <3300000>;
135
136 gpio = <&gpio5 24 GPIO_ACTIVE_HIGH>;
137 enable-active-high;
138 };
139
140 vccq_sdhi0: regulator@2 {
141 compatible = "regulator-gpio";
142
143 regulator-name = "SDHI0 VccQ";
144 regulator-min-microvolt = <1800000>;
145 regulator-max-microvolt = <3300000>;
146
147 gpios = <&gpio5 29 GPIO_ACTIVE_HIGH>;
148 gpios-states = <1>;
149 states = <3300000 1
150 1800000 0>;
151 };
152
153 vcc_sdhi2: regulator@3 {
154 compatible = "regulator-fixed";
155
156 regulator-name = "SDHI2 Vcc";
157 regulator-min-microvolt = <3300000>;
158 regulator-max-microvolt = <3300000>;
159
160 gpio = <&gpio5 25 GPIO_ACTIVE_HIGH>;
161 enable-active-high;
162 };
163
164 vccq_sdhi2: regulator@4 {
165 compatible = "regulator-gpio";
166
167 regulator-name = "SDHI2 VccQ";
168 regulator-min-microvolt = <1800000>;
169 regulator-max-microvolt = <3300000>;
170
171 gpios = <&gpio5 30 GPIO_ACTIVE_HIGH>;
172 gpios-states = <1>;
173 states = <3300000 1
174 1800000 0>;
175 };
Laurent Pinchart3edd18f2014-01-21 16:02:54 +0100176
Kuninori Morimoto8ea7a44a2014-11-03 17:47:56 -0800177 sound {
178 compatible = "simple-audio-card";
179
180 simple-audio-card,format = "left_j";
181 simple-audio-card,bitclock-master = <&sndcodec>;
182 simple-audio-card,frame-master = <&sndcodec>;
183
184 sndcpu: simple-audio-card,cpu {
185 sound-dai = <&rcar_sound>;
186 };
187
188 sndcodec: simple-audio-card,codec {
189 sound-dai = <&ak4643>;
190 system-clock-frequency = <11289600>;
191 };
192 };
193
Laurent Pinchart3edd18f2014-01-21 16:02:54 +0100194 vga-encoder {
195 compatible = "adi,adv7123";
196
197 ports {
198 #address-cells = <1>;
199 #size-cells = <0>;
200
201 port@0 {
202 reg = <0>;
203 adv7123_in: endpoint {
204 remote-endpoint = <&du_out_rgb>;
205 };
206 };
207 port@1 {
208 reg = <1>;
209 adv7123_out: endpoint {
210 remote-endpoint = <&vga_in>;
211 };
212 };
213 };
214 };
215
216 vga {
217 compatible = "vga-connector";
218
219 port {
220 vga_in: endpoint {
221 remote-endpoint = <&adv7123_out>;
222 };
223 };
224 };
Laurent Pinchartfd25cdd2014-12-11 01:42:11 +0200225
226 hdmi-out {
227 compatible = "hdmi-connector";
228 type = "a";
229
230 port {
231 hdmi_con: endpoint {
232 remote-endpoint = <&adv7511_out>;
233 };
234 };
235 };
Laurent Pinchart3edd18f2014-01-21 16:02:54 +0100236};
237
238&du {
239 pinctrl-0 = <&du_pins>;
240 pinctrl-names = "default";
241 status = "okay";
242
243 ports {
244 port@0 {
245 endpoint {
246 remote-endpoint = <&adv7123_in>;
247 };
248 };
Laurent Pinchartfd25cdd2014-12-11 01:42:11 +0200249 port@1 {
250 endpoint {
251 remote-endpoint = <&adv7511_in>;
252 };
253 };
Laurent Pinchart3edd18f2014-01-21 16:02:54 +0100254 port@2 {
255 lvds_connector: endpoint {
256 };
257 };
258 };
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100259};
260
Laurent Pinchart62e43052013-12-11 15:13:49 +0100261&extal_clk {
262 clock-frequency = <20000000>;
263};
264
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100265&pfc {
Laurent Pinchart3024f502014-02-16 22:31:59 +0100266 du_pins: du {
267 renesas,groups = "du_rgb666", "du_sync_1", "du_clk_out_0";
268 renesas,function = "du";
269 };
270
Wolfram Sang7c055892014-09-16 18:10:37 +0200271 scifa0_pins: serial0 {
272 renesas,groups = "scifa0_data";
273 renesas,function = "scifa0";
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100274 };
275
Sergei Shtylyovda4ea952014-02-20 02:22:31 +0300276 ether_pins: ether {
277 renesas,groups = "eth_link", "eth_mdio", "eth_rmii";
278 renesas,function = "eth";
279 };
280
281 phy1_pins: phy1 {
282 renesas,groups = "intc_irq0";
283 renesas,function = "intc";
284 };
285
Wolfram Sang7c055892014-09-16 18:10:37 +0200286 scifa1_pins: serial1 {
287 renesas,groups = "scifa1_data";
288 renesas,function = "scifa1";
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100289 };
290
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800291 sdhi0_pins: sd0 {
Rob Taylorb08eed02014-04-07 20:16:52 +0100292 renesas,groups = "sdhi0_data4", "sdhi0_ctrl";
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800293 renesas,function = "sdhi0";
294 };
295
296 sdhi2_pins: sd2 {
Rob Taylorb08eed02014-04-07 20:16:52 +0100297 renesas,groups = "sdhi2_data4", "sdhi2_ctrl";
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800298 renesas,function = "sdhi2";
299 };
300
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100301 mmc1_pins: mmc1 {
302 renesas,groups = "mmc1_data8", "mmc1_ctrl";
303 renesas,function = "mmc1";
304 };
Geert Uytterhoeven9fe7c4f2014-02-10 11:47:30 +0100305
Geert Uytterhoevenfad6d452014-02-25 11:30:13 +0100306 qspi_pins: spi0 {
Geert Uytterhoeven9fe7c4f2014-02-10 11:47:30 +0100307 renesas,groups = "qspi_ctrl", "qspi_data4";
308 renesas,function = "qspi";
309 };
Geert Uytterhoevenb0403b92014-02-25 11:30:17 +0100310
311 msiof1_pins: spi2 {
312 renesas,groups = "msiof1_clk", "msiof1_sync", "msiof1_rx",
313 "msiof1_tx";
314 renesas,function = "msiof1";
315 };
Benoit Cousson05f72e02014-06-03 21:02:12 +0900316
Wolfram Sangcb9a2b12014-07-10 12:50:56 +0200317 iic1_pins: iic1 {
318 renesas,groups = "iic1";
319 renesas,function = "iic1";
Simon Hormand90bf602014-06-06 16:11:00 +0900320 };
321
Wolfram Sangcb9a2b12014-07-10 12:50:56 +0200322 iic2_pins: iic2 {
323 renesas,groups = "iic2";
324 renesas,function = "iic2";
Simon Hormand90bf602014-06-06 16:11:00 +0900325 };
326
Khiem Nguyen5179ffd2014-07-04 09:19:51 +0900327 iic3_pins: iic3 {
328 renesas,groups = "iic3";
329 renesas,function = "iic3";
Benoit Cousson05f72e02014-06-03 21:02:12 +0900330 };
Ben Dooksd8584662014-06-24 22:02:21 +0400331
Yoshihiro Shimodae03074a2014-10-24 19:44:34 +0900332 hsusb_pins: hsusb {
333 renesas,groups = "usb0_ovc_vbus";
334 renesas,function = "usb0";
335 };
336
Ben Dooksd8584662014-06-24 22:02:21 +0400337 usb0_pins: usb0 {
338 renesas,groups = "usb0";
339 renesas,function = "usb0";
340 };
341
342 usb1_pins: usb1 {
343 renesas,groups = "usb1";
344 renesas,function = "usb1";
345 };
346
347 usb2_pins: usb2 {
348 renesas,groups = "usb2";
349 renesas,function = "usb2";
350 };
Ben Dooksd594c972014-08-13 00:18:26 +0400351
352 vin1_pins: vin {
353 renesas,groups = "vin1_data8", "vin1_clk";
354 renesas,function = "vin1";
355 };
Kuninori Morimoto8ea7a44a2014-11-03 17:47:56 -0800356
357 sound_pins: sound {
358 renesas,groups = "ssi0129_ctrl", "ssi0_data", "ssi1_data";
359 renesas,function = "ssi";
360 };
361
362 sound_clk_pins: sound_clk {
363 renesas,groups = "audio_clk_a";
364 renesas,function = "audio_clk";
365 };
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100366};
367
Sergei Shtylyovda4ea952014-02-20 02:22:31 +0300368&ether {
369 pinctrl-0 = <&ether_pins &phy1_pins>;
370 pinctrl-names = "default";
371
372 phy-handle = <&phy1>;
373 renesas,ether-link-active-low;
Geert Uytterhoevenfd7a8cb2014-12-09 12:25:01 +0100374 status = "okay";
Sergei Shtylyovda4ea952014-02-20 02:22:31 +0300375
376 phy1: ethernet-phy@1 {
377 reg = <1>;
378 interrupt-parent = <&irqc0>;
379 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
Simon Horman1c47a6a2014-04-08 09:21:35 +0900380 micrel,led-mode = <1>;
Sergei Shtylyovda4ea952014-02-20 02:22:31 +0300381 };
382};
383
Laurent Pinchart247fd5e2014-07-09 15:12:41 +0200384&cmt0 {
Geert Uytterhoevenfd7a8cb2014-12-09 12:25:01 +0100385 status = "okay";
Laurent Pinchart247fd5e2014-07-09 15:12:41 +0200386};
387
Laurent Pinchart39fa5112013-12-11 15:13:47 +0100388&mmcif1 {
389 pinctrl-0 = <&mmc1_pins>;
390 pinctrl-names = "default";
391
392 vmmc-supply = <&fixedregulator3v3>;
393 bus-width = <8>;
394 non-removable;
395 status = "okay";
Magnus Damm3cc828f2013-03-29 17:49:37 +0900396};
Valentine Barshakc6181b92014-01-14 21:05:31 +0400397
398&sata1 {
399 status = "okay";
400};
Geert Uytterhoeven9fe7c4f2014-02-10 11:47:30 +0100401
Geert Uytterhoevenfad6d452014-02-25 11:30:13 +0100402&qspi {
Geert Uytterhoeven9fe7c4f2014-02-10 11:47:30 +0100403 pinctrl-0 = <&qspi_pins>;
404 pinctrl-names = "default";
405
406 status = "okay";
407
408 flash: flash@0 {
409 #address-cells = <1>;
410 #size-cells = <1>;
411 compatible = "spansion,s25fl512s";
412 reg = <0>;
413 spi-max-frequency = <30000000>;
Geert Uytterhoeven9909d2c2014-04-14 19:36:00 +0200414 spi-tx-bus-width = <4>;
415 spi-rx-bus-width = <4>;
Hisashi Nakamuracbf41162014-12-10 11:30:27 +0900416 spi-cpha;
417 spi-cpol;
Geert Uytterhoeven9fe7c4f2014-02-10 11:47:30 +0100418 m25p,fast-read;
419
420 partition@0 {
421 label = "loader";
422 reg = <0x00000000 0x00040000>;
423 read-only;
424 };
425 partition@40000 {
426 label = "user";
427 reg = <0x00040000 0x00400000>;
428 read-only;
429 };
430 partition@440000 {
431 label = "flash";
432 reg = <0x00440000 0x03bc0000>;
433 };
434 };
435};
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800436
Wolfram Sang7c055892014-09-16 18:10:37 +0200437&scifa0 {
438 pinctrl-0 = <&scifa0_pins>;
Laurent Pinchart4e9c4872014-04-30 02:31:45 +0200439 pinctrl-names = "default";
440
441 status = "okay";
442};
443
Wolfram Sang7c055892014-09-16 18:10:37 +0200444&scifa1 {
445 pinctrl-0 = <&scifa1_pins>;
Laurent Pinchart4e9c4872014-04-30 02:31:45 +0200446 pinctrl-names = "default";
447
448 status = "okay";
449};
450
Geert Uytterhoevenb0403b92014-02-25 11:30:17 +0100451&msiof1 {
452 pinctrl-0 = <&msiof1_pins>;
453 pinctrl-names = "default";
454
455 status = "okay";
456
457 pmic: pmic@0 {
458 compatible = "renesas,r2a11302ft";
459 reg = <0>;
460 spi-max-frequency = <6000000>;
461 spi-cpol;
462 spi-cpha;
463 };
Geert Uytterhoevenb0403b92014-02-25 11:30:17 +0100464};
465
Kuninori Morimotoc6119942014-02-12 21:43:19 -0800466&sdhi0 {
467 pinctrl-0 = <&sdhi0_pins>;
468 pinctrl-names = "default";
469
470 vmmc-supply = <&vcc_sdhi0>;
471 vqmmc-supply = <&vccq_sdhi0>;
472 cd-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
473 status = "okay";
474};
475
476&sdhi2 {
477 pinctrl-0 = <&sdhi2_pins>;
478 pinctrl-names = "default";
479
480 vmmc-supply = <&vcc_sdhi2>;
481 vqmmc-supply = <&vccq_sdhi2>;
482 cd-gpios = <&gpio3 22 GPIO_ACTIVE_LOW>;
483 status = "okay";
484};
Benoit Cousson05f72e02014-06-03 21:02:12 +0900485
Benoit Coussonb989e132014-06-03 21:02:24 +0900486&cpu0 {
487 cpu0-supply = <&vdd_dvfs>;
488};
Ben Dookse489c2a2014-02-12 17:04:33 +0000489
Wolfram Sangcb9a2b12014-07-10 12:50:56 +0200490&iic0 {
Geert Uytterhoevenfd7a8cb2014-12-09 12:25:01 +0100491 status = "okay";
Ben Dookse489c2a2014-02-12 17:04:33 +0000492};
493
Wolfram Sangcb9a2b12014-07-10 12:50:56 +0200494&iic1 {
Geert Uytterhoevenfd7a8cb2014-12-09 12:25:01 +0100495 status = "okay";
Wolfram Sangcb9a2b12014-07-10 12:50:56 +0200496 pinctrl-0 = <&iic1_pins>;
Ben Dookse1a2c4e2014-02-12 17:04:34 +0000497 pinctrl-names = "default";
Ben Dookse489c2a2014-02-12 17:04:33 +0000498};
499
Wolfram Sangcb9a2b12014-07-10 12:50:56 +0200500&iic2 {
Geert Uytterhoevenfd7a8cb2014-12-09 12:25:01 +0100501 status = "okay";
Wolfram Sangcb9a2b12014-07-10 12:50:56 +0200502 pinctrl-0 = <&iic2_pins>;
Ben Dookse1a2c4e2014-02-12 17:04:34 +0000503 pinctrl-names = "default";
Ben Dooksd594c972014-08-13 00:18:26 +0400504
Kuninori Morimoto177d8be2014-11-03 17:47:46 -0800505 clock-frequency = <100000>;
506
Kuninori Morimoto8ea7a44a2014-11-03 17:47:56 -0800507 ak4643: sound-codec@12 {
508 compatible = "asahi-kasei,ak4643";
509 #sound-dai-cells = <0>;
510 reg = <0x12>;
511 };
512
Ben Dooksd594c972014-08-13 00:18:26 +0400513 composite-in@20 {
514 compatible = "adi,adv7180";
515 reg = <0x20>;
516 remote = <&vin1>;
517
518 port {
519 adv7180: endpoint {
520 bus-width = <8>;
521 remote-endpoint = <&vin1ep0>;
522 };
523 };
524 };
Laurent Pinchartfd25cdd2014-12-11 01:42:11 +0200525
526 hdmi@39 {
527 compatible = "adi,adv7511w";
528 reg = <0x39>;
529 interrupt-parent = <&gpio1>;
530 interrupts = <15 IRQ_TYPE_EDGE_FALLING>;
531
532 adi,input-depth = <8>;
533 adi,input-colorspace = "rgb";
534 adi,input-clock = "1x";
535 adi,input-style = <1>;
536 adi,input-justification = "evenly";
537
538 ports {
539 #address-cells = <1>;
540 #size-cells = <0>;
541
542 port@0 {
543 reg = <0>;
544 adv7511_in: endpoint {
545 remote-endpoint = <&du_out_lvds0>;
546 };
547 };
548
549 port@1 {
550 reg = <1>;
551 adv7511_out: endpoint {
552 remote-endpoint = <&hdmi_con>;
553 };
554 };
555 };
556 };
Ben Dookse489c2a2014-02-12 17:04:33 +0000557};
558
Khiem Nguyen5179ffd2014-07-04 09:19:51 +0900559&iic3 {
Simon Hormanaca4ec42014-06-09 11:09:44 +0900560 pinctrl-names = "default";
Khiem Nguyen5179ffd2014-07-04 09:19:51 +0900561 pinctrl-0 = <&iic3_pins>;
Simon Hormanaca4ec42014-06-09 11:09:44 +0900562 status = "okay";
563
564 vdd_dvfs: regulator@68 {
Steve Twissbd597f42014-08-22 15:26:55 +0100565 compatible = "dlg,da9210";
Simon Hormanaca4ec42014-06-09 11:09:44 +0900566 reg = <0x68>;
567
568 regulator-min-microvolt = <1000000>;
569 regulator-max-microvolt = <1000000>;
570 regulator-boot-on;
571 regulator-always-on;
572 };
Ben Dookse489c2a2014-02-12 17:04:33 +0000573};
Ben Dooksd8584662014-06-24 22:02:21 +0400574
575&pci0 {
576 status = "okay";
577 pinctrl-0 = <&usb0_pins>;
578 pinctrl-names = "default";
579};
580
581&pci1 {
582 status = "okay";
583 pinctrl-0 = <&usb1_pins>;
584 pinctrl-names = "default";
585};
586
Yoshihiro Shimoda37f7c1b2014-10-24 19:41:47 +0900587&xhci {
588 status = "okay";
589 pinctrl-0 = <&usb2_pins>;
590 pinctrl-names = "default";
591};
592
Ben Dooksd8584662014-06-24 22:02:21 +0400593&pci2 {
594 status = "okay";
595 pinctrl-0 = <&usb2_pins>;
596 pinctrl-names = "default";
597};
Ben Dooksd594c972014-08-13 00:18:26 +0400598
Yoshihiro Shimodae03074a2014-10-24 19:44:34 +0900599&hsusb {
600 status = "okay";
601 pinctrl-0 = <&hsusb_pins>;
602 pinctrl-names = "default";
603 renesas,enable-gpio = <&gpio5 18 GPIO_ACTIVE_HIGH>;
604};
605
Sergei Shtylyov6742caf2014-09-27 01:01:35 +0400606&usbphy {
607 status = "okay";
608};
609
Ben Dooksd594c972014-08-13 00:18:26 +0400610/* composite video input */
611&vin1 {
612 pinctrl-0 = <&vin1_pins>;
613 pinctrl-names = "default";
614
Geert Uytterhoevenfd7a8cb2014-12-09 12:25:01 +0100615 status = "okay";
Ben Dooksd594c972014-08-13 00:18:26 +0400616
617 port {
618 #address-cells = <1>;
619 #size-cells = <0>;
620
621 vin1ep0: endpoint {
622 remote-endpoint = <&adv7180>;
623 bus-width = <8>;
624 };
625 };
626};
Kuninori Morimoto8ea7a44a2014-11-03 17:47:56 -0800627
628&rcar_sound {
629 pinctrl-0 = <&sound_pins &sound_clk_pins>;
630 pinctrl-names = "default";
631
Kuninori Morimotoad632412014-12-17 06:11:52 +0000632 /* Single DAI */
Kuninori Morimoto8ea7a44a2014-11-03 17:47:56 -0800633 #sound-dai-cells = <0>;
634
635 status = "okay";
636
637 rcar_sound,dai {
638 dai0 {
Kuninori Morimotoe110c542014-11-03 17:48:38 -0800639 playback = <&ssi0 &src2 &dvc0>;
640 capture = <&ssi1 &src3 &dvc1>;
Kuninori Morimoto8ea7a44a2014-11-03 17:47:56 -0800641 };
642 };
643};
644
Kuninori Morimoto8ea7a44a2014-11-03 17:47:56 -0800645&ssi1 {
Kuninori Morimoto8ea7a44a2014-11-03 17:47:56 -0800646 shared-pin;
647};