arm64: dts: rk3399-vr: modify the cpu's opp table
[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         };
268 };
269
270 &cluster1_opp {
271         opp@408000000 {
272                 opp-hz = /bits/ 64 <408000000>;
273                 opp-microvolt = <800000>;
274                 clock-latency-ns = <40000>;
275         };
276         opp@600000000 {
277                 opp-hz = /bits/ 64 <600000000>;
278                 opp-microvolt = <800000>;
279         };
280         opp@816000000 {
281                 opp-hz = /bits/ 64 <816000000>;
282                 opp-microvolt = <825000>;
283         };
284         opp@1008000000 {
285                 opp-hz = /bits/ 64 <1008000000>;
286                 opp-microvolt = <850000>;
287         };
288         opp@1200000000 {
289                 opp-hz = /bits/ 64 <1200000000>;
290                 opp-microvolt = <900000>;
291         };
292         opp@1416000000 {
293                 opp-hz = /bits/ 64 <1416000000>;
294                 opp-microvolt = <1000000>;
295         };
296         opp@1608000000 {
297                 opp-hz = /bits/ 64 <1608000000>;
298                 opp-microvolt = <1050000>;
299         };
300         opp@1800000000 {
301                 opp-hz = /bits/ 64 <1800000000>;
302                 opp-microvolt = <1150000>;
303         };
304         opp@1992000000 {
305                 opp-hz = /bits/ 64 <1992000000>;
306                 opp-microvolt = <1225000>;
307                 status="disabled";
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         freq-sel = <200000000>;
448         dr-sel = <50>;
449         opdelay = <4>;
450         status = "okay";
451 };
452
453 &sdhci {
454         bus-width = <8>;
455         mmc-hs400-1_8v;
456         supports-emmc;
457         non-removable;
458         mmc-hs400-enhanced-strobe;
459         status = "okay";
460 };
461
462 &i2s0 {
463         status = "okay";
464         rockchip,i2s-broken-burst-len;
465         rockchip,playback-channels = <8>;
466         rockchip,capture-channels = <8>;
467         #sound-dai-cells = <0>;
468 };
469
470 &i2s2 {
471         #sound-dai-cells = <0>;
472 };
473
474 &spdif {
475         status = "okay";
476         #sound-dai-cells = <0>;
477 };
478
479 &i2c0 {
480         status = "okay";
481         i2c-scl-rising-time-ns = <219>;
482         i2c-scl-falling-time-ns = <15>;
483         clock-frequency = <400000>;
484
485         vdd_cpu_b: syr827@40 {
486                 compatible = "silergy,syr827";
487                 reg = <0x40>;
488                 vin-supply = <&vcc_sys>;
489                 regulator-compatible = "fan53555-reg";
490                 pinctrl-0 = <&vsel1_gpio>;
491                 vsel-gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;
492                 regulator-name = "vdd_cpu_b";
493                 regulator-min-microvolt = <712500>;
494                 regulator-max-microvolt = <1500000>;
495                 regulator-ramp-delay = <1000>;
496                 fcs,suspend-voltage-selector = <1>;
497                 regulator-always-on;
498                 regulator-initial-state = <3>;
499                         regulator-state-mem {
500                         regulator-off-in-suspend;
501                 };
502         };
503
504         vdd_gpu: syr828@41 {
505                 compatible = "silergy,syr828";
506                 reg = <0x41>;
507                 vin-supply = <&vcc_sys>;
508                 regulator-compatible = "fan53555-reg";
509                 pinctrl-0 = <&vsel2_gpio>;
510                 vsel-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
511                 regulator-name = "vdd_gpu";
512                 regulator-min-microvolt = <712500>;
513                 regulator-max-microvolt = <1500000>;
514                 regulator-ramp-delay = <1000>;
515                 fcs,suspend-voltage-selector = <1>;
516                 regulator-boot-on;
517                 regulator-initial-state = <3>;
518                         regulator-state-mem {
519                         regulator-off-in-suspend;
520                 };
521         };
522
523         rk818: pmic@1c {
524                 compatible = "rockchip,rk818";
525                 status = "okay";
526                 reg = <0x1c>;
527                 clock-output-names = "xin32k", "wifibt_32kin";
528                 interrupt-parent = <&gpio1>;
529                 interrupts = <21 IRQ_TYPE_LEVEL_LOW>;
530                 pinctrl-names = "default";
531                 pinctrl-0 = <&pmic_int_l>;
532                 rockchip,system-power-controller;
533                 wakeup-source;
534                 extcon = <&fusb0>;
535                 #clock-cells = <1>;
536
537                 vcc1-supply = <&vcc_sys>;
538                 vcc2-supply = <&vcc_sys>;
539                 vcc3-supply = <&vcc_sys>;
540                 vcc4-supply = <&vcc_sys>;
541                 vcc6-supply = <&vcc_sys>;
542                 vcc7-supply = <&vcc3v3_sys>;
543                 vcc8-supply = <&vcc_sys>;
544                 vcc9-supply = <&vcc3v3_sys>;
545
546                 regulators {
547                         vdd_cpu_l: DCDC_REG1 {
548                                 regulator-name = "vdd_cpu_l";
549                                 regulator-always-on;
550                                 regulator-boot-on;
551                                 regulator-min-microvolt = <750000>;
552                                 regulator-max-microvolt = <1350000>;
553                                 regulator-ramp-delay = <6001>;
554                                 regulator-state-mem {
555                                         regulator-off-in-suspend;
556                                 };
557                         };
558
559                         vdd_center: DCDC_REG2 {
560                                 regulator-name = "vdd_center";
561                                 regulator-always-on;
562                                 regulator-boot-on;
563                                 regulator-min-microvolt = <800000>;
564                                 regulator-max-microvolt = <1350000>;
565                                 regulator-ramp-delay = <6001>;
566                                 regulator-state-mem {
567                                         regulator-on-in-suspend;
568                                         regulator-suspend-microvolt = <1000000>;
569                                 };
570                         };
571
572                         vcc_ddr: DCDC_REG3 {
573                                 regulator-name = "vcc_ddr";
574                                 regulator-always-on;
575                                 regulator-boot-on;
576                                 regulator-state-mem {
577                                         regulator-on-in-suspend;
578                                 };
579                         };
580
581                         vcc_1v8: DCDC_REG4 {
582                                 regulator-name = "vcc_1v8";
583                                 regulator-always-on;
584                                 regulator-boot-on;
585                                 regulator-min-microvolt = <1800000>;
586                                 regulator-max-microvolt = <1800000>;
587                                 regulator-state-mem {
588                                         regulator-on-in-suspend;
589                                         regulator-suspend-microvolt = <1800000>;
590                                 };
591                         };
592
593                         vcca3v0_codec: LDO_REG1 {
594                                 regulator-always-on;
595                                 regulator-boot-on;
596                                 regulator-min-microvolt = <3000000>;
597                                 regulator-max-microvolt = <3000000>;
598                                 regulator-name = "vcca3v0_codec";
599                                 regulator-state-mem {
600                                         regulator-off-in-suspend;
601                                 };
602                         };
603
604                         vcc3v0_tp: LDO_REG2 {
605                                 regulator-always-on;
606                                 regulator-boot-on;
607                                 regulator-min-microvolt = <3000000>;
608                                 regulator-max-microvolt = <3000000>;
609                                 regulator-name = "vcc3v0_tp";
610                                 regulator-state-mem {
611                                         regulator-off-in-suspend;
612                                 };
613                         };
614
615                         vcca1v8_codec: LDO_REG3 {
616                                 regulator-always-on;
617                                 regulator-boot-on;
618                                 regulator-min-microvolt = <1800000>;
619                                 regulator-max-microvolt = <1800000>;
620                                 regulator-name = "vcca1v8_codec";
621                                 regulator-state-mem {
622                                         regulator-off-in-suspend;
623                                 };
624                         };
625
626                         vcc_power_on: LDO_REG4 {
627                                 regulator-always-on;
628                                 regulator-boot-on;
629                                 regulator-min-microvolt = <3300000>;
630                                 regulator-max-microvolt = <3300000>;
631                                 regulator-name = "vcc_power_on";
632                                 regulator-state-mem {
633                                         regulator-on-in-suspend;
634                                         regulator-suspend-microvolt = <3300000>;
635                                 };
636                         };
637
638                         vcc_3v0: LDO_REG5 {
639                                 regulator-always-on;
640                                 regulator-boot-on;
641                                 regulator-min-microvolt = <3000000>;
642                                 regulator-max-microvolt = <3000000>;
643                                 regulator-name = "vcc_3v0";
644                                 regulator-state-mem {
645                                         regulator-on-in-suspend;
646                                         regulator-suspend-microvolt = <3000000>;
647                                 };
648                         };
649
650                         vcc_1v5: LDO_REG6 {
651                                 regulator-always-on;
652                                 regulator-boot-on;
653                                 regulator-min-microvolt = <1500000>;
654                                 regulator-max-microvolt = <1500000>;
655                                 regulator-name = "vcc_1v5";
656                                 regulator-state-mem {
657                                         regulator-on-in-suspend;
658                                         regulator-suspend-microvolt = <1500000>;
659                                 };
660                         };
661
662                         vcc1v8_dvp: LDO_REG7 {
663                                 regulator-always-on;
664                                 regulator-boot-on;
665                                 regulator-min-microvolt = <1800000>;
666                                 regulator-max-microvolt = <1800000>;
667                                 regulator-name = "vcc1v8_dvp";
668                                 regulator-state-mem {
669                                         regulator-on-in-suspend;
670                                         regulator-suspend-microvolt = <1800000>;
671                                 };
672                         };
673
674                         vcc3v3_s3: LDO_REG8 {
675                                 regulator-always-on;
676                                 regulator-boot-on;
677                                 regulator-min-microvolt = <3300000>;
678                                 regulator-max-microvolt = <3300000>;
679                                 regulator-name = "vcc3v3_s3";
680                                 regulator-state-mem {
681                                         regulator-on-in-suspend;
682                                         regulator-suspend-microvolt = <3300000>;
683                                 };
684                         };
685
686                         vcc_sd: LDO_REG9 {
687                                 regulator-always-on;
688                                 regulator-boot-on;
689                                 regulator-min-microvolt = <1800000>;
690                                 regulator-max-microvolt = <3300000>;
691                                 regulator-name = "vcc_sd";
692                                 regulator-state-mem {
693                                         regulator-on-in-suspend;
694                                         regulator-suspend-microvolt = <3300000>;
695                                 };
696                         };
697
698                         vcc3v3_s0: SWITCH_REG {
699                                 regulator-always-on;
700                                 regulator-boot-on;
701                                 regulator-name = "vcc3v3_s0";
702                                 regulator-state-mem {
703                                         regulator-on-in-suspend;
704                                 };
705                         };
706                 };
707
708                 battery {
709                         compatible = "rk818-battery";
710                         ocv_table = <
711                                 3400 3599 3671 3701 3728 3746 3762
712                                 3772 3781 3792 3816 3836 3866 3910
713                                 3942 3971 4002 4050 4088 4132 4183>;
714                         design_capacity = <4000>;
715                         design_qmax = <4100>;
716                         bat_res = <100>;
717                         max_input_current = <2000>;
718                         max_chrg_current = <1800>;
719                         max_chrg_voltage = <4200>;
720                         sleep_enter_current = <300>;
721                         sleep_exit_current = <300>;
722                         power_off_thresd = <3400>;
723                         zero_algorithm_vol = <3850>;
724                         fb_temperature = <115>;
725                         sample_res = <10>;
726                         max_soc_offset = <60>;
727                         energy_mode = <0>;
728                         monitor_sec = <5>;
729                         virtual_power = <0>;
730                         power_dc2otg = <0>;
731                 };
732         };
733 };
734
735 &i2c1 {
736         status = "okay";
737         i2c-scl-rising-time-ns = <164>;
738         i2c-scl-falling-time-ns = <15>;
739
740         es8316: es8316@10 {
741                 #sound-dai-cells = <0>;
742                 compatible = "everest,es8316";
743                 reg = <0x10>;
744                 clocks = <&cru SCLK_I2S_8CH_OUT>;
745                 clock-names = "mclk";
746                 spk-con-gpio = <&gpio0 11 GPIO_ACTIVE_HIGH>;
747                 hp-det-gpio = <&gpio4 28 GPIO_ACTIVE_LOW>;
748         };
749 };
750
751 &i2c4 {
752         status = "okay";
753         i2c-scl-rising-time-ns = <345>;
754         i2c-scl-falling-time-ns = <11>;
755         clock-frequency = <400000>;
756
757         sensor@0f {
758                 status = "okay";
759                 compatible = "ak8963";
760                 pinctrl-names = "default";
761                 pinctrl-0 = <&ak8963_irq_gpio>;
762                 reg = <0x0f>;
763                 type = <SENSOR_TYPE_COMPASS>;
764                 irq-gpio = <&gpio1 0 IRQ_TYPE_EDGE_RISING>;
765                 irq_enable = <1>;
766                 poll_delay_ms = <30>;
767                 layout = <1>;
768         };
769
770         fusb0: fusb30x@22 {
771                 compatible = "fairchild,fusb302";
772                 reg = <0x22>;
773                 pinctrl-names = "default";
774                 pinctrl-0 = <&fusb0_int>;
775                 int-n-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
776                 status = "okay";
777         };
778 };
779
780 &i2c5 {
781         status = "okay";
782
783         touch@40 {
784                 compatible = "gslX680";
785                 reg = <0x40>;
786                 touch-gpio = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
787                 reset-gpio = <&gpio4 22 GPIO_ACTIVE_LOW>;
788                 max-x = <1280>;
789                 max-y = <600>;
790                 status = "okay";
791         };
792 };
793
794 &spi1 {
795         status = "okay";
796         max-freq = <50000000>;
797         pinctrl-names = "default", "sleep";
798         pinctrl-1 = <&spi1_gpio>;
799         mpu6500@0 {
800                 status = "okay";
801                 compatible = "inv-spi,mpu6500";
802                 pinctrl-names = "default";
803                 pinctrl-0 = <&mpu6500_irq_gpio>;
804                 irq-gpio = <&gpio1 4 IRQ_TYPE_EDGE_RISING>;
805                 reg = <0>;
806                 spi-max-frequency = <1000000>;
807                 spi-cpha;
808                 spi-cpol;
809                 mpu-int_config = <0x00>;
810                 mpu-level_shifter = <0>;
811                 mpu-orientation = <1 0 0 0 1 0 0 0 1>;
812                 orientation-x= <1>;
813                 orientation-y= <0>;
814                 orientation-z= <1>;
815                 support-hw-poweroff = <1>;
816                 mpu-debug = <1>;
817         };
818 };
819
820 &threshold {
821         temperature = <85000>; /* millicelsius */
822 };
823
824 &target {
825         temperature = <100000>; /* millicelsius */
826 };
827
828 &soc_crit {
829         temperature = <105000>; /* millicelsius */
830 };
831
832 &tsadc {
833         rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
834         rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
835         rockchip,hw-tshut-temp = <110000>;
836         status = "okay";
837 };
838
839 &saradc {
840         status = "okay";
841 };
842
843 &rk_key {
844         compatible = "rockchip,key";
845         status = "okay";
846         io-channels = <&saradc 1>;
847
848         vol-up-key {
849                 linux,code = <115>;
850                 label = "volume up";
851                 rockchip,adc_value = <340>;
852         };
853
854         vol-down-key {
855                 linux,code = <114>;
856                 label = "volume down";
857                 rockchip,adc_value = <170>;
858         };
859
860         power-key {
861                 gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
862                 linux,code = <116>;
863                 label = "power";
864                 gpio-key,wakeup;
865         };
866
867         back-key {
868                 linux,code = <158>;
869                 label = "back";
870                 rockchip,adc_value = <620>;
871         };
872
873         home-key {
874                 linux,code = <102>;
875                 label = "home";
876                 rockchip,adc_value = <700>;
877         };
878 };
879
880 &u2phy0 {
881         extcon = <&fusb0>;
882         status = "okay";
883
884         u2phy0_otg: otg-port {
885                 status = "okay";
886         };
887
888         u2phy0_host: host-port {
889                 phy-supply = <&vcc5v0_host>;
890                 status = "okay";
891         };
892 };
893
894 &u2phy1 {
895         status = "okay";
896
897         u2phy1_otg: otg-port {
898                 status = "okay";
899         };
900
901         u2phy1_host: host-port {
902                 phy-supply = <&vcc5v0_host>;
903                 status = "okay";
904         };
905 };
906
907 &uart0 {
908         pinctrl-names = "default";
909         pinctrl-0 = <&uart0_xfer &uart0_cts>;
910         status = "okay";
911 };
912
913 &uart2 {
914         status = "okay";
915 };
916
917 &usb_host0_ehci {
918         status = "okay";
919 };
920
921 &usb_host0_ohci {
922         status = "okay";
923 };
924
925 &usb_host1_ehci {
926         status = "okay";
927 };
928
929 &usb_host1_ohci {
930         status = "okay";
931 };
932
933 &usbdrd3_0 {
934         extcon = <&fusb0>;
935         status = "okay";
936 };
937
938 &usbdrd_dwc3_0 {
939         status = "okay";
940 };
941
942 &usbdrd3_1 {
943         status = "okay";
944 };
945
946 &usbdrd_dwc3_1 {
947         status = "okay";
948 };
949
950 &tcphy0 {
951         status = "okay";
952         extcon = <&fusb0>;
953 };
954
955 &pwm0 {
956         status = "okay";
957 };
958
959 &pwm2 {
960         status = "okay";
961 };
962
963 &vdd_center {
964         rockchip,pwm_id= <3>;
965         rockchip,pwm_voltage = <900000>;
966 };
967
968 &rk_screen {
969         assigned-clocks = <&cru PLL_VPLL>;
970         assigned-clock-rates = <245000000>;
971         #include <dt-bindings/display/screen-timing/lcd-ls055r1sx04-mipi.dtsi>
972 };
973
974 &fb {
975         rockchip,uboot-logo-on = <1>;
976         rockchip,disp-mode = <NO_DUAL>;
977 };
978
979 &vopb_rk_fb {
980         status = "okay";
981         power_ctr: power_ctr {
982                 lcd_en: lcd-en {
983                         rockchip,power_type = <GPIO>;
984                         gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
985                         rockchip,delay = <10>;
986                 };
987                 lcd_rst: lcd-rst {
988                         rockchip,power_type = <GPIO>;
989                         gpios = <&gpio3 4 GPIO_ACTIVE_HIGH>;
990                         rockchip,delay = <10>;
991                 };
992         };
993 };
994
995 &vopl_rk_fb {
996         status = "okay";
997 };
998
999 &mipi0_rk_fb {
1000         status = "okay";
1001 };
1002
1003 &mipi1_rk_fb {
1004         status = "okay";
1005 };
1006
1007 &cpu_l0 {
1008         cpu-supply = <&vdd_cpu_l>;
1009 };
1010
1011 &cpu_l1 {
1012         cpu-supply = <&vdd_cpu_l>;
1013 };
1014
1015 &cpu_l2 {
1016         cpu-supply = <&vdd_cpu_l>;
1017 };
1018
1019 &cpu_l3 {
1020         cpu-supply = <&vdd_cpu_l>;
1021 };
1022
1023 &cpu_b0 {
1024         cpu-supply = <&vdd_cpu_b>;
1025 };
1026
1027 &cpu_b1 {
1028         cpu-supply = <&vdd_cpu_b>;
1029 };
1030
1031 &gpu {
1032         status = "okay";
1033         mali-supply = <&vdd_gpu>;
1034 };
1035
1036 &pinctrl {
1037         sdio-pwrseq {
1038                 wifi_enable_h: wifi-enable-h {
1039                         rockchip,pins = <0 10 RK_FUNC_GPIO &pcfg_pull_none>;
1040                 };
1041         };
1042
1043         wireless-bluetooth {
1044                 uart0_gpios: uart0-gpios {
1045                         rockchip,pins = <2 19 RK_FUNC_GPIO &pcfg_pull_none>;
1046                 };
1047         };
1048
1049         pmic {
1050                 pmic_int_l: pmic-int-l {
1051                         rockchip,pins =
1052                                 <1 21 RK_FUNC_GPIO &pcfg_pull_up>;
1053                 };
1054
1055                 pmic_dvs2: pmic-dvs2 {
1056                         rockchip,pins =
1057                                 <1 18 RK_FUNC_GPIO &pcfg_pull_down>;
1058                 };
1059
1060                 vsel1_gpio: vsel1-gpio {
1061                         rockchip,pins =
1062                                 <1 17 RK_FUNC_GPIO &pcfg_pull_down>;
1063                 };
1064
1065                 vsel2_gpio: vsel2-gpio {
1066                         rockchip,pins =
1067                                 <1 14 RK_FUNC_GPIO &pcfg_pull_down>;
1068                 };
1069         };
1070
1071         mpu6500 {
1072                 mpu6500_irq_gpio: mpu6500-irq-gpio {
1073                         rockchip,pins = <1 4 RK_FUNC_GPIO &pcfg_pull_none>;
1074                 };
1075         };
1076
1077         usb2 {
1078                 host_vbus_drv: host-vbus-drv {
1079                         rockchip,pins =
1080                                 <4 25 RK_FUNC_GPIO &pcfg_pull_none>;
1081                 };
1082         };
1083
1084         ak8963 {
1085                 ak8963_irq_gpio: ak8963-irq-gpio {
1086                         rockchip,pins = <1 0 RK_FUNC_GPIO &pcfg_pull_none>;
1087                 };
1088         };
1089
1090         spi1 {
1091                 spi1_gpio: spi1-gpio {
1092                         rockchip,pins =
1093                                 <1 7 RK_FUNC_GPIO &pcfg_output_low>,
1094                                 <1 8 RK_FUNC_GPIO &pcfg_output_low>,
1095                                 <1 9 RK_FUNC_GPIO &pcfg_output_low>,
1096                                 <1 10 RK_FUNC_GPIO &pcfg_output_low>;
1097                 };
1098         };
1099
1100         fusb30x {
1101                 fusb0_int: fusb0-int {
1102                         rockchip,pins = <1 2 RK_FUNC_GPIO &pcfg_pull_up>;
1103                 };
1104         };
1105 };