arm64: dts: rockchip: enable cdn_dp_fb node for rk3399-mid
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399-vr-android.dts
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 /dts-v1/;
44 #include <dt-bindings/pwm/pwm.h>
45 #include <dt-bindings/sensor-dev.h>
46 #include "rk3399.dtsi"
47 #include "rk3399-android.dtsi"
48
49 / {
50         model = "Rockchip RK3399 VR Board";
51         compatible = "rockchip,vr", "rockchip,rk3399";
52
53         vdd_log: vdd-log {
54                 compatible = "pwm-regulator";
55                 pwms = <&pwm2 0 25000 0>;
56                 rockchip,pwm_id= <2>;
57                 rockchip,pwm_voltage = <900000>;
58                 regulator-name = "vdd_log";
59                 regulator-min-microvolt = <800000>;
60                 regulator-max-microvolt = <1400000>;
61                 regulator-always-on;
62                 regulator-boot-on;
63         };
64         vcc_sys: vcc-sys {
65                 compatible = "regulator-fixed";
66                 regulator-name = "vcc_sys";
67                 regulator-always-on;
68                 regulator-boot-on;
69                 regulator-min-microvolt = <4000000>;
70                 regulator-max-microvolt = <4000000>;
71         };
72         vcc3v3_sys: vcc3v3-sys {
73                 compatible = "regulator-fixed";
74                 regulator-name = "vcc3v3_sys";
75                 regulator-always-on;
76                 regulator-boot-on;
77                 regulator-min-microvolt = <3300000>;
78                 regulator-max-microvolt = <3300000>;
79         };
80
81         vcc5v0_host: vcc5v0-host-regulator {
82                 compatible = "regulator-fixed";
83                 enable-active-high;
84                 gpio = <&gpio4 25 GPIO_ACTIVE_HIGH>;
85                 pinctrl-names = "default";
86                 pinctrl-0 = <&host_vbus_drv>;
87                 regulator-name = "vcc5v0_host";
88         };
89
90         backlight: backlight {
91                 compatible = "pwm-backlight";
92                 pwms = <&pwm0 0 25000 0>;
93                 brightness-levels = <
94                           0   1   2   3   4   5   6   7
95                           8   9  10  11  12  13  14  15
96                          16  17  18  19  20  21  22  23
97                          24  25  26  27  28  29  30  31
98                          32  33  34  35  36  37  38  39
99                          40  41  42  43  44  45  46  47
100                          48  49  50  51  52  53  54  55
101                          56  57  58  59  60  61  62  63
102                          64  65  66  67  68  69  70  71
103                          72  73  74  75  76  77  78  79
104                          80  81  82  83  84  85  86  87
105                          88  89  90  91  92  93  94  95
106                          96  97  98  99 100 101 102 103
107                         104 105 106 107 108 109 110 111
108                         112 113 114 115 116 117 118 119
109                         120 121 122 123 124 125 126 127
110                         128 129 130 131 132 133 134 135
111                         136 137 138 139 140 141 142 143
112                         144 145 146 147 148 149 150 151
113                         152 153 154 155 156 157 158 159
114                         160 161 162 163 164 165 166 167
115                         168 169 170 171 172 173 174 175
116                         176 177 178 179 180 181 182 183
117                         184 185 186 187 188 189 190 191
118                         192 193 194 195 196 197 198 199
119                         200 201 202 203 204 205 206 207
120                         208 209 210 211 212 213 214 215
121                         216 217 218 219 220 221 222 223
122                         224 225 226 227 228 229 230 231
123                         232 233 234 235 236 237 238 239
124                         240 241 242 243 244 245 246 247
125                         248 249 250 251 252 253 254 255>;
126                 default-brightness-level = <100>;
127         };
128
129         vcc_phy: vcc-phy-regulator {
130                 compatible = "regulator-fixed";
131                 regulator-name = "vcc_phy";
132                 regulator-always-on;
133                 regulator-boot-on;
134         };
135
136         io-domains {
137                 compatible = "rockchip,rk3399-io-voltage-domain";
138                 rockchip,grf = <&grf>;
139
140                 bt656-supply = <&vcc1v8_dvp>;
141                 audio-supply = <&vcca1v8_codec>;
142                 sdmmc-supply = <&vcc_sd>;
143                 gpio1830-supply = <&vcc_3v0>;
144         };
145
146         pmu-io-domains {
147                 compatible = "rockchip,rk3399-pmu-io-voltage-domain";
148                 rockchip,grf = <&pmugrf>;
149
150                 pmu1830-supply = <&vcc_1v8>;
151         };
152
153         es8316-sound {
154                 compatible = "simple-audio-card";
155                 simple-audio-card,format = "i2s";
156                 simple-audio-card,name = "rockchip,es8316-codec";
157                 simple-audio-card,mclk-fs = <256>;
158                 simple-audio-card,widgets =
159                         "Microphone", "Mic Jack",
160                         "Headphone", "Headphone Jack";
161                 simple-audio-card,routing =
162                         "Mic Jack", "MICBIAS1",
163                         "IN1P", "Mic Jack",
164                         "Headphone Jack", "HPOL",
165                         "Headphone Jack", "HPOR";
166                 simple-audio-card,cpu {
167                         sound-dai = <&i2s0>;
168                 };
169                 simple-audio-card,codec {
170                         sound-dai = <&es8316>;
171                 };
172         };
173
174         spdif-sound {
175                 compatible = "simple-audio-card";
176                 simple-audio-card,name = "rockchip,spdif";
177                 simple-audio-card,cpu {
178                         sound-dai = <&spdif>;
179                 };
180                 simple-audio-card,codec {
181                         sound-dai = <&spdif_out>;
182                 };
183         };
184
185         spdif_out: spdif-out {
186                 compatible = "linux,spdif-dit";
187                 #sound-dai-cells = <0>;
188         };
189
190         sdio_pwrseq: sdio-pwrseq {
191                 compatible = "mmc-pwrseq-simple";
192                 clocks = <&rk818 1>;
193                 clock-names = "ext_clock";
194                 pinctrl-names = "default";
195                 pinctrl-0 = <&wifi_enable_h>;
196
197                 /*
198                  * On the module itself this is one of these (depending
199                  * on the actual card populated):
200                  * - SDIO_RESET_L_WL_REG_ON
201                  * - PDN (power down when low)
202                  */
203                 reset-gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; /* GPIO0_B2 */
204         };
205
206         wireless-wlan {
207                 compatible = "wlan-platdata";
208                 rockchip,grf = <&grf>;
209                 wifi_chip_type = "ap6330";
210                 sdio_vref = <1800>;
211                 WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
212                 status = "okay";
213         };
214
215         wireless-bluetooth {
216                 compatible = "bluetooth-platdata";
217                 clocks = <&rk818 1>;
218                 clock-names = "ext_clock";
219                 //wifi-bt-power-toggle;
220                 uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
221                 pinctrl-names = "default", "rts_gpio";
222                 pinctrl-0 = <&uart0_rts>;
223                 pinctrl-1 = <&uart0_gpios>;
224                 //BT,power_gpio  = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
225                 BT,reset_gpio    = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
226                 BT,wake_gpio     = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
227                 BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
228                 status = "okay";
229         };
230
231         uboot-charge {
232                 compatible = "rockchip,uboot-charge";
233                 rockchip,uboot-charge-on = <0>;
234                 rockchip,android-charge-on = <1>;
235         };
236 };
237
238 &cluster0_opp {
239         opp@408000000 {
240                 opp-hz = /bits/ 64 <408000000>;
241                 opp-microvolt = <800000>;
242                 clock-latency-ns = <40000>;
243         };
244         opp@600000000 {
245                 opp-hz = /bits/ 64 <600000000>;
246                 opp-microvolt = <800000>;
247         };
248         opp@816000000 {
249                 opp-hz = /bits/ 64 <816000000>;
250                 opp-microvolt = <800000>;
251         };
252         opp@1008000000 {
253                 opp-hz = /bits/ 64 <1008000000>;
254                 opp-microvolt = <850000>;
255         };
256         opp@1200000000 {
257                 opp-hz = /bits/ 64 <1200000000>;
258                 opp-microvolt = <925000>;
259         };
260         opp@1416000000 {
261                 opp-hz = /bits/ 64 <1416000000>;
262                 opp-microvolt = <1075000>;
263         };
264         opp@1512000000 {
265                 opp-hz = /bits/ 64 <1512000000>;
266                 opp-microvolt = <1100000>;
267                 status="disabled";
268         };
269 };
270
271 &cluster1_opp {
272         opp@408000000 {
273                 opp-hz = /bits/ 64 <408000000>;
274                 opp-microvolt = <800000>;
275                 clock-latency-ns = <40000>;
276         };
277         opp@600000000 {
278                 opp-hz = /bits/ 64 <600000000>;
279                 opp-microvolt = <800000>;
280         };
281         opp@816000000 {
282                 opp-hz = /bits/ 64 <816000000>;
283                 opp-microvolt = <825000>;
284         };
285         opp@1008000000 {
286                 opp-hz = /bits/ 64 <1008000000>;
287                 opp-microvolt = <850000>;
288         };
289         opp@1200000000 {
290                 opp-hz = /bits/ 64 <1200000000>;
291                 opp-microvolt = <900000>;
292         };
293         opp@1416000000 {
294                 opp-hz = /bits/ 64 <1416000000>;
295                 opp-microvolt = <1000000>;
296         };
297         opp@1608000000 {
298                 opp-hz = /bits/ 64 <1608000000>;
299                 opp-microvolt = <1050000>;
300         };
301         opp@1800000000 {
302                 opp-hz = /bits/ 64 <1800000000>;
303                 opp-microvolt = <1150000>;
304         };
305         opp@1992000000 {
306                 opp-hz = /bits/ 64 <1992000000>;
307                 opp-microvolt = <1225000>;
308         };
309 };
310
311 &CPU_COST_A72 {
312         busy-cost-data = <
313                 210   129       /*  408MHz */
314                 308   184       /*  600MHz */
315                 419   246       /*  816MHz */
316                 518   335       /* 1008MHz */
317                 617   428       /* 1200MHz */
318                 728   573       /* 1416MHz */
319                 827   724       /* 1608MHz */
320                 925   900       /* 1800MHz */
321                 1024  1108      /* 1992MHz */
322         >;
323         idle-cost-data = <
324               15
325               15
326                0
327         >;
328 };
329
330 &CPU_COST_A53 {
331         busy-cost-data = <
332                 108    46       /*  408M */
333                 159    67       /*  600M */
334                 216    90       /*  816M */
335                 267    120      /* 1008M */
336                 318    153      /* 1200M */
337                 375    198      /* 1416M */
338                 401    222      /* 1512M */
339         >;
340         idle-cost-data = <
341               6
342               6
343               0
344         >;
345 };
346
347 &CLUSTER_COST_A72 {
348         busy-cost-data = <
349                 210   129       /*  408MHz */
350                 308   184       /*  600MHz */
351                 419   246       /*  816MHz */
352                 518   335       /* 1008MHz */
353                 617   428       /* 1200MHz */
354                 728   573       /* 1416MHz */
355                 827   724       /* 1608MHz */
356                 925   900       /* 1800MHz */
357                 1024  1108      /* 1992MHz */
358         >;
359         idle-cost-data = <
360                  65
361                  65
362                  65
363         >;
364 };
365
366 &CLUSTER_COST_A53 {
367         busy-cost-data = <
368                 108    46       /*  408M */
369                 159    67       /*  600M */
370                 216    90       /*  816M */
371                 267    120      /* 1008M */
372                 318    153      /* 1200M */
373                 375    198      /* 1416M */
374                 401    222      /* 1512M */
375         >;
376         idle-cost-data = <
377                 56
378                 56
379                 56
380         >;
381 };
382
383 &gpu_opp_table {
384         compatible = "operating-points-v2";
385         opp-shared;
386         opp@200000000 {
387                 opp-hz = /bits/ 64 <200000000>;
388                 opp-microvolt = <825000>;
389         };
390         opp@300000000 {
391                 opp-hz = /bits/ 64 <300000000>;
392                 opp-microvolt = <850000>;
393         };
394         opp@400000000 {
395                 opp-hz = /bits/ 64 <400000000>;
396                 opp-microvolt = <875000>;
397         };
398         opp@500000000 {
399                 opp-hz = /bits/ 64 <500000000>;
400                 opp-microvolt = <950000>;
401         };
402         opp@600000000 {
403                 opp-hz = /bits/ 64 <600000000>;
404                 opp-microvolt = <1025000>;
405         };
406         opp@800000000 {
407                 opp-hz = /bits/ 64 <800000000>;
408                 opp-microvolt = <1125000>;
409         };
410 };
411
412 &sdmmc {
413         clock-frequency = <150000000>;
414         clock-freq-min-max = <400000 150000000>;
415         supports-sd;
416         bus-width = <4>;
417         cap-mmc-highspeed;
418         cap-sd-highspeed;
419         disable-wp;
420         num-slots = <1>;
421         sd-uhs-sdr104;
422         vqmmc-supply = <&vcc_sd>;
423         pinctrl-names = "default";
424         pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;
425         status = "okay";
426 };
427
428 &sdio0 {
429         clock-frequency = <50000000>;
430         clock-freq-min-max = <200000 50000000>;
431         supports-sdio;
432         bus-width = <4>;
433         disable-wp;
434         cap-sd-highspeed;
435         cap-sdio-irq;
436         keep-power-in-suspend;
437         mmc-pwrseq = <&sdio_pwrseq>;
438         non-removable;
439         num-slots = <1>;
440         pinctrl-names = "default";
441         pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
442         sd-uhs-sdr104;
443         status = "okay";
444 };
445
446 &emmc_phy {
447         status = "okay";
448 };
449
450 &sdhci {
451         bus-width = <8>;
452         mmc-hs400-1_8v;
453         supports-emmc;
454         non-removable;
455         keep-power-in-suspend;
456         mmc-hs400-enhanced-strobe;
457         status = "okay";
458 };
459
460 &i2s0 {
461         status = "okay";
462         rockchip,i2s-broken-burst-len;
463         rockchip,playback-channels = <8>;
464         rockchip,capture-channels = <8>;
465         #sound-dai-cells = <0>;
466 };
467
468 &i2s2 {
469         #sound-dai-cells = <0>;
470 };
471
472 &spdif {
473         status = "okay";
474         #sound-dai-cells = <0>;
475 };
476
477 &i2c0 {
478         status = "okay";
479         i2c-scl-rising-time-ns = <219>;
480         i2c-scl-falling-time-ns = <15>;
481         clock-frequency = <400000>;
482
483         vdd_cpu_b: syr827@40 {
484                 compatible = "silergy,syr827";
485                 reg = <0x40>;
486                 vin-supply = <&vcc_sys>;
487                 regulator-compatible = "fan53555-reg";
488                 pinctrl-0 = <&vsel1_gpio>;
489                 vsel-gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;
490                 regulator-name = "vdd_cpu_b";
491                 regulator-min-microvolt = <712500>;
492                 regulator-max-microvolt = <1500000>;
493                 regulator-ramp-delay = <1000>;
494                 fcs,suspend-voltage-selector = <1>;
495                 regulator-always-on;
496                 regulator-initial-state = <3>;
497                         regulator-state-mem {
498                         regulator-off-in-suspend;
499                 };
500         };
501
502         vdd_gpu: syr828@41 {
503                 compatible = "silergy,syr828";
504                 reg = <0x41>;
505                 vin-supply = <&vcc_sys>;
506                 regulator-compatible = "fan53555-reg";
507                 pinctrl-0 = <&vsel2_gpio>;
508                 vsel-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
509                 regulator-name = "vdd_gpu";
510                 regulator-min-microvolt = <712500>;
511                 regulator-max-microvolt = <1500000>;
512                 regulator-ramp-delay = <1000>;
513                 fcs,suspend-voltage-selector = <1>;
514                 regulator-boot-on;
515                 regulator-initial-state = <3>;
516                 regulator-initial-mode = <1>;/*1:pwm 2: auto mode*/
517                         regulator-state-mem {
518                         regulator-off-in-suspend;
519                 };
520         };
521
522         rk818: pmic@1c {
523                 compatible = "rockchip,rk818";
524                 status = "okay";
525                 reg = <0x1c>;
526                 clock-output-names = "xin32k", "wifibt_32kin";
527                 interrupt-parent = <&gpio1>;
528                 interrupts = <21 IRQ_TYPE_LEVEL_LOW>;
529                 pinctrl-names = "default";
530                 pinctrl-0 = <&pmic_int_l>;
531                 rockchip,system-power-controller;
532                 wakeup-source;
533                 extcon = <&fusb0>;
534                 #clock-cells = <1>;
535
536                 vcc1-supply = <&vcc_sys>;
537                 vcc2-supply = <&vcc_sys>;
538                 vcc3-supply = <&vcc_sys>;
539                 vcc4-supply = <&vcc_sys>;
540                 vcc6-supply = <&vcc_sys>;
541                 vcc7-supply = <&vcc3v3_sys>;
542                 vcc8-supply = <&vcc_sys>;
543                 vcc9-supply = <&vcc3v3_sys>;
544
545                 regulators {
546                         vdd_cpu_l: DCDC_REG1 {
547                                 regulator-name = "vdd_cpu_l";
548                                 regulator-always-on;
549                                 regulator-boot-on;
550                                 regulator-min-microvolt = <750000>;
551                                 regulator-max-microvolt = <1350000>;
552                                 regulator-ramp-delay = <6001>;
553                                 regulator-state-mem {
554                                         regulator-off-in-suspend;
555                                 };
556                         };
557
558                         vdd_center: DCDC_REG2 {
559                                 regulator-name = "vdd_center";
560                                 regulator-always-on;
561                                 regulator-boot-on;
562                                 regulator-min-microvolt = <800000>;
563                                 regulator-max-microvolt = <1350000>;
564                                 regulator-ramp-delay = <6001>;
565                                 regulator-state-mem {
566                                         regulator-off-in-suspend;
567                                 };
568                         };
569
570                         vcc_ddr: DCDC_REG3 {
571                                 regulator-name = "vcc_ddr";
572                                 regulator-always-on;
573                                 regulator-boot-on;
574                                 regulator-state-mem {
575                                         regulator-on-in-suspend;
576                                 };
577                         };
578
579                         vcc_1v8: DCDC_REG4 {
580                                 regulator-name = "vcc_1v8";
581                                 regulator-always-on;
582                                 regulator-boot-on;
583                                 regulator-min-microvolt = <1800000>;
584                                 regulator-max-microvolt = <1800000>;
585                                 regulator-state-mem {
586                                         regulator-on-in-suspend;
587                                         regulator-suspend-microvolt = <1800000>;
588                                 };
589                         };
590
591                         vcca3v0_codec: LDO_REG1 {
592                                 regulator-always-on;
593                                 regulator-boot-on;
594                                 regulator-min-microvolt = <3000000>;
595                                 regulator-max-microvolt = <3000000>;
596                                 regulator-name = "vcca3v0_codec";
597                                 regulator-state-mem {
598                                         regulator-off-in-suspend;
599                                 };
600                         };
601
602                         vcc3v0_tp: LDO_REG2 {
603                                 regulator-always-on;
604                                 regulator-boot-on;
605                                 regulator-min-microvolt = <3000000>;
606                                 regulator-max-microvolt = <3000000>;
607                                 regulator-name = "vcc3v0_tp";
608                                 regulator-state-mem {
609                                         regulator-off-in-suspend;
610                                 };
611                         };
612
613                         vcca1v8_codec: LDO_REG3 {
614                                 regulator-always-on;
615                                 regulator-boot-on;
616                                 regulator-min-microvolt = <1800000>;
617                                 regulator-max-microvolt = <1800000>;
618                                 regulator-name = "vcca1v8_codec";
619                                 regulator-state-mem {
620                                         regulator-off-in-suspend;
621                                 };
622                         };
623
624                         vcc_power_on: LDO_REG4 {
625                                 regulator-always-on;
626                                 regulator-boot-on;
627                                 regulator-min-microvolt = <3300000>;
628                                 regulator-max-microvolt = <3300000>;
629                                 regulator-name = "vcc_power_on";
630                                 regulator-state-mem {
631                                         regulator-on-in-suspend;
632                                         regulator-suspend-microvolt = <3300000>;
633                                 };
634                         };
635
636                         vcc_3v0: LDO_REG5 {
637                                 regulator-always-on;
638                                 regulator-boot-on;
639                                 regulator-min-microvolt = <3000000>;
640                                 regulator-max-microvolt = <3000000>;
641                                 regulator-name = "vcc_3v0";
642                                 regulator-state-mem {
643                                         regulator-on-in-suspend;
644                                         regulator-suspend-microvolt = <3000000>;
645                                 };
646                         };
647
648                         vcc_1v5: LDO_REG6 {
649                                 regulator-always-on;
650                                 regulator-boot-on;
651                                 regulator-min-microvolt = <1500000>;
652                                 regulator-max-microvolt = <1500000>;
653                                 regulator-name = "vcc_1v5";
654                                 regulator-state-mem {
655                                         regulator-on-in-suspend;
656                                         regulator-suspend-microvolt = <1500000>;
657                                 };
658                         };
659
660                         vcc1v8_dvp: LDO_REG7 {
661                                 regulator-always-on;
662                                 regulator-boot-on;
663                                 regulator-min-microvolt = <1800000>;
664                                 regulator-max-microvolt = <1800000>;
665                                 regulator-name = "vcc1v8_dvp";
666                                 regulator-state-mem {
667                                         regulator-on-in-suspend;
668                                         regulator-suspend-microvolt = <1800000>;
669                                 };
670                         };
671
672                         vcc3v3_s3: LDO_REG8 {
673                                 regulator-always-on;
674                                 regulator-boot-on;
675                                 regulator-min-microvolt = <3300000>;
676                                 regulator-max-microvolt = <3300000>;
677                                 regulator-name = "vcc3v3_s3";
678                                 regulator-state-mem {
679                                         regulator-on-in-suspend;
680                                         regulator-suspend-microvolt = <3300000>;
681                                 };
682                         };
683
684                         vcc_sd: LDO_REG9 {
685                                 regulator-always-on;
686                                 regulator-boot-on;
687                                 regulator-min-microvolt = <1800000>;
688                                 regulator-max-microvolt = <3300000>;
689                                 regulator-name = "vcc_sd";
690                                 regulator-state-mem {
691                                         regulator-on-in-suspend;
692                                         regulator-suspend-microvolt = <3300000>;
693                                 };
694                         };
695
696                         vcc3v3_s0: SWITCH_REG {
697                                 regulator-always-on;
698                                 regulator-boot-on;
699                                 regulator-name = "vcc3v3_s0";
700                                 regulator-state-mem {
701                                         regulator-on-in-suspend;
702                                 };
703                         };
704                 };
705
706                 battery {
707                         compatible = "rk818-battery";
708                         ocv_table = <
709                                 3400 3599 3671 3701 3728 3746 3762
710                                 3772 3781 3792 3816 3836 3866 3910
711                                 3942 3971 4002 4050 4088 4132 4183>;
712                         design_capacity = <4000>;
713                         design_qmax = <4100>;
714                         bat_res = <100>;
715                         max_input_current = <2000>;
716                         max_chrg_current = <1800>;
717                         max_chrg_voltage = <4200>;
718                         sleep_enter_current = <300>;
719                         sleep_exit_current = <300>;
720                         power_off_thresd = <3400>;
721                         zero_algorithm_vol = <3850>;
722                         fb_temperature = <115>;
723                         sample_res = <10>;
724                         max_soc_offset = <60>;
725                         energy_mode = <0>;
726                         monitor_sec = <5>;
727                         virtual_power = <0>;
728                         power_dc2otg = <0>;
729                 };
730         };
731 };
732
733 &i2c1 {
734         status = "okay";
735         i2c-scl-rising-time-ns = <164>;
736         i2c-scl-falling-time-ns = <15>;
737
738         es8316: es8316@10 {
739                 #sound-dai-cells = <0>;
740                 compatible = "everest,es8316";
741                 reg = <0x10>;
742                 clocks = <&cru SCLK_I2S_8CH_OUT>;
743                 clock-names = "mclk";
744                 spk-con-gpio = <&gpio0 11 GPIO_ACTIVE_HIGH>;
745                 hp-det-gpio = <&gpio4 28 GPIO_ACTIVE_LOW>;
746         };
747 };
748
749 &i2c4 {
750         status = "okay";
751         i2c-scl-rising-time-ns = <345>;
752         i2c-scl-falling-time-ns = <11>;
753         clock-frequency = <400000>;
754
755         sensor@0f {
756                 status = "okay";
757                 compatible = "ak8963";
758                 pinctrl-names = "default";
759                 pinctrl-0 = <&ak8963_irq_gpio>;
760                 reg = <0x0f>;
761                 type = <SENSOR_TYPE_COMPASS>;
762                 irq-gpio = <&gpio1 0 IRQ_TYPE_EDGE_RISING>;
763                 irq_enable = <1>;
764                 poll_delay_ms = <30>;
765                 layout = <1>;
766         };
767
768         fusb0: fusb30x@22 {
769                 compatible = "fairchild,fusb302";
770                 reg = <0x22>;
771                 pinctrl-names = "default";
772                 pinctrl-0 = <&fusb0_int>;
773                 int-n-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
774                 status = "okay";
775         };
776 };
777
778 &i2c5 {
779         status = "okay";
780
781         touch@40 {
782                 compatible = "gslX680";
783                 reg = <0x40>;
784                 touch-gpio = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
785                 reset-gpio = <&gpio4 22 GPIO_ACTIVE_LOW>;
786                 max-x = <1280>;
787                 max-y = <600>;
788                 status = "okay";
789         };
790 };
791
792 &spi1 {
793         status = "okay";
794         max-freq = <50000000>;
795         pinctrl-names = "default", "sleep";
796         pinctrl-1 = <&spi1_gpio>;
797         mpu6500@0 {
798                 status = "okay";
799                 compatible = "inv-spi,mpu6500";
800                 pinctrl-names = "default";
801                 pinctrl-0 = <&mpu6500_irq_gpio>;
802                 irq-gpio = <&gpio1 4 IRQ_TYPE_EDGE_RISING>;
803                 reg = <0>;
804                 spi-max-frequency = <1000000>;
805                 spi-cpha;
806                 spi-cpol;
807                 mpu-int_config = <0x00>;
808                 mpu-level_shifter = <0>;
809                 mpu-orientation = <1 0 0 0 1 0 0 0 1>;
810                 orientation-x= <1>;
811                 orientation-y= <0>;
812                 orientation-z= <1>;
813                 support-hw-poweroff = <1>;
814                 mpu-debug = <1>;
815         };
816 };
817
818 &threshold {
819         temperature = <85000>; /* millicelsius */
820 };
821
822 &target {
823         temperature = <100000>; /* millicelsius */
824 };
825
826 &soc_crit {
827         temperature = <105000>; /* millicelsius */
828 };
829
830 &tsadc {
831         rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
832         rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
833         rockchip,hw-tshut-temp = <110000>;
834         status = "okay";
835 };
836
837 &saradc {
838         status = "okay";
839 };
840
841 &rk_key {
842         compatible = "rockchip,key";
843         status = "okay";
844         io-channels = <&saradc 1>;
845
846         vol-up-key {
847                 linux,code = <115>;
848                 label = "volume up";
849                 rockchip,adc_value = <340>;
850         };
851
852         vol-down-key {
853                 linux,code = <114>;
854                 label = "volume down";
855                 rockchip,adc_value = <170>;
856         };
857
858         power-key {
859                 gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
860                 linux,code = <116>;
861                 label = "power";
862                 gpio-key,wakeup;
863         };
864
865         back-key {
866                 linux,code = <158>;
867                 label = "back";
868                 rockchip,adc_value = <620>;
869         };
870
871         n-key {
872                 linux,code = <102>;
873                 label = "n";
874                 rockchip,adc_value = <700>;
875         };
876
877         menu-key {
878                 linux,code = <59>;
879                 label = "menu";
880                 rockchip,adc_value = <780>;
881         };
882
883 };
884
885 &u2phy0 {
886         extcon = <&fusb0>;
887         status = "okay";
888
889         u2phy0_otg: otg-port {
890                 status = "okay";
891         };
892
893         u2phy0_host: host-port {
894                 phy-supply = <&vcc5v0_host>;
895                 status = "okay";
896         };
897 };
898
899 &u2phy1 {
900         status = "okay";
901
902         u2phy1_otg: otg-port {
903                 status = "okay";
904         };
905
906         u2phy1_host: host-port {
907                 phy-supply = <&vcc5v0_host>;
908                 status = "okay";
909         };
910 };
911
912 &uart0 {
913         pinctrl-names = "default";
914         pinctrl-0 = <&uart0_xfer &uart0_cts>;
915         status = "okay";
916 };
917
918 &uart2 {
919         status = "okay";
920 };
921
922 &usb_host0_ehci {
923         status = "okay";
924 };
925
926 &usb_host0_ohci {
927         status = "okay";
928 };
929
930 &usb_host1_ehci {
931         status = "okay";
932 };
933
934 &usb_host1_ohci {
935         status = "okay";
936 };
937
938 &usbdrd3_0 {
939         extcon = <&fusb0>;
940         status = "okay";
941 };
942
943 &usbdrd_dwc3_0 {
944         status = "okay";
945 };
946
947 &usbdrd3_1 {
948         status = "okay";
949 };
950
951 &usbdrd_dwc3_1 {
952         status = "okay";
953 };
954
955 &tcphy0 {
956         status = "okay";
957         extcon = <&fusb0>;
958 };
959
960 &pwm0 {
961         status = "okay";
962 };
963
964 &pwm2 {
965         status = "okay";
966 };
967
968 &vdd_center {
969         rockchip,pwm_id= <3>;
970         rockchip,pwm_voltage = <900000>;
971 };
972
973 &rk_screen {
974         assigned-clocks = <&cru PLL_VPLL>;
975         assigned-clock-rates = <245000000>;
976         #include <dt-bindings/display/screen-timing/lcd-ls055r1sx04-mipi.dtsi>
977 };
978
979 &fb {
980         rockchip,uboot-logo-on = <1>;
981         rockchip,disp-mode = <NO_DUAL>;
982 };
983
984 &vopb_rk_fb {
985         status = "okay";
986         power_ctr: power_ctr {
987                 lcd_en: lcd-en {
988                         rockchip,power_type = <GPIO>;
989                         gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
990                         rockchip,delay = <10>;
991                 };
992                 lcd_rst: lcd-rst {
993                         rockchip,power_type = <GPIO>;
994                         gpios = <&gpio3 4 GPIO_ACTIVE_HIGH>;
995                         rockchip,delay = <10>;
996                 };
997         };
998 };
999
1000 &vopl_rk_fb {
1001         status = "okay";
1002 };
1003
1004 &mipi0_rk_fb {
1005         status = "okay";
1006 };
1007
1008 &mipi1_rk_fb {
1009         status = "okay";
1010 };
1011
1012 &cpu_l0 {
1013         cpu-supply = <&vdd_cpu_l>;
1014 };
1015
1016 &cpu_l1 {
1017         cpu-supply = <&vdd_cpu_l>;
1018 };
1019
1020 &cpu_l2 {
1021         cpu-supply = <&vdd_cpu_l>;
1022 };
1023
1024 &cpu_l3 {
1025         cpu-supply = <&vdd_cpu_l>;
1026 };
1027
1028 &cpu_b0 {
1029         cpu-supply = <&vdd_cpu_b>;
1030 };
1031
1032 &cpu_b1 {
1033         cpu-supply = <&vdd_cpu_b>;
1034 };
1035
1036 &gpu {
1037         status = "okay";
1038         mali-supply = <&vdd_gpu>;
1039 };
1040
1041 &pinctrl {
1042         sdio-pwrseq {
1043                 wifi_enable_h: wifi-enable-h {
1044                         rockchip,pins = <0 10 RK_FUNC_GPIO &pcfg_pull_none>;
1045                 };
1046         };
1047
1048         wireless-bluetooth {
1049                 uart0_gpios: uart0-gpios {
1050                         rockchip,pins = <2 19 RK_FUNC_GPIO &pcfg_pull_none>;
1051                 };
1052         };
1053
1054         pmic {
1055                 pmic_int_l: pmic-int-l {
1056                         rockchip,pins =
1057                                 <1 21 RK_FUNC_GPIO &pcfg_pull_up>;
1058                 };
1059
1060                 pmic_dvs2: pmic-dvs2 {
1061                         rockchip,pins =
1062                                 <1 18 RK_FUNC_GPIO &pcfg_pull_down>;
1063                 };
1064
1065                 vsel1_gpio: vsel1-gpio {
1066                         rockchip,pins =
1067                                 <1 17 RK_FUNC_GPIO &pcfg_pull_down>;
1068                 };
1069
1070                 vsel2_gpio: vsel2-gpio {
1071                         rockchip,pins =
1072                                 <1 14 RK_FUNC_GPIO &pcfg_pull_down>;
1073                 };
1074         };
1075
1076         mpu6500 {
1077                 mpu6500_irq_gpio: mpu6500-irq-gpio {
1078                         rockchip,pins = <1 4 RK_FUNC_GPIO &pcfg_pull_none>;
1079                 };
1080         };
1081
1082         usb2 {
1083                 host_vbus_drv: host-vbus-drv {
1084                         rockchip,pins =
1085                                 <4 25 RK_FUNC_GPIO &pcfg_pull_none>;
1086                 };
1087         };
1088
1089         ak8963 {
1090                 ak8963_irq_gpio: ak8963-irq-gpio {
1091                         rockchip,pins = <1 0 RK_FUNC_GPIO &pcfg_pull_none>;
1092                 };
1093         };
1094
1095         spi1 {
1096                 spi1_gpio: spi1-gpio {
1097                         rockchip,pins =
1098                                 <1 7 RK_FUNC_GPIO &pcfg_output_low>,
1099                                 <1 8 RK_FUNC_GPIO &pcfg_output_low>,
1100                                 <1 9 RK_FUNC_GPIO &pcfg_output_low>,
1101                                 <1 10 RK_FUNC_GPIO &pcfg_output_low>;
1102                 };
1103         };
1104
1105         fusb30x {
1106                 fusb0_int: fusb0-int {
1107                         rockchip,pins = <1 2 RK_FUNC_GPIO &pcfg_pull_up>;
1108                 };
1109         };
1110 };