arm: dts: rk3288-evb: 32.768K clk node for BT
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-p977_8846.dts
1 /dts-v1/;
2
3 #include "rk3288.dtsi"
4 #include "lcd-LP097Qx1.dtsi"
5 #include "vtl_ts_p977.dtsi"
6 / {
7         fiq-debugger {
8                 status = "okay";
9         };
10
11         5v_power_en {
12         compatible = "5v_en";
13                 5ven,pin =<&gpio7 GPIO_B4 GPIO_ACTIVE_HIGH>;    // 5v power for otg and hdmi
14                 status = "okay";        
15         };
16
17
18     wireless-wlan {
19         compatible = "wlan-platdata";
20
21         wifi_chip_type = "ap6210";
22         sdio_vref = <1800>; //1800mv or 3300mv
23
24         //power_ctrl_by_pmu;
25         pmu_regulator = "act_ldo3";
26         pmu_enable_level = <1>; //1->HIGH, 0->LOW
27
28         WIFI,poweren_gpio = <&gpio4 GPIO_D4 GPIO_ACTIVE_HIGH>;
29         WIFI,host_wake_irq = <&gpio4 GPIO_D6 GPIO_ACTIVE_HIGH>;
30         //WIFI,reset_gpio = <&gpio0 GPIO_A2 GPIO_ACTIVE_LOW>;
31
32         status = "okay";
33     };
34
35     wireless-bluetooth {
36         compatible = "bluetooth-platdata";
37
38         uart_rts_gpios = <&gpio4 GPIO_C3 GPIO_ACTIVE_LOW>;
39         pinctrl-names = "default","rts_gpio";
40         pinctrl-0 = <&uart0_rts>;
41         pinctrl-1 = <&uart0_rts_gpio>;
42
43         //BT,power_gpio = <&gpio4 GPIO_D3 GPIO_ACTIVE_HIGH>;
44         BT,reset_gpio = <&gpio4 GPIO_D5 GPIO_ACTIVE_HIGH>;
45         BT,wake_gpio = <&gpio4 GPIO_D2 GPIO_ACTIVE_HIGH>;
46         BT,wake_host_irq = <&gpio4 GPIO_D7 GPIO_ACTIVE_HIGH>;
47
48         status = "okay";
49     };
50
51     hallsensor {
52                compatible = "hall_och165t";
53                type = <SENSOR_TYPE_HALL>;
54                irq-gpio = <&gpio0 GPIO_A6 IRQ_TYPE_EDGE_BOTH>;
55      };
56
57         backlight {
58                 compatible = "pwm-backlight";
59                 pwms = <&pwm0 0 25000>;
60                 brightness-levels = <255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240
61                      239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220
62                      219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200
63                      199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180
64                      179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160
65                      159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140
66                      139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120
67                      119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100
68                      99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70
69                      69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40
70                      39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10
71                      9 8 7 6 5 4 3 2 1 0>;
72                 default-brightness-level = <200>;
73                 enable-gpios = <&gpio7 GPIO_A2 GPIO_ACTIVE_HIGH>;
74         };
75
76         pwm_regulator {
77                 compatible = "rockchip_pwm_regulator";
78                 pwms = <&pwm1 0 25000>;
79                 rockchip,pwm_id= <1>;
80                 rockchip,pwm_voltage_map= <925000 950000 975000 1000000 1025000 1050000 1075000 1100000 1125000 1150000 1175000 1200000 1225000 1250000 1275000 1300000 1325000 1350000 1375000 1400000>;
81                 rockchip,pwm_voltage= <1000000>;
82                 rockchip,pwm_min_voltage= <925000>;
83                 rockchip,pwm_max_voltage= <1400000>;
84                 rockchip,pwm_suspend_voltage= <950000>;
85                 rockchip,pwm_coefficient= <475>;
86                 regulators {
87                         #address-cells = <1>;
88                         #size-cells = <0>;
89                         pwm_reg0: regulator@0 {
90                                 regulator-compatible = "pwm_dcdc1";
91                                 regulator-name= "vdd_logic";
92                                 regulator-min-microvolt = <925000>;
93                                 regulator-max-microvolt = <1400000>;
94                                 regulator-always-on;
95                                 regulator-boot-on;
96                         };
97                 };
98         };
99
100         codec_hdmi_i2s: codec-hdmi-i2s {
101                 compatible = "hdmi-i2s";
102         };
103
104         codec_hdmi_spdif: codec-hdmi-spdif {
105                 compatible = "hdmi-spdif";
106         };
107
108         rockchip-hdmi-i2s {
109                 compatible = "rockchip-hdmi-i2s";
110                 dais {
111                         dai0 {
112                                 audio-codec = <&codec_hdmi_i2s>;
113                                 audio-controller = <&i2s>;
114                                 format = "i2s";
115                                 //continuous-clock;
116                                 //bitclock-inversion;
117                                 //frame-inversion;
118                                 //bitclock-master;
119                                 //frame-master;
120                         };
121                 };
122         };
123         
124         rockchip-hdmi-spdif {
125                 compatible = "rockchip-hdmi-spdif";
126                 dais {
127                         dai0 {
128                                 audio-codec = <&codec_hdmi_spdif>;
129                                 audio-controller = <&spdif>;
130                         };
131                 };              
132         };
133
134         rockchip-rt5631 {
135                 compatible = "rockchip-rt5631";
136                 dais {
137                         dai0 {
138                                 audio-codec = <&rt5631>;
139                                 audio-controller = <&i2s>;
140                                 format = "i2s";
141                                 //continuous-clock;
142                                 //bitclock-inversion;
143                                 //frame-inversion;
144                                 //bitclock-master;
145                                 //frame-master;
146                         };
147                 };
148         };
149
150         usb_control {
151                 compatible = "rockchip,rk3288-usb-control";
152
153                 otg_drv_gpio = <&gpio0 GPIO_B4 GPIO_ACTIVE_LOW>;
154
155                 rockchip,remote_wakeup;
156                 rockchip,usb_irq_wakeup;
157         };
158 };
159 &pinctrl {
160         gpio0_gpio {
161                         gpio0_c2: gpio0-c2 {
162                                 rockchip,pins = <GPIO0_C2>;
163                                 rockchip,pull = <VALUE_PULL_DOWN>;
164                         };
165
166                         //to add
167                 };
168                 
169         gpio7_gpio {
170                         gpio7_b7: gpio7-b7 {
171                                 rockchip,pins = <GPIO7_B7>;
172                                 rockchip,pull = <VALUE_PULL_UP>;
173                         };
174
175                         //to add
176                 };
177         //could add other pinctrl definition such as gpio
178
179 };
180
181 &emmc {
182         clock-frequency = <100000000>;
183         clock-freq-min-max = <400000 100000000>;
184
185         supports-highspeed;
186         supports-emmc;
187         bootpart-no-access;
188
189         supports-DDR_MODE;
190         caps2-mmc-hs200;
191
192         ignore-pm-notify;
193                 keep-power-in-suspend;
194         status = "okay";
195 };
196     
197 &sdmmc {
198         clock-frequency = <50000000>;
199         clock-freq-min-max = <400000 50000000>;             
200             
201         supports-highspeed;
202         supports-sd;
203         broken-cd;
204         card-detect-delay = <200>;
205
206         ignore-pm-notify;
207         keep-power-in-suspend;
208         
209         vmmc-supply = <&ldo1_reg>;
210         status = "okay";
211 };
212                 
213 &sdio {
214         clock-frequency = <50000000>;
215         clock-freq-min-max = <200000 50000000>;
216                 
217         supports-highspeed;             
218         supports-sdio;
219                 ignore-pm-notify;
220                 keep-power-in-suspend;
221                 //cap-sdio-irq;
222                 status = "okay";
223 };
224
225 &spi0 {
226         status = "disabled";
227         max-freq = <48000000>;  
228         /*
229         spi_test@00 {
230                 compatible = "rockchip,spi_test_bus0_cs0";
231                 reg = <0>;
232                 spi-max-frequency = <24000000>;
233                 //spi-cpha;
234                 //spi-cpol;
235                 poll_mode = <0>;
236                 type = <0>;
237                 enable_dma = <0>;
238
239         };
240
241         spi_test@01 {
242                 compatible = "rockchip,spi_test_bus0_cs1";
243                 reg = <1>;
244                 spi-max-frequency = <24000000>;
245                 spi-cpha;
246                 spi-cpol;
247                 poll_mode = <0>;
248                 type = <0>;
249                 enable_dma = <0>;               
250         };
251         */
252 };
253
254 &spi1 {
255         status = "disabled";
256         max-freq = <48000000>;
257         /*
258         spi_test@10 {
259                 compatible = "rockchip,spi_test_bus1_cs0";
260                 reg = <0>;
261                 spi-max-frequency = <24000000>;
262                 //spi-cpha;
263                 //spi-cpol;
264                 poll_mode = <0>;
265                 type = <0>;
266                 enable_dma = <0>;
267         };
268
269         */
270 };
271
272 &spi2 {
273         status = "disabled";
274         max-freq = <48000000>;
275         /*
276         spi_test@20 {
277                 compatible = "rockchip,spi_test_bus2_cs0";
278                 reg = <0>;
279                 spi-max-frequency = <24000000>;
280                 //spi-cpha;
281                 //spi-cpol;
282                 poll_mode = <0>;
283                 type = <0>;
284                 enable_dma = <0>;
285         };
286
287         spi_test@21 {
288                 compatible = "rockchip,spi_test_bus2_cs1";
289                 reg = <1>;
290                 spi-max-frequency = <24000000>;
291                 //spi-cpha;
292                 //spi-cpol;
293                 poll_mode = <0>;
294                 type = <0>;
295                 enable_dma = <0>;
296         };
297         */
298 };
299 &uart_bt {
300         status = "okay";
301         dma-names = "!tx", "!rx";
302         pinctrl-0 = <&uart0_xfer &uart0_cts>;
303 };
304
305 &i2c0 {
306         status = "okay";
307         rk808: rk808@1b {
308                 reg = <0x1b>;
309                 status = "okay";
310         };
311                 syr827: syr827@40 {
312                 compatible = "silergy,syr82x";
313         reg = <0x40>;
314                 status = "okay";
315                 regulators {
316                         #address-cells = <1>;
317                         #size-cells = <0>;      
318                         syr827_dc1: regulator@0 {
319                         reg = <0>;
320                         regulator-compatible = "syr82x_dcdc1";
321                         regulator-name = "vdd_arm";
322                         regulator-min-microvolt = <712500>;
323                         regulator-max-microvolt = <1500000>;
324                         regulator-always-on;
325                         regulator-boot-on;
326                         regulator-initial-mode = <0x2>;
327                         regulator-initial-state = <3>;
328                         regulator-state-mem {
329                                 regulator-state-mode = <0x2>;
330                                 regulator-state-disabled;
331                                 regulator-state-uv = <900000>;
332                         };
333                 };
334            };
335         };
336         syr828: syr828@41 {
337                 compatible = "silergy,syr82x";
338                 reg = <0x41>;
339                 status = "okay";
340                 regulators {
341                         #address-cells = <1>;
342                         #size-cells = <0>;      
343                         syr828_dc1: regulator@0 {
344                         reg = <0>;
345                         regulator-compatible = "syr82x_dcdc1";
346                         regulator-name = "vdd_gpu";
347                         regulator-min-microvolt = <712500>;
348                         regulator-max-microvolt = <1500000>;
349                         //regulator-always-on;
350                         //regulator-boot-on;
351                         regulator-initial-mode = <0x2>;
352                         regulator-initial-state = <3>;
353                         regulator-state-mem {
354                                 regulator-state-mode = <0x2>;
355                                 regulator-state-disabled;
356                                 regulator-state-uv = <900000>;
357                         };      
358                 };
359            };
360         };
361         act8846: act8846@5a {
362                 reg = <0x5a>;
363                 status = "okay";
364         };
365
366         
367
368
369         CW2015@62 {
370                 compatible = "cw201x";
371                 reg = <0x62>;
372                 dc_det_gpio = <&gpio0 GPIO_B0 GPIO_ACTIVE_LOW>;
373                 bat_low_gpio = <&gpio0 GPIO_A7 GPIO_ACTIVE_LOW>;
374                 chg_ok_gpio = <&gpio0 GPIO_B1 GPIO_ACTIVE_HIGH>;
375                 bat_config_info = <0x15 0x81 0x5D 0x5C 0x58 0x5B 0x57 0x4B 0x49 0x4A 0x46 0x43 0x41
376                                 0x3A 0x38 0x30 0x26 0x1E 0x16 0x18 0x1C 0x2C 0x43 0x46 0x3C 0x93
377                                 0x09 0x9A 0x1A 0x33 0x6C 0x6E 0x6F 0x6D 0x6B 0x6C 0x3D 0x1C 0x61
378                                 0xB4 0x13 0x3F 0x52 0x87 0x8F 0x91 0x94 0x52 0x82 0x8C 0x92 0x96
379                                 0x87 0x95 0xC2 0xCB 0x2F 0x7D 0x72 0xA5 0xB5 0xC1 0x27 0x69>;
380                 is_dc_charge = <1>;
381                 is_usb_charge = <0>;
382         };
383         
384         rtc@51 {
385                 compatible = "rtc,hym8563";
386                 reg = <0x51>;
387                 irq_gpio = <&gpio0 GPIO_A4 IRQ_TYPE_EDGE_FALLING>;
388         };
389
390 };
391
392 &i2c1 {
393         status = "okay";
394         rtc@51 {
395                 compatible = "nxp,pcf8563";
396                 reg = <0x51>;
397         };
398         
399         sensor@1d {
400                 compatible = "gs_mma8452";
401                 reg = <0x1d>;
402                 type = <SENSOR_TYPE_ACCEL>;
403                 irq-gpio = <&gpio8 GPIO_A0 IRQ_TYPE_LEVEL_LOW>;
404                 irq_enable = <1>;
405                 poll_delay_ms = <30>;
406                 layout = <8>;
407         };
408
409         sensor@0d {
410                 compatible = "ak8975";
411                 reg = <0x0d>;
412                 type = <SENSOR_TYPE_COMPASS>;
413                 irq-gpio = <&gpio8 GPIO_A1 IRQ_TYPE_EDGE_RISING>;
414                 irq_enable = <1>;
415                 poll_delay_ms = <30>;
416                 layout = <1>;
417         };
418
419         sensor@10 {
420               compatible = "ls_cm3218";
421               reg = <0x10>;
422               type = <SENSOR_TYPE_LIGHT>;
423               irq-gpio = <&gpio8 GPIO_A3 IRQ_TYPE_EDGE_FALLING>;              
424               irq_enable = <1>;
425               poll_delay_ms = <30>;
426               layout = <1>;
427        };
428 /*            
429         mpu6050:mpu@68{
430         compatible = "mpu6050";
431         reg = <0x68>;
432         mpu-int_config = <0x10>;
433         mpu-level_shifter = <0>;
434         mpu-orientation = <1 0 0 0 1 0 0 0 1>;  
435         orientation-x= <1>;
436         orientation-y= <0>;
437         orientation-z= <1>;
438         irq-gpio = <&gpio8 GPIO_A0 IRQ_TYPE_LEVEL_LOW>;                 
439         mpu-debug = <0>;
440         };
441
442         ak8963:compass@0d{
443         compatible = "ak8963";
444         reg = <0x0d>;
445         compass-bus = <0>;
446         compass-adapt_num = <0>;
447         compass-orientation = <1 0 0 0 1 0 0 0 1>;
448         orientation-x= <0>;
449         orientation-y= <0>;
450         orientation-z= <1>;     
451         compass-debug = <1>;
452         status = "disabled";
453         };
454
455         ak8975:compass@0d{
456         compatible = "ak8975";
457         reg = <0x0d>;
458         compass-bus = <0>;
459         compass-adapt_num = <0>;
460         compass-orientation = <0 1 0 1 0 0 0 0 1>;
461         orientation-x= <0>;
462         orientation-y= <0>;
463         orientation-z= <0>;     
464         compass-debug = <0>;
465         };
466 */
467 };
468
469 &i2c2 {
470         status = "okay";
471
472         rt5631: rt5631@1a {
473                 compatible = "rt5631";
474                 reg = <0x1a>;
475                 phone_det_level = <1>;
476         };
477         
478 };
479
480 &i2c3 {
481         status = "okay";
482 };
483
484 &i2c4 {
485         status = "okay";
486         ts@01 {
487                 compatible = "ct,vtl_ts";
488                 reg = <0x01>;
489                 screen_max_x = <2048>;
490                 screen_max_y = <1536>;
491         xy_swap = <0>;
492         x_reverse = <0>;
493         y_reverse = <1>;
494         x_mul = <1>;
495         y_mul = <1>;
496         bin_ver = <1>;
497                 irq_gpio_number = <&gpio7 GPIO_A6 IRQ_TYPE_LEVEL_LOW>;
498                 rst_gpio_number = <&gpio7 GPIO_A5 GPIO_ACTIVE_HIGH>;
499         };
500 };
501
502 &i2c5 {
503         status = "disable";
504 };
505
506 &fb {
507         rockchip,disp-mode = <DUAL>;
508         rockchip,uboot-logo-on = <1>;
509 };
510
511 &rk_screen {
512          display-timings = <&disp_timings>;
513 };
514
515 /*lcdc0 as PRMRY(LCD),lcdc1 as EXTEND(HDMI)*/
516 &lcdc0 {
517         status = "okay";
518         rockchip,mirror = <NO_MIRROR>;
519         rockchip,cabc_mode = <0>;
520         rockchip,iommu-enabled = <0>;
521         power_ctr: power_ctr {
522                 rockchip,debug = <0>;
523
524                 lcd_en:lcd_en {
525                         rockchip,power_type = <GPIO>;
526                         gpios = <&gpio7 GPIO_A3 GPIO_ACTIVE_HIGH>;
527                         rockchip,delay = <10>;
528                 };
529         
530                 /*lcd_cs:lcd_cs {
531                         rockchip,power_type = <REGULATOR>;
532                         rockchip,delay = <10>;
533                 };
534
535                 lcd_rst:lcd_rst {
536                         rockchip,power_type = <GPIO>;
537                         gpios = <&gpio3 GPIO_D6 GPIO_ACTIVE_HIGH>;
538                         rockchip,delay = <5>;
539                 };*/
540
541         };
542 };
543
544 &lcdc1 {
545         status = "okay";
546         rockchip,mirror = <NO_MIRROR>;
547         rockchip,iommu-enabled = <0>;
548 };
549
550 &hdmi {
551         status = "okay";
552         rockchip,hdmi_video_source = <DISPLAY_SOURCE_LCDC1>;
553 };
554
555 &adc {
556         status = "okay";
557
558
559         key {
560                 compatible = "rockchip,key";
561                 io-channels = <&adc 1>;
562
563                 vol-up-key {
564                         linux,code = <115>;
565                         label = "volume up";
566                         rockchip,adc_value = <1>;
567                 };
568
569                 vol-down-key {
570                         linux,code = <114>;
571                         label = "volume down";
572                         rockchip,adc_value = <170>;
573                 };
574
575                 power-key {
576                         gpios = <&gpio0 GPIO_A5 GPIO_ACTIVE_LOW>;
577                         linux,code = <116>;
578                         label = "power";
579                         gpio-key,wakeup;
580                 };
581
582                 back-key {
583                         linux,code = <158>;
584                         label = "back";
585                         rockchip,adc_value = <355>;
586                 };
587 /*
588                 home-key {
589                         linux,code = <102>;
590                         label = "home";
591                         rockchip,adc_value = <746>;
592                 };
593
594                 back-key {
595                         linux,code = <158>;
596                         label = "back";
597                         rockchip,adc_value = <560>;
598                 };
599 */
600                 camera-key {
601                         linux,code = <212>;
602                         label = "camera";
603                         rockchip,adc_value = <450>;
604                 };
605         };
606 };
607
608 &pwm0 {
609         status = "okay";
610 };
611
612 &pwm1 {
613         status = "okay";
614 };
615
616
617 &clk_core_dvfs_table {
618         operating-points = <
619                 /* KHz    uV */
620                 126000 900000
621                 216000 900000
622                 312000 900000
623                 408000 900000
624                 600000 900000
625                 696000 950000
626                 816000 1000000
627                 1008000 1050000
628                 1200000 1100000
629                 1416000 1200000
630                 1512000 1300000
631                 1608000 1350000
632         //      1704000 1350000
633         //      1800000 1400000
634                 >;
635         status="okay";
636 };
637
638 &clk_gpu_dvfs_table {
639         operating-points = <
640                 /* KHz    uV */
641                 100000 900000
642                 200000 900000
643                 300000 950000
644                 400000 1150000
645                 500000 1200000
646         //      600000 1250000
647                 >;
648         status="okay";
649 };
650
651 &clk_ddr_dvfs_table {
652         operating-points = <
653                 /* KHz    uV */
654                 200000 1000000
655                 300000 1000000
656                 420000 1050000
657                 533000 1100000
658                 >;
659
660         freq-table = <
661                 /*status                freq(KHz)*/
662                 SYS_STATUS_NORMAL       400000
663                 SYS_STATUS_SUSPEND      200000
664                 SYS_STATUS_VIDEO_1080P  240000
665                 SYS_STATUS_VIDEO_4K     400000
666                 SYS_STATUS_PERFORMANCE  528000
667                 SYS_STATUS_DUALVIEW     400000
668                 SYS_STATUS_BOOST        324000
669                 SYS_STATUS_ISP          533000
670                 >;
671         bd-freq-table = <
672                 /* bandwidth   freq */
673                 5000           800000
674                 3500           456000
675                 2600           396000
676                 2000           324000
677         >;
678         auto-freq-table = <
679                 240000
680                 324000
681                 396000
682                 528000
683                 >;
684         auto-freq=<1>;
685         status="okay";
686 };
687 /include/ "act8846.dtsi"
688 &act8846 {
689         gpios =<&gpio7 GPIO_A1 GPIO_ACTIVE_LOW>,<&gpio0 GPIO_B2 GPIO_ACTIVE_HIGH>;
690         act8846,system-power-controller;
691
692         regulators {
693                 
694                 dcdc1_reg: regulator@0{
695                         regulator-name= "act_dcdc1";
696                         regulator-min-microvolt = <1200000>;
697                         regulator-max-microvolt = <1200000>;
698                         regulator-always-on;
699                         regulator-boot-on;
700                 };
701
702                 dcdc2_reg: regulator@1 {
703                         regulator-name= "vccio";
704                         regulator-min-microvolt = <3300000>;
705                         regulator-max-microvolt = <3300000>;
706                         regulator-initial-state = <3>;
707                         regulator-state-mem {
708                                 regulator-state-enabled;
709                                 regulator-state-uv = <3300000>;
710                         };              
711                 };
712
713                 dcdc3_reg: regulator@2 {
714                         regulator-name= "vdd_logic";
715                         regulator-min-microvolt = <700000>;
716                         regulator-max-microvolt = <1500000>;
717                         regulator-initial-state = <3>;
718                         regulator-state-mem {
719                                 regulator-state-enabled;
720                                 regulator-state-uv = <1000000>;
721                         };              
722                 
723                 };
724
725                 dcdc4_reg: regulator@3 {
726                         regulator-name= "act_dcdc4";
727                         regulator-min-microvolt = <2000000>;
728                         regulator-max-microvolt = <2000000>;
729                                 regulator-initial-state = <3>;
730                         regulator-state-mem {
731                                 regulator-state-enabled;
732                                 regulator-state-uv = <2000000>;
733                         };
734                 };
735
736                 ldo1_reg: regulator@4 {
737                         regulator-name= "vccio_sd";
738                         regulator-min-microvolt = <1800000>;
739                         regulator-max-microvolt = <3300000>;
740                         
741                 };
742
743                 ldo2_reg: regulator@5 {
744                         regulator-name= "act_ldo2";
745                         regulator-min-microvolt = <1000000>;
746                         regulator-max-microvolt = <1000000>;
747                 
748                 };
749
750                 ldo3_reg: regulator@6 {
751                         regulator-name= "act_ldo3";
752                         regulator-min-microvolt = <3300000>;
753                         regulator-max-microvolt = <3300000>;
754                         
755                 };
756
757                 ldo4_reg:regulator@7 {
758                         regulator-name= "act_ldo4";
759                         regulator-min-microvolt = <3300000>;
760                         regulator-max-microvolt = <3300000>;
761                 
762                 };
763
764                 ldo5_reg: regulator@8 {
765                         regulator-name= "act_ldo5";
766                         regulator-min-microvolt = <3300000>;
767                         regulator-max-microvolt = <3300000>;
768                 
769                 };
770
771                 ldo6_reg: regulator@9 {
772                         regulator-name= "act_ldo6";
773                         regulator-min-microvolt = <1000000>;
774                         regulator-max-microvolt = <1000000>;
775                         regulator-initial-state = <3>;
776                         regulator-state-mem {
777                                 regulator-state-enabled;
778                         };
779                         
780                 };
781
782                 ldo7_reg: regulator@10 {
783                         regulator-name= "vcc_18";
784                         regulator-min-microvolt = <1800000>;
785                         regulator-max-microvolt = <1800000>;
786                         regulator-initial-state = <3>;
787                         regulator-state-mem {
788                                 regulator-state-enabled;
789                         };
790                 
791                 };
792
793                 ldo8_reg: regulator@11 {
794                         regulator-name= "act_ldo8";
795                         regulator-min-microvolt = <1800000>;
796                         regulator-max-microvolt = <1800000>;
797                 
798                 };
799         };
800 };
801
802 /include/ "rk808.dtsi"
803 &rk808 {
804         gpios =<&gpio0 GPIO_A4 GPIO_ACTIVE_HIGH>,<&gpio0 GPIO_A0 GPIO_ACTIVE_LOW>;
805         rk808,system-power-controller;
806
807         regulators {
808                 
809                 rk808_dcdc1_reg: regulator@0{
810                         regulator-name= "vdd_arm";
811                         regulator-always-on;
812                         regulator-boot-on;
813                 };
814
815                 rk808_dcdc2_reg: regulator@1 {
816                         regulator-name= "vdd_gpu";
817                         regulator-always-on;
818                         regulator-boot-on;
819                 };
820
821                 rk808_dcdc3_reg: regulator@2 {
822                         regulator-name= "rk_dcdc3";
823                         regulator-min-microvolt = <1200000>;
824                         regulator-max-microvolt = <1200000>;
825                         regulator-always-on;
826                         regulator-boot-on;
827                 };
828
829                 rk808_dcdc4_reg: regulator@3 {
830                         regulator-name= "vccio";
831                         regulator-min-microvolt = <1800000>;
832                         regulator-max-microvolt = <3300000>;
833                         regulator-always-on;
834                         regulator-boot-on;
835                 };
836
837                 rk808_ldo1_reg: regulator@4 {
838                         regulator-name= "rk_ldo1";
839                         regulator-min-microvolt = <3300000>;
840                         regulator-max-microvolt = <3300000>;
841                         regulator-always-on;
842                         regulator-boot-on;
843                 };
844
845                 rk808_ldo2_reg: regulator@5 {
846                         regulator-name= "rk_ldo2";
847                         regulator-min-microvolt = <3300000>;
848                         regulator-max-microvolt = <3300000>;
849                         regulator-always-on;
850                         regulator-boot-on;
851                 };
852
853                 rk808_ldo3_reg: regulator@6 {
854                         regulator-name= "rk_ldo3";
855                         regulator-min-microvolt = <1000000>;
856                         regulator-max-microvolt = <1000000>;
857                         regulator-always-on;
858                         regulator-boot-on;
859                 };
860
861                 rk808_ldo4_reg:regulator@7 {
862                         regulator-name= "rk_ldo4";
863                         regulator-min-microvolt = <1800000>;
864                         regulator-max-microvolt = <1800000>;
865                         regulator-always-on;
866                         regulator-boot-on;
867                 };
868
869                 rk808_ldo5_reg: regulator@8 {
870                         regulator-name= "vcc_sd";
871                         regulator-min-microvolt = <1800000>;
872                         regulator-max-microvolt = <3300000>;
873                         regulator-always-on;
874                         regulator-boot-on;
875                 };
876
877                 rk808_ldo6_reg: regulator@9 {
878                         regulator-name= "rk_ldo6";
879                         regulator-min-microvolt = <1000000>;
880                         regulator-max-microvolt = <1000000>;
881                         regulator-always-on;
882                         regulator-boot-on;
883                 };
884
885                 rk808_ldo7_reg: regulator@10 {
886                         regulator-name= "rk_ldo7";
887                         regulator-min-microvolt = <1800000>;
888                         regulator-max-microvolt = <1800000>;
889                         regulator-always-on;
890                         regulator-boot-on;
891                 };
892
893                 rk808_ldo8_reg: regulator@11 {
894                         regulator-name= "rk_ldo8";
895                         regulator-min-microvolt = <3300000>;
896                         regulator-max-microvolt = <3300000>;
897                         regulator-always-on;
898                         regulator-boot-on;
899                 };
900
901                 rk808_ldo9_reg: regulator@12 {
902                         regulator-name= "rk_ldo9";
903                         regulator-always-on;
904                         regulator-boot-on;
905                 };
906
907                 rk808_ldo10_reg: regulator@13 {
908                         regulator-name= "rk_ldo10";
909                         regulator-always-on;
910                         regulator-boot-on;
911                 };
912         };
913 };
914
915 &lcdc_vdd_domain {
916         regulator-name = "vcc30_lcd";
917         };
918 &dpio_vdd_domain{
919         regulator-name = "vcc18_cif";   
920         };
921 &flash0_vdd_domain{
922         regulator-name = "vcc_flash";   
923         };
924 &flash1_vdd_domain{
925         regulator-name = "vcc_flash";                   
926         };
927 &apio3_vdd_domain{
928         regulator-name = "vccio_wl";            
929         };
930 &apio5_vdd_domain{
931         regulator-name = "vccio";               
932         };
933 &apio4_vdd_domain{
934         regulator-name = "vccio";               
935         };
936 &apio1_vdd_domain{
937         regulator-name = "vccio";                       
938         };
939 &apio2_vdd_domain{
940         regulator-name = "vccio";               
941         };
942 &sdmmc0_vdd_domain{
943         regulator-name = "vcc_sd";                      
944         };