95e51b79c1d7fa6bca66c5638af782ebc73db54f
[linux-2.6-microblaze.git] / arch / arm / boot / dts / r8a7793-gose.dts
1 /*
2  * Device Tree Source for the Gose board
3  *
4  * Copyright (C) 2014-2015 Renesas Electronics Corporation
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 /*
12  * SSI-AK4643
13  *
14  * SW1: 1: AK4643
15  *      2: CN22
16  *      3: ADV7511
17  *
18  * This command is required when Playback/Capture
19  *
20  *      amixer set "LINEOUT Mixer DACL" on
21  *      amixer set "DVC Out" 100%
22  *      amixer set "DVC In" 100%
23  *
24  * You can use Mute
25  *
26  *      amixer set "DVC Out Mute" on
27  *      amixer set "DVC In Mute" on
28  *
29  * You can use Volume Ramp
30  *
31  *      amixer set "DVC Out Ramp Up Rate"   "0.125 dB/64 steps"
32  *      amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
33  *      amixer set "DVC Out Ramp" on
34  *      aplay xxx.wav &
35  *      amixer set "DVC Out"  80%  // Volume Down
36  *      amixer set "DVC Out" 100%  // Volume Up
37  */
38
39 /dts-v1/;
40 #include "r8a7793.dtsi"
41 #include <dt-bindings/gpio/gpio.h>
42 #include <dt-bindings/input/input.h>
43
44 / {
45         model = "Gose";
46         compatible = "renesas,gose", "renesas,r8a7793";
47
48         aliases {
49                 serial0 = &scif0;
50                 serial1 = &scif1;
51         };
52
53         chosen {
54                 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
55                 stdout-path = "serial0:115200n8";
56         };
57
58         memory@40000000 {
59                 device_type = "memory";
60                 reg = <0 0x40000000 0 0x40000000>;
61         };
62
63         gpio-keys {
64                 compatible = "gpio-keys";
65
66                 key-1 {
67                         gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
68                         linux,code = <KEY_1>;
69                         label = "SW2-1";
70                         wakeup-source;
71                         debounce-interval = <20>;
72                 };
73                 key-2 {
74                         gpios = <&gpio5 1 GPIO_ACTIVE_LOW>;
75                         linux,code = <KEY_2>;
76                         label = "SW2-2";
77                         wakeup-source;
78                         debounce-interval = <20>;
79                 };
80                 key-3 {
81                         gpios = <&gpio5 2 GPIO_ACTIVE_LOW>;
82                         linux,code = <KEY_3>;
83                         label = "SW2-3";
84                         wakeup-source;
85                         debounce-interval = <20>;
86                 };
87                 key-4 {
88                         gpios = <&gpio5 3 GPIO_ACTIVE_LOW>;
89                         linux,code = <KEY_4>;
90                         label = "SW2-4";
91                         wakeup-source;
92                         debounce-interval = <20>;
93                 };
94                 key-a {
95                         gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
96                         linux,code = <KEY_A>;
97                         label = "SW30";
98                         wakeup-source;
99                         debounce-interval = <20>;
100                 };
101                 key-b {
102                         gpios = <&gpio7 1 GPIO_ACTIVE_LOW>;
103                         linux,code = <KEY_B>;
104                         label = "SW31";
105                         wakeup-source;
106                         debounce-interval = <20>;
107                 };
108                 key-c {
109                         gpios = <&gpio7 2 GPIO_ACTIVE_LOW>;
110                         linux,code = <KEY_C>;
111                         label = "SW32";
112                         wakeup-source;
113                         debounce-interval = <20>;
114                 };
115                 key-d {
116                         gpios = <&gpio7 3 GPIO_ACTIVE_LOW>;
117                         linux,code = <KEY_D>;
118                         label = "SW33";
119                         wakeup-source;
120                         debounce-interval = <20>;
121                 };
122                 key-e {
123                         gpios = <&gpio7 4 GPIO_ACTIVE_LOW>;
124                         linux,code = <KEY_E>;
125                         label = "SW34";
126                         wakeup-source;
127                         debounce-interval = <20>;
128                 };
129                 key-f {
130                         gpios = <&gpio7 5 GPIO_ACTIVE_LOW>;
131                         linux,code = <KEY_F>;
132                         label = "SW35";
133                         wakeup-source;
134                         debounce-interval = <20>;
135                 };
136                 key-g {
137                         gpios = <&gpio7 6 GPIO_ACTIVE_LOW>;
138                         linux,code = <KEY_G>;
139                         label = "SW36";
140                         wakeup-source;
141                         debounce-interval = <20>;
142                 };
143         };
144
145         leds {
146                 compatible = "gpio-leds";
147                 led6 {
148                         gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>;
149                         label = "LED6";
150                 };
151                 led7 {
152                         gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>;
153                         label = "LED7";
154                 };
155                 led8 {
156                         gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>;
157                         label = "LED8";
158                 };
159         };
160
161         vcc_sdhi0: regulator-vcc-sdhi0 {
162                 compatible = "regulator-fixed";
163
164                 regulator-name = "SDHI0 Vcc";
165                 regulator-min-microvolt = <3300000>;
166                 regulator-max-microvolt = <3300000>;
167
168                 gpio = <&gpio7 17 GPIO_ACTIVE_HIGH>;
169                 enable-active-high;
170         };
171
172         vccq_sdhi0: regulator-vccq-sdhi0 {
173                 compatible = "regulator-gpio";
174
175                 regulator-name = "SDHI0 VccQ";
176                 regulator-min-microvolt = <1800000>;
177                 regulator-max-microvolt = <3300000>;
178
179                 gpios = <&gpio2 12 GPIO_ACTIVE_HIGH>;
180                 gpios-states = <1>;
181                 states = <3300000 1
182                           1800000 0>;
183         };
184
185         vcc_sdhi1: regulator-vcc-sdhi1 {
186                 compatible = "regulator-fixed";
187
188                 regulator-name = "SDHI1 Vcc";
189                 regulator-min-microvolt = <3300000>;
190                 regulator-max-microvolt = <3300000>;
191
192                 gpio = <&gpio7 18 GPIO_ACTIVE_HIGH>;
193                 enable-active-high;
194         };
195
196         vccq_sdhi1: regulator-vccq-sdhi1 {
197                 compatible = "regulator-gpio";
198
199                 regulator-name = "SDHI1 VccQ";
200                 regulator-min-microvolt = <1800000>;
201                 regulator-max-microvolt = <3300000>;
202
203                 gpios = <&gpio2 13 GPIO_ACTIVE_HIGH>;
204                 gpios-states = <1>;
205                 states = <3300000 1
206                           1800000 0>;
207         };
208
209         vcc_sdhi2: regulator-vcc-sdhi2 {
210                 compatible = "regulator-fixed";
211
212                 regulator-name = "SDHI2 Vcc";
213                 regulator-min-microvolt = <3300000>;
214                 regulator-max-microvolt = <3300000>;
215
216                 gpio = <&gpio7 19 GPIO_ACTIVE_HIGH>;
217                 enable-active-high;
218         };
219
220         vccq_sdhi2: regulator-vccq-sdhi2 {
221                 compatible = "regulator-gpio";
222
223                 regulator-name = "SDHI2 VccQ";
224                 regulator-min-microvolt = <1800000>;
225                 regulator-max-microvolt = <3300000>;
226
227                 gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>;
228                 gpios-states = <1>;
229                 states = <3300000 1
230                           1800000 0>;
231         };
232
233         audio_clock: audio_clock {
234                 compatible = "fixed-clock";
235                 #clock-cells = <0>;
236                 clock-frequency = <11289600>;
237         };
238
239         rsnd_ak4643: sound {
240                 compatible = "simple-audio-card";
241
242                 simple-audio-card,format = "left_j";
243                 simple-audio-card,bitclock-master = <&sndcodec>;
244                 simple-audio-card,frame-master = <&sndcodec>;
245
246                 sndcpu: simple-audio-card,cpu {
247                         sound-dai = <&rcar_sound>;
248                 };
249
250                 sndcodec: simple-audio-card,codec {
251                         sound-dai = <&ak4643>;
252                         clocks = <&audio_clock>;
253                 };
254         };
255
256         hdmi-out {
257                 compatible = "hdmi-connector";
258                 type = "a";
259
260                 port {
261                         hdmi_con: endpoint {
262                                 remote-endpoint = <&adv7511_out>;
263                         };
264                 };
265         };
266
267         x2_clk: x2-clock {
268                 compatible = "fixed-clock";
269                 #clock-cells = <0>;
270                 clock-frequency = <74250000>;
271         };
272
273         x13_clk: x13-clock {
274                 compatible = "fixed-clock";
275                 #clock-cells = <0>;
276                 clock-frequency = <148500000>;
277         };
278 };
279
280 &du {
281         pinctrl-0 = <&du_pins>;
282         pinctrl-names = "default";
283         status = "okay";
284
285         clocks = <&mstp7_clks R8A7793_CLK_DU0>,
286                  <&mstp7_clks R8A7793_CLK_DU1>,
287                  <&mstp7_clks R8A7793_CLK_LVDS0>,
288                  <&x13_clk>, <&x2_clk>;
289         clock-names = "du.0", "du.1", "lvds.0",
290                       "dclkin.0", "dclkin.1";
291
292         ports {
293                 port@0 {
294                         endpoint {
295                                 remote-endpoint = <&adv7511_in>;
296                         };
297                 };
298                 port@1 {
299                         lvds_connector: endpoint {
300                         };
301                 };
302         };
303 };
304
305 &extal_clk {
306         clock-frequency = <20000000>;
307 };
308
309 &pfc {
310         pinctrl-0 = <&scif_clk_pins>;
311         pinctrl-names = "default";
312
313         i2c2_pins: i2c2 {
314                 groups = "i2c2";
315                 function = "i2c2";
316         };
317
318         du_pins: du {
319                 groups = "du_rgb888", "du_sync", "du_disp", "du_clk_out_0";
320                 function = "du";
321         };
322
323         scif0_pins: scif0 {
324                 groups = "scif0_data_d";
325                 function = "scif0";
326         };
327
328         scif1_pins: scif1 {
329                 groups = "scif1_data_d";
330                 function = "scif1";
331         };
332
333         scif_clk_pins: scif_clk {
334                 groups = "scif_clk";
335                 function = "scif_clk";
336         };
337
338         ether_pins: ether {
339                 groups = "eth_link", "eth_mdio", "eth_rmii";
340                 function = "eth";
341         };
342
343         phy1_pins: phy1 {
344                 groups = "intc_irq0";
345                 function = "intc";
346         };
347
348         sdhi0_pins: sd0 {
349                 groups = "sdhi0_data4", "sdhi0_ctrl";
350                 function = "sdhi0";
351                 power-source = <3300>;
352         };
353
354         sdhi0_pins_uhs: sd0_uhs {
355                 groups = "sdhi0_data4", "sdhi0_ctrl";
356                 function = "sdhi0";
357                 power-source = <1800>;
358         };
359
360         sdhi1_pins: sd1 {
361                 groups = "sdhi1_data4", "sdhi1_ctrl";
362                 function = "sdhi1";
363                 power-source = <3300>;
364         };
365
366         sdhi1_pins_uhs: sd1_uhs {
367                 groups = "sdhi1_data4", "sdhi1_ctrl";
368                 function = "sdhi1";
369                 power-source = <1800>;
370         };
371
372         sdhi2_pins: sd2 {
373                 groups = "sdhi2_data4", "sdhi2_ctrl";
374                 function = "sdhi2";
375                 power-source = <3300>;
376         };
377
378         sdhi2_pins_uhs: sd2_uhs {
379                 groups = "sdhi2_data4", "sdhi2_ctrl";
380                 function = "sdhi2";
381                 power-source = <1800>;
382         };
383
384         qspi_pins: qspi {
385                 groups = "qspi_ctrl", "qspi_data4";
386                 function = "qspi";
387         };
388
389         sound_pins: sound {
390                 groups = "ssi0129_ctrl", "ssi0_data", "ssi1_data";
391                 function = "ssi";
392         };
393
394         sound_clk_pins: sound_clk {
395                 groups = "audio_clk_a";
396                 function = "audio_clk";
397         };
398 };
399
400 &ether {
401         pinctrl-0 = <&ether_pins &phy1_pins>;
402         pinctrl-names = "default";
403
404         phy-handle = <&phy1>;
405         renesas,ether-link-active-low;
406         status = "okay";
407
408         phy1: ethernet-phy@1 {
409                 reg = <1>;
410                 interrupt-parent = <&irqc0>;
411                 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
412                 micrel,led-mode = <1>;
413         };
414 };
415
416 &cmt0 {
417         status = "okay";
418 };
419
420 &scif0 {
421         pinctrl-0 = <&scif0_pins>;
422         pinctrl-names = "default";
423
424         status = "okay";
425 };
426
427 &scif1 {
428         pinctrl-0 = <&scif1_pins>;
429         pinctrl-names = "default";
430
431         status = "okay";
432 };
433
434 &scif_clk {
435         clock-frequency = <14745600>;
436 };
437
438 &sdhi0 {
439         pinctrl-0 = <&sdhi0_pins>;
440         pinctrl-1 = <&sdhi0_pins_uhs>;
441         pinctrl-names = "default", "state_uhs";
442
443         vmmc-supply = <&vcc_sdhi0>;
444         vqmmc-supply = <&vccq_sdhi0>;
445         cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
446         wp-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
447         sd-uhs-sdr50;
448         sd-uhs-sdr104;
449         status = "okay";
450 };
451
452 &sdhi1 {
453         pinctrl-0 = <&sdhi1_pins>;
454         pinctrl-1 = <&sdhi1_pins_uhs>;
455         pinctrl-names = "default", "state_uhs";
456
457         vmmc-supply = <&vcc_sdhi1>;
458         vqmmc-supply = <&vccq_sdhi1>;
459         cd-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
460         wp-gpios = <&gpio6 15 GPIO_ACTIVE_HIGH>;
461         sd-uhs-sdr50;
462         status = "okay";
463 };
464
465 &sdhi2 {
466         pinctrl-0 = <&sdhi2_pins>;
467         pinctrl-1 = <&sdhi2_pins_uhs>;
468         pinctrl-names = "default", "state_uhs";
469
470         vmmc-supply = <&vcc_sdhi2>;
471         vqmmc-supply = <&vccq_sdhi2>;
472         cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>;
473         sd-uhs-sdr50;
474         status = "okay";
475 };
476
477 &qspi {
478         pinctrl-0 = <&qspi_pins>;
479         pinctrl-names = "default";
480
481         status = "okay";
482
483         flash@0 {
484                 compatible = "spansion,s25fl512s", "jedec,spi-nor";
485                 reg = <0>;
486                 spi-max-frequency = <30000000>;
487                 spi-tx-bus-width = <4>;
488                 spi-rx-bus-width = <4>;
489                 spi-cpol;
490                 spi-cpha;
491                 m25p,fast-read;
492
493                 partitions {
494                         compatible = "fixed-partitions";
495                         #address-cells = <1>;
496                         #size-cells = <1>;
497
498                         partition@0 {
499                                 label = "loader";
500                                 reg = <0x00000000 0x00040000>;
501                                 read-only;
502                         };
503                         partition@40000 {
504                                 label = "user";
505                                 reg = <0x00040000 0x00400000>;
506                                 read-only;
507                         };
508                         partition@440000 {
509                                 label = "flash";
510                                 reg = <0x00440000 0x03bc0000>;
511                         };
512                 };
513         };
514 };
515
516 &i2c2 {
517         pinctrl-0 = <&i2c2_pins>;
518         pinctrl-names = "default";
519
520         status = "okay";
521         clock-frequency = <100000>;
522
523         ak4643: codec@12 {
524                 compatible = "asahi-kasei,ak4643";
525                 #sound-dai-cells = <0>;
526                 reg = <0x12>;
527         };
528
529         hdmi@39 {
530                 compatible = "adi,adv7511w";
531                 reg = <0x39>;
532                 interrupt-parent = <&gpio3>;
533                 interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
534
535                 adi,input-depth = <8>;
536                 adi,input-colorspace = "rgb";
537                 adi,input-clock = "1x";
538                 adi,input-style = <1>;
539                 adi,input-justification = "evenly";
540
541                 ports {
542                         #address-cells = <1>;
543                         #size-cells = <0>;
544
545                         port@0 {
546                                 reg = <0>;
547                                 adv7511_in: endpoint {
548                                         remote-endpoint = <&du_out_rgb>;
549                                 };
550                         };
551
552                         port@1 {
553                                 reg = <1>;
554                                 adv7511_out: endpoint {
555                                         remote-endpoint = <&hdmi_con>;
556                                 };
557                         };
558                 };
559         };
560
561         eeprom@50 {
562                 compatible = "renesas,r1ex24002", "atmel,24c02";
563                 reg = <0x50>;
564                 pagesize = <16>;
565         };
566 };
567
568 &i2c6 {
569         status = "okay";
570         clock-frequency = <100000>;
571
572         pmic@58 {
573                 compatible = "dlg,da9063";
574                 reg = <0x58>;
575                 interrupt-parent = <&irqc0>;
576                 interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
577                 interrupt-controller;
578
579                 rtc {
580                         compatible = "dlg,da9063-rtc";
581                 };
582
583                 wdt {
584                         compatible = "dlg,da9063-watchdog";
585                 };
586         };
587 };
588
589 &rcar_sound {
590         pinctrl-0 = <&sound_pins &sound_clk_pins>;
591         pinctrl-names = "default";
592
593         /* Single DAI */
594         #sound-dai-cells = <0>;
595
596         status = "okay";
597
598         rcar_sound,dai {
599                 dai0 {
600                         playback = <&ssi0 &src2 &dvc0>;
601                         capture  = <&ssi1 &src3 &dvc1>;
602                 };
603         };
604 };
605
606 &ssi1 {
607         shared-pin;
608 };