ARM64: dts: rk3399-tve1205g: add wakeup support for hid keyboard
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399-evb.dtsi
1 /*
2  * Copyright (c) 2016 Fuzhou Rockchip Electronics Co., Ltd
3  *
4  * This file is dual-licensed: you can use it either under the terms
5  * of the GPL or the X11 license, at your option. Note that this dual
6  * licensing only applies to this file, and not this project as a
7  * whole.
8  *
9  *  a) This file is free software; you can redistribute it and/or
10  *     modify it under the terms of the GNU General Public License as
11  *     published by the Free Software Foundation; either version 2 of the
12  *     License, or (at your option) any later version.
13  *
14  *     This file is distributed in the hope that it will be useful,
15  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  *     GNU General Public License for more details.
18  *
19  * Or, alternatively,
20  *
21  *  b) Permission is hereby granted, free of charge, to any person
22  *     obtaining a copy of this software and associated documentation
23  *     files (the "Software"), to deal in the Software without
24  *     restriction, including without limitation the rights to use,
25  *     copy, modify, merge, publish, distribute, sublicense, and/or
26  *     sell copies of the Software, and to permit persons to whom the
27  *     Software is furnished to do so, subject to the following
28  *     conditions:
29  *
30  *     The above copyright notice and this permission notice shall be
31  *     included in all copies or substantial portions of the Software.
32  *
33  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40  *     OTHER DEALINGS IN THE SOFTWARE.
41  */
42
43 #include <dt-bindings/pwm/pwm.h>
44 #include "rk3399.dtsi"
45 #include "rk3399-opp.dtsi"
46
47 / {
48         compatible = "rockchip,rk3399-evb", "rockchip,rk3399";
49
50         vcc3v3_sys: vcc3v3-sys {
51                 compatible = "regulator-fixed";
52                 regulator-name = "vcc3v3_sys";
53                 regulator-always-on;
54                 regulator-boot-on;
55                 regulator-min-microvolt = <3300000>;
56                 regulator-max-microvolt = <3300000>;
57         };
58
59         vcc5v0_host: vcc5v0-host-regulator {
60                 compatible = "regulator-fixed";
61                 enable-active-high;
62                 gpio = <&gpio4 25 GPIO_ACTIVE_HIGH>;
63                 pinctrl-names = "default";
64                 pinctrl-0 = <&host_vbus_drv>;
65                 regulator-name = "vcc5v0_host";
66                 regulator-always-on;
67         };
68
69         backlight: backlight {
70                 compatible = "pwm-backlight";
71                 pwms = <&pwm0 0 25000 0>;
72                 brightness-levels = <
73                           0   1   2   3   4   5   6   7
74                           8   9  10  11  12  13  14  15
75                          16  17  18  19  20  21  22  23
76                          24  25  26  27  28  29  30  31
77                          32  33  34  35  36  37  38  39
78                          40  41  42  43  44  45  46  47
79                          48  49  50  51  52  53  54  55
80                          56  57  58  59  60  61  62  63
81                          64  65  66  67  68  69  70  71
82                          72  73  74  75  76  77  78  79
83                          80  81  82  83  84  85  86  87
84                          88  89  90  91  92  93  94  95
85                          96  97  98  99 100 101 102 103
86                         104 105 106 107 108 109 110 111
87                         112 113 114 115 116 117 118 119
88                         120 121 122 123 124 125 126 127
89                         128 129 130 131 132 133 134 135
90                         136 137 138 139 140 141 142 143
91                         144 145 146 147 148 149 150 151
92                         152 153 154 155 156 157 158 159
93                         160 161 162 163 164 165 166 167
94                         168 169 170 171 172 173 174 175
95                         176 177 178 179 180 181 182 183
96                         184 185 186 187 188 189 190 191
97                         192 193 194 195 196 197 198 199
98                         200 201 202 203 204 205 206 207
99                         208 209 210 211 212 213 214 215
100                         216 217 218 219 220 221 222 223
101                         224 225 226 227 228 229 230 231
102                         232 233 234 235 236 237 238 239
103                         240 241 242 243 244 245 246 247
104                         248 249 250 251 252 253 254 255>;
105                 default-brightness-level = <200>;
106         };
107
108         clkin_gmac: external-gmac-clock {
109                 compatible = "fixed-clock";
110                 clock-frequency = <125000000>;
111                 clock-output-names = "clkin_gmac";
112                 #clock-cells = <0>;
113         };
114
115         vcc_phy: vcc-phy-regulator {
116                 compatible = "regulator-fixed";
117                 regulator-name = "vcc_phy";
118                 regulator-always-on;
119                 regulator-boot-on;
120         };
121
122         es8316-sound {
123                 compatible = "simple-audio-card";
124                 simple-audio-card,format = "i2s";
125                 simple-audio-card,name = "rockchip,es8316-codec";
126                 simple-audio-card,mclk-fs = <256>;
127                 simple-audio-card,widgets =
128                         "Microphone", "Mic Jack",
129                         "Headphone", "Headphone Jack";
130                 simple-audio-card,routing =
131                         "Mic Jack", "MICBIAS1",
132                         "IN1P", "Mic Jack",
133                         "Headphone Jack", "HPOL",
134                         "Headphone Jack", "HPOR";
135                 simple-audio-card,cpu {
136                         sound-dai = <&i2s0>;
137                 };
138                 simple-audio-card,codec {
139                         sound-dai = <&es8316>;
140                 };
141         };
142
143         hdmi_sound: hdmi-sound {
144                 status = "disabled";
145                 compatible = "simple-audio-card";
146                 simple-audio-card,format = "i2s";
147                 simple-audio-card,mclk-fs = <256>;
148                 simple-audio-card,name = "rockchip,hdmi";
149                 simple-audio-card,cpu {
150                         sound-dai = <&i2s2>;
151                 };
152                 simple-audio-card,codec {
153                         sound-dai = <&dw_hdmi_audio>;
154                 };
155         };
156
157         dw_hdmi_audio: dw-hdmi-audio {
158                 status = "disabled";
159                 compatible = "rockchip,dw-hdmi-audio";
160                 #sound-dai-cells = <0>;
161         };
162
163         spdif_sound: spdif-sound {
164                 status = "disabled";
165                 compatible = "simple-audio-card";
166                 simple-audio-card,name = "ROCKCHIP,SPDIF";
167                 simple-audio-card,cpu {
168                         sound-dai = <&spdif>;
169                 };
170                 simple-audio-card,codec {
171                         sound-dai = <&spdif_out>;
172                 };
173         };
174
175         spdif_out: spdif-out {
176                 status = "disabled";
177                 compatible = "linux,spdif-dit";
178                 #sound-dai-cells = <0>;
179         };
180
181         sdio_pwrseq: sdio-pwrseq {
182                 compatible = "mmc-pwrseq-simple";
183                 clocks = <&rk808 1>;
184                 clock-names = "ext_clock";
185                 pinctrl-names = "default";
186                 pinctrl-0 = <&wifi_enable_h>;
187
188                 /*
189                  * On the module itself this is one of these (depending
190                  * on the actual card populated):
191                  * - SDIO_RESET_L_WL_REG_ON
192                  * - PDN (power down when low)
193                  */
194                 reset-gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; /* GPIO0_B2 */
195         };
196
197         wireless-wlan {
198                 compatible = "wlan-platdata";
199                 rockchip,grf = <&grf>;
200                 wifi_chip_type = "ap6354";
201                 sdio_vref = <1800>;
202                 WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
203                 status = "okay";
204         };
205
206         wireless-bluetooth {
207                 compatible = "bluetooth-platdata";
208                 clocks = <&rk808 1>;
209                 clock-names = "ext_clock";
210                 //wifi-bt-power-toggle;
211                 uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
212                 pinctrl-names = "default", "rts_gpio";
213                 pinctrl-0 = <&uart0_rts>;
214                 pinctrl-1 = <&uart0_gpios>;
215                 //BT,power_gpio  = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
216                 BT,reset_gpio    = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
217                 BT,wake_gpio     = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
218                 BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
219                 status = "okay";
220         };
221
222         test-power {
223                 status = "okay";
224         };
225 };
226
227 &cpu_l0 {
228         cpu-supply = <&vdd_cpu_l>;
229 };
230
231 &cpu_l1 {
232         cpu-supply = <&vdd_cpu_l>;
233 };
234
235 &cpu_l2 {
236         cpu-supply = <&vdd_cpu_l>;
237 };
238
239 &cpu_l3 {
240         cpu-supply = <&vdd_cpu_l>;
241 };
242
243 &cpu_b0 {
244         cpu-supply = <&vdd_cpu_b>;
245 };
246
247 &cpu_b1 {
248         cpu-supply = <&vdd_cpu_b>;
249 };
250
251 &gpu {
252         status = "okay";
253         mali-supply = <&vdd_gpu>;
254 };
255
256 &sdmmc {
257         clock-frequency = <150000000>;
258         clock-freq-min-max = <400000 150000000>;
259         supports-sd;
260         bus-width = <4>;
261         cap-mmc-highspeed;
262         cap-sd-highspeed;
263         disable-wp;
264         num-slots = <1>;
265         //sd-uhs-sdr104;
266         vqmmc-supply = <&vcc_sd>;
267         pinctrl-names = "default";
268         pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;
269         status = "okay";
270 };
271
272 &sdio0 {
273         clock-frequency = <150000000>;
274         clock-freq-min-max = <200000 150000000>;
275         supports-sdio;
276         bus-width = <4>;
277         disable-wp;
278         cap-sd-highspeed;
279         cap-sdio-irq;
280         keep-power-in-suspend;
281         mmc-pwrseq = <&sdio_pwrseq>;
282         non-removable;
283         num-slots = <1>;
284         pinctrl-names = "default";
285         pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
286         sd-uhs-sdr104;
287         status = "okay";
288 };
289
290 &emmc_phy {
291         freq-sel = <200000000>;
292         dr-sel = <50>;
293         opdelay = <4>;
294         status = "okay";
295 };
296
297 &dfi {
298 //      status = "okay";
299 };
300
301 &dmc {
302 //      status = "okay";
303         center-supply = <&vdd_center>;
304         upthreshold = <60>;
305         downdifferential = <40>;
306 };
307
308 &sdhci {
309         bus-width = <8>;
310         mmc-hs400-1_8v;
311         supports-emmc;
312         non-removable;
313         keep-power-in-suspend;
314         mmc-hs400-enhanced-strobe;
315         status = "okay";
316 };
317
318 &i2s0 {
319         status = "okay";
320         rockchip,i2s-broken-burst-len;
321         rockchip,playback-channels = <8>;
322         rockchip,capture-channels = <8>;
323         #sound-dai-cells = <0>;
324 };
325
326 &i2s2 {
327         #sound-dai-cells = <0>;
328 };
329
330 &spdif {
331         #sound-dai-cells = <0>;
332 };
333
334 &i2c0 {
335         status = "okay";
336         i2c-scl-rising-time-ns = <450>;
337         i2c-scl-falling-time-ns = <15>;
338 };
339
340 &i2c1 {
341         status = "okay";
342         i2c-scl-rising-time-ns = <300>;
343         i2c-scl-falling-time-ns = <15>;
344
345         es8316: es8316@10 {
346                 #sound-dai-cells = <0>;
347                 compatible = "everest,es8316";
348                 reg = <0x10>;
349                 clocks = <&cru SCLK_I2S_8CH_OUT>;
350                 clock-names = "mclk";
351                 spk-con-gpio = <&gpio0 11 GPIO_ACTIVE_HIGH>;
352                 hp-det-gpio = <&gpio4 28 GPIO_ACTIVE_LOW>;
353         };
354 };
355
356 &i2c4 {
357         status = "okay";
358         i2c-scl-rising-time-ns = <600>;
359         i2c-scl-falling-time-ns = <20>;
360
361         gt9xx: gt9xx@14 {
362                 compatible = "goodix,gt9xx";
363                 reg = <0x14>;
364                 touch-gpio = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
365                 reset-gpio = <&gpio4 22 GPIO_ACTIVE_HIGH>;
366                 max-x = <1200>;
367                 max-y = <1900>;
368                 tp-size = <911>;
369                 tp-supply = <&vcc3v0_tp>;
370         };
371
372         gsl3673: gsl3673@40 {
373                 compatible = "GSL,GSL3673";
374                 reg = <0x40>;
375                 screen_max_x = <1536>;
376                 screen_max_y = <2048>;
377                 irq_gpio_number = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
378                 rst_gpio_number = <&gpio4 22 GPIO_ACTIVE_HIGH>;
379         };
380 };
381
382 &io_domains {
383         status = "okay";
384
385         bt656-supply = <&vcc1v8_dvp>;
386         audio-supply = <&vcca1v8_codec>;
387         sdmmc-supply = <&vcc_sd>;
388         gpio1830-supply = <&vcc_3v0>;
389 };
390
391 &pcie_phy {
392         status = "disabled";
393 };
394
395 &pcie0 {
396         ep-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
397         num-lanes = <4>;
398         pinctrl-names = "default";
399         pinctrl-0 = <&pcie_clkreqn>;
400         status = "disabled";
401 };
402
403 &tcphy0 {
404         extcon = <&fusb0>;
405         status = "okay";
406 };
407
408 &tcphy1 {
409         extcon = <&fusb1>;
410         status = "okay";
411 };
412
413 &tsadc {
414         rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
415         rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
416         status = "okay";
417 };
418
419 &u2phy0 {
420         status = "okay";
421         extcon = <&fusb0>;
422
423         u2phy0_otg: otg-port {
424                 status = "okay";
425         };
426
427         u2phy0_host: host-port {
428                 phy-supply = <&vcc5v0_host>;
429                 status = "okay";
430         };
431 };
432
433 &u2phy1 {
434         status = "okay";
435         extcon = <&fusb1>;
436
437         u2phy1_otg: otg-port {
438                 status = "okay";
439         };
440
441         u2phy1_host: host-port {
442                 phy-supply = <&vcc5v0_host>;
443                 status = "okay";
444         };
445 };
446
447 &uart0 {
448         pinctrl-names = "default";
449         pinctrl-0 = <&uart0_xfer &uart0_cts>;
450         status = "okay";
451 };
452
453 &uart2 {
454         status = "okay";
455 };
456
457 &usb_host0_ehci {
458         status = "okay";
459 };
460
461 &usb_host0_ohci {
462         status = "okay";
463 };
464
465 &usb_host1_ehci {
466         status = "okay";
467 };
468
469 &usb_host1_ohci {
470         status = "okay";
471 };
472
473 &usbdrd3_0 {
474         extcon = <&fusb0>;
475         status = "okay";
476 };
477
478 &usbdrd_dwc3_0 {
479         status = "okay";
480 };
481
482 &usbdrd3_1 {
483         extcon = <&fusb1>;
484         status = "okay";
485 };
486
487 &usbdrd_dwc3_1 {
488         status = "okay";
489 };
490
491 &pwm0 {
492         status = "okay";
493 };
494
495 &gmac {
496         phy-supply = <&vcc_phy>;
497         phy-mode = "rgmii";
498         clock_in_out = "input";
499         snps,reset-gpio = <&gpio3 15 GPIO_ACTIVE_LOW>;
500         snps,reset-active-low;
501         snps,reset-delays-us = <0 10000 50000>;
502         assigned-clocks = <&cru SCLK_RMII_SRC>;
503         assigned-clock-parents = <&clkin_gmac>;
504         pinctrl-names = "default";
505         pinctrl-0 = <&rgmii_pins>;
506         tx_delay = <0x28>;
507         rx_delay = <0x11>;
508         status = "okay";
509 };
510
511 &saradc {
512         status = "okay";
513 };
514
515 &pinctrl {
516         sdio-pwrseq {
517                 wifi_enable_h: wifi-enable-h {
518                         rockchip,pins = <0 10 RK_FUNC_GPIO &pcfg_pull_none>;
519                 };
520         };
521
522         wireless-bluetooth {
523                 uart0_gpios: uart0-gpios {
524                         rockchip,pins = <2 19 RK_FUNC_GPIO &pcfg_pull_none>;
525                 };
526         };
527
528         pmic {
529                 pmic_int_l: pmic-int-l {
530                         rockchip,pins =
531                                 <1 21 RK_FUNC_GPIO &pcfg_pull_up>;
532                 };
533
534                 pmic_dvs2: pmic-dvs2 {
535                         rockchip,pins =
536                                 <1 18 RK_FUNC_GPIO &pcfg_pull_down>;
537                 };
538                 vsel1_gpio: vsel1-gpio {
539                         rockchip,pins =
540                                 <1 17 RK_FUNC_GPIO &pcfg_pull_down>;
541                 };
542                 vsel2_gpio: vsel2-gpio {
543                         rockchip,pins =
544                                 <1 14 RK_FUNC_GPIO &pcfg_pull_down>;
545                 };
546         };
547
548         usb2 {
549                 host_vbus_drv: host-vbus-drv {
550                         rockchip,pins =
551                                 <4 25 RK_FUNC_GPIO &pcfg_pull_none>;
552                 };
553         };
554
555         fusb30x {
556                 fusb0_int: fusb0-int {
557                         rockchip,pins = <1 2 RK_FUNC_GPIO &pcfg_pull_up>;
558                 };
559
560                 fusb1_int: fusb1-int {
561                         rockchip,pins = <1 24 RK_FUNC_GPIO &pcfg_pull_up>;
562                 };
563         };
564 };
565
566 &pvtm {
567         status = "okay";
568 };
569
570 &pmu_pvtm {
571         status = "okay";
572 };
573
574 &pmu_io_domains {
575         status = "okay";
576         pmu1830-supply = <&vcc1v8_pmu>;
577 };
578