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