Merge branch 'asoc-4.20' into asoc-linus
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / exynos4412-midas.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Samsung's Exynos4412 based Trats 2 board device tree source
4  *
5  * Copyright (c) 2013 Samsung Electronics Co., Ltd.
6  *              http://www.samsung.com
7  *
8  * Device tree source file for Samsung's Trats 2 board which is based on
9  * Samsung's Exynos4412 SoC.
10  */
11
12 /dts-v1/;
13 #include "exynos4412.dtsi"
14 #include "exynos4412-ppmu-common.dtsi"
15 #include <dt-bindings/gpio/gpio.h>
16 #include <dt-bindings/interrupt-controller/irq.h>
17 #include <dt-bindings/clock/maxim,max77686.h>
18 #include <dt-bindings/pinctrl/samsung.h>
19
20 / {
21         compatible = "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
22
23         aliases {
24                 i2c11 = &i2c_max77693;
25                 i2c12 = &i2c_max77693_fuel;
26         };
27
28         chosen {
29                 stdout-path = &serial_2;
30         };
31
32         firmware@204f000 {
33                 compatible = "samsung,secure-firmware";
34                 reg = <0x0204F000 0x1000>;
35         };
36
37         fixed-rate-clocks {
38                 xxti {
39                         compatible = "samsung,clock-xxti", "fixed-clock";
40                         clock-frequency = <0>;
41                 };
42
43                 xusbxti {
44                         compatible = "samsung,clock-xusbxti", "fixed-clock";
45                         clock-frequency = <24000000>;
46                 };
47         };
48
49         cam_io_reg: voltage-regulator-1 {
50                 compatible = "regulator-fixed";
51                 regulator-name = "CAM_SENSOR_A";
52                 regulator-min-microvolt = <2800000>;
53                 regulator-max-microvolt = <2800000>;
54                 enable-active-high;
55                 status = "disabled";
56         };
57
58         cam_af_reg: voltage-regulator-2 {
59                 compatible = "regulator-fixed";
60                 regulator-name = "CAM_AF";
61                 regulator-min-microvolt = <2800000>;
62                 regulator-max-microvolt = <2800000>;
63                 enable-active-high;
64                 status = "disabled";
65         };
66
67         vsil12: voltage-regulator-3 {
68                 compatible = "regulator-fixed";
69                 regulator-name = "VSIL_1.2V";
70                 regulator-min-microvolt = <1200000>;
71                 regulator-max-microvolt = <1200000>;
72                 gpio = <&gpl0 4 GPIO_ACTIVE_HIGH>;
73                 enable-active-high;
74                 vin-supply = <&buck7_reg>;
75         };
76
77         vcc33mhl: voltage-regulator-4 {
78                 compatible = "regulator-fixed";
79                 regulator-name = "VCC_3.3_MHL";
80                 regulator-min-microvolt = <3300000>;
81                 regulator-max-microvolt = <3300000>;
82                 gpio = <&gpl0 4 GPIO_ACTIVE_HIGH>;
83                 enable-active-high;
84         };
85
86         vcc18mhl: voltage-regulator-5 {
87                 compatible = "regulator-fixed";
88                 regulator-name = "VCC_1.8_MHL";
89                 regulator-min-microvolt = <1800000>;
90                 regulator-max-microvolt = <1800000>;
91                 gpio = <&gpl0 4 GPIO_ACTIVE_HIGH>;
92                 enable-active-high;
93         };
94
95         gpio-keys {
96                 compatible = "gpio-keys";
97                 pinctrl-names = "default";
98                 pinctrl-0 = <&gpio_keys>;
99
100                 key-down {
101                         gpios = <&gpx3 3 GPIO_ACTIVE_LOW>;
102                         linux,code = <114>;
103                         label = "volume down";
104                         debounce-interval = <10>;
105                 };
106
107                 key-up {
108                         gpios = <&gpx2 2 GPIO_ACTIVE_LOW>;
109                         linux,code = <115>;
110                         label = "volume up";
111                         debounce-interval = <10>;
112                 };
113
114                 key-power {
115                         gpios = <&gpx2 7 GPIO_ACTIVE_LOW>;
116                         linux,code = <116>;
117                         label = "power";
118                         debounce-interval = <10>;
119                         wakeup-source;
120                 };
121
122                 key-ok {
123                         gpios = <&gpx0 1 GPIO_ACTIVE_LOW>;
124                         linux,code = <139>;
125                         label = "ok";
126                         debounce-interval = <10>;
127                         wakeup-source;
128                 };
129         };
130
131         i2c_max77693: i2c-gpio-1 {
132                 compatible = "i2c-gpio";
133                 gpios = <&gpm2 0 GPIO_ACTIVE_HIGH>, <&gpm2 1 GPIO_ACTIVE_HIGH>;
134                 i2c-gpio,delay-us = <2>;
135                 #address-cells = <1>;
136                 #size-cells = <0>;
137                 status = "okay";
138
139                 max77693@66 {
140                         compatible = "maxim,max77693";
141                         interrupt-parent = <&gpx1>;
142                         interrupts = <5 IRQ_TYPE_EDGE_FALLING>;
143                         pinctrl-names = "default";
144                         pinctrl-0 = <&max77693_irq>;
145                         reg = <0x66>;
146
147                         regulators {
148                                 esafeout1_reg: ESAFEOUT1 {
149                                         regulator-name = "ESAFEOUT1";
150                                 };
151                                 esafeout2_reg: ESAFEOUT2 {
152                                         regulator-name = "ESAFEOUT2";
153                                 };
154                                 charger_reg: CHARGER {
155                                         regulator-name = "CHARGER";
156                                         regulator-min-microamp = <60000>;
157                                         regulator-max-microamp = <2580000>;
158                                 };
159                         };
160
161                         max77693_haptic {
162                                 compatible = "maxim,max77693-haptic";
163                                 haptic-supply = <&ldo26_reg>;
164                                 pwms = <&pwm 0 38022 0>;
165                         };
166
167                         charger {
168                                 compatible = "maxim,max77693-charger";
169
170                                 maxim,constant-microvolt = <4350000>;
171                                 maxim,min-system-microvolt = <3600000>;
172                                 maxim,thermal-regulation-celsius = <100>;
173                                 maxim,battery-overcurrent-microamp = <3500000>;
174                                 maxim,charge-input-threshold-microvolt = <4300000>;
175                         };
176                 };
177         };
178
179         i2c_max77693_fuel: i2c-gpio-3 {
180                 compatible = "i2c-gpio";
181                 gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>, <&gpf1 4 GPIO_ACTIVE_HIGH>;
182                 i2c-gpio,delay-us = <2>;
183                 #address-cells = <1>;
184                 #size-cells = <0>;
185                 status = "okay";
186
187                 max77693-fuel-gauge@36 {
188                         compatible = "maxim,max17047";
189                         interrupt-parent = <&gpx2>;
190                         interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
191                         pinctrl-names = "default";
192                         pinctrl-0 = <&max77693_fuel_irq>;
193                         reg = <0x36>;
194
195                         maxim,over-heat-temp = <700>;
196                         maxim,over-volt = <4500>;
197                 };
198         };
199
200         i2c-mhl {
201                 compatible = "i2c-gpio";
202                 gpios = <&gpf0 4 GPIO_ACTIVE_HIGH>, <&gpf0 6 GPIO_ACTIVE_HIGH>;
203                 i2c-gpio,delay-us = <100>;
204                 #address-cells = <1>;
205                 #size-cells = <0>;
206
207                 pinctrl-0 = <&i2c_mhl_bus>;
208                 pinctrl-names = "default";
209                 status = "okay";
210
211                 sii9234: hdmi-bridge@39 {
212                         compatible = "sil,sii9234";
213                         avcc33-supply = <&vcc33mhl>;
214                         iovcc18-supply = <&vcc18mhl>;
215                         avcc12-supply = <&vsil12>;
216                         cvcc12-supply = <&vsil12>;
217                         reset-gpios = <&gpf3 4 GPIO_ACTIVE_LOW>;
218                         interrupt-parent = <&gpf3>;
219                         interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
220                         reg = <0x39>;
221
222                         port {
223                                 mhl_to_hdmi: endpoint {
224                                         remote-endpoint = <&hdmi_to_mhl>;
225                                 };
226                         };
227                 };
228         };
229
230         wlan_pwrseq: sdhci3-pwrseq {
231                 compatible = "mmc-pwrseq-simple";
232                 reset-gpios = <&gpj0 0 GPIO_ACTIVE_LOW>;
233                 clocks = <&max77686 MAX77686_CLK_PMIC>;
234                 clock-names = "ext_clock";
235         };
236
237         sound {
238                 compatible = "samsung,trats2-audio";
239                 samsung,i2s-controller = <&i2s0>;
240                 samsung,model = "Trats2";
241                 samsung,audio-codec = <&wm1811>;
242                 samsung,audio-routing =
243                         "SPK", "SPKOUTLN",
244                         "SPK", "SPKOUTLP",
245                         "SPK", "SPKOUTRN",
246                         "SPK", "SPKOUTRP";
247         };
248
249         thermistor-ap {
250                 compatible = "murata,ncp15wb473";
251                 pullup-uv = <1800000>;   /* VCC_1.8V_AP */
252                 pullup-ohm = <100000>;   /* 100K */
253                 pulldown-ohm = <100000>; /* 100K */
254                 io-channels = <&adc 1>;  /* AP temperature */
255         };
256
257         thermistor-battery {
258                 compatible = "murata,ncp15wb473";
259                 pullup-uv = <1800000>;   /* VCC_1.8V_AP */
260                 pullup-ohm = <100000>;   /* 100K */
261                 pulldown-ohm = <100000>; /* 100K */
262                 io-channels = <&adc 2>;  /* Battery temperature */
263         };
264
265         thermal-zones {
266                 cpu_thermal: cpu-thermal {
267                         cooling-maps {
268                                 map0 {
269                                      /* Corresponds to 800MHz at freq_table */
270                                      cooling-device = <&cpu0 7 7>;
271                                 };
272                                 map1 {
273                                      /* Corresponds to 200MHz at freq_table */
274                                      cooling-device = <&cpu0 13 13>;
275                                };
276                        };
277                 };
278         };
279 };
280
281 &adc {
282         vdd-supply = <&ldo3_reg>;
283         status = "okay";
284 };
285
286 &bus_dmc {
287         devfreq-events = <&ppmu_dmc0_3>, <&ppmu_dmc1_3>;
288         vdd-supply = <&buck1_reg>;
289         status = "okay";
290 };
291
292 &bus_acp {
293         devfreq = <&bus_dmc>;
294         status = "okay";
295 };
296
297 &bus_c2c {
298         devfreq = <&bus_dmc>;
299         status = "okay";
300 };
301
302 &bus_leftbus {
303         devfreq-events = <&ppmu_leftbus_3>, <&ppmu_rightbus_3>;
304         vdd-supply = <&buck3_reg>;
305         status = "okay";
306 };
307
308 &bus_rightbus {
309         devfreq = <&bus_leftbus>;
310         status = "okay";
311 };
312
313 &bus_display {
314         devfreq = <&bus_leftbus>;
315         status = "okay";
316 };
317
318 &bus_fsys {
319         devfreq = <&bus_leftbus>;
320         status = "okay";
321 };
322
323 &bus_peri {
324         devfreq = <&bus_leftbus>;
325         status = "okay";
326 };
327
328 &bus_mfc {
329         devfreq = <&bus_leftbus>;
330         status = "okay";
331 };
332
333 &camera {
334         pinctrl-0 = <&cam_port_a_clk_active &cam_port_b_clk_active>;
335         pinctrl-names = "default";
336         status = "okay";
337         assigned-clocks = <&clock CLK_MOUT_CAM0>,
338                 <&clock CLK_MOUT_CAM1>;
339         assigned-clock-parents = <&clock CLK_XUSBXTI>,
340                 <&clock CLK_XUSBXTI>;
341 };
342
343 &cpu0 {
344         cpu0-supply = <&buck2_reg>;
345 };
346
347 &csis_0 {
348         status = "okay";
349         vddcore-supply = <&ldo8_reg>;
350         vddio-supply = <&ldo10_reg>;
351         assigned-clocks = <&clock CLK_MOUT_CSIS0>,
352                         <&clock CLK_SCLK_CSIS0>;
353         assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
354         assigned-clock-rates = <0>, <176000000>;
355
356         /* Camera C (3) MIPI CSI-2 (CSIS0) */
357         port@3 {
358                 reg = <3>;
359                 csis0_ep: endpoint {
360                         remote-endpoint = <&s5c73m3_ep>;
361                         data-lanes = <1 2 3 4>;
362                         samsung,csis-hs-settle = <12>;
363                 };
364         };
365 };
366
367 &csis_1 {
368         status = "okay";
369         vddcore-supply = <&ldo8_reg>;
370         vddio-supply = <&ldo10_reg>;
371         assigned-clocks = <&clock CLK_MOUT_CSIS1>,
372                         <&clock CLK_SCLK_CSIS1>;
373         assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
374         assigned-clock-rates = <0>, <176000000>;
375
376         /* Camera D (4) MIPI CSI-2 (CSIS1) */
377         port@4 {
378                 reg = <4>;
379                 csis1_ep: endpoint {
380                         remote-endpoint = <&is_s5k6a3_ep>;
381                         data-lanes = <1>;
382                         samsung,csis-hs-settle = <18>;
383                         samsung,csis-wclk;
384                 };
385         };
386 };
387
388 &dsi_0 {
389         vddcore-supply = <&ldo8_reg>;
390         vddio-supply = <&ldo10_reg>;
391         samsung,burst-clock-frequency = <500000000>;
392         samsung,esc-clock-frequency = <20000000>;
393         samsung,pll-clock-frequency = <24000000>;
394 };
395
396 &exynos_usbphy {
397         vbus-supply = <&esafeout1_reg>;
398         status = "okay";
399 };
400
401 &fimc_0 {
402         status = "okay";
403         assigned-clocks = <&clock CLK_MOUT_FIMC0>,
404                         <&clock CLK_SCLK_FIMC0>;
405         assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
406         assigned-clock-rates = <0>, <176000000>;
407 };
408
409 &fimc_1 {
410         status = "okay";
411         assigned-clocks = <&clock CLK_MOUT_FIMC1>,
412                         <&clock CLK_SCLK_FIMC1>;
413         assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
414         assigned-clock-rates = <0>, <176000000>;
415 };
416
417 &fimc_2 {
418         status = "okay";
419         assigned-clocks = <&clock CLK_MOUT_FIMC2>,
420                         <&clock CLK_SCLK_FIMC2>;
421         assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
422         assigned-clock-rates = <0>, <176000000>;
423 };
424
425 &fimc_3 {
426         status = "okay";
427         assigned-clocks = <&clock CLK_MOUT_FIMC3>,
428                         <&clock CLK_SCLK_FIMC3>;
429         assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
430         assigned-clock-rates = <0>, <176000000>;
431 };
432
433 &fimc_is {
434         pinctrl-0 = <&fimc_is_uart>;
435         pinctrl-names = "default";
436         status = "okay";
437
438         };
439
440 &fimc_lite_0 {
441         status = "okay";
442 };
443
444 &fimc_lite_1 {
445         status = "okay";
446 };
447
448 &fimd {
449         status = "okay";
450 };
451
452 &hdmi {
453         hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>;
454         pinctrl-names = "default";
455         pinctrl-0 = <&hdmi_hpd>;
456         vdd-supply = <&ldo3_reg>;
457         vdd_osc-supply = <&ldo4_reg>;
458         vdd_pll-supply = <&ldo3_reg>;
459         ddc = <&i2c_5>;
460         status = "okay";
461
462         ports {
463                 #address-cells = <1>;
464                 #size-cells = <0>;
465
466                 port@1 {
467                         reg = <1>;
468                         hdmi_to_mhl: endpoint {
469                                 remote-endpoint = <&mhl_to_hdmi>;
470                         };
471                 };
472         };
473 };
474
475 &hsotg {
476         vusb_d-supply = <&ldo15_reg>;
477         vusb_a-supply = <&ldo12_reg>;
478         dr_mode = "peripheral";
479         status = "okay";
480 };
481
482 &i2c_0 {
483         samsung,i2c-sda-delay = <100>;
484         samsung,i2c-slave-addr = <0x10>;
485         samsung,i2c-max-bus-freq = <400000>;
486         pinctrl-0 = <&i2c0_bus>;
487         pinctrl-names = "default";
488         status = "okay";
489
490         s5c73m3: s5c73m3@3c {
491                 compatible = "samsung,s5c73m3";
492                 reg = <0x3c>;
493                 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
494                 vdd-int-supply = <&buck9_reg>;
495                 vddio-cis-supply = <&ldo9_reg>;
496                 vddio-host-supply = <&ldo18_reg>;
497                 vdd-af-supply = <&cam_af_reg>;
498                 vdd-reg-supply = <&cam_io_reg>;
499                 clock-frequency = <24000000>;
500                 /* CAM_A_CLKOUT */
501                 clocks = <&camera 0>;
502                 clock-names = "cis_extclk";
503                 status = "disabled";
504                 port {
505                         s5c73m3_ep: endpoint {
506                                 remote-endpoint = <&csis0_ep>;
507                                 data-lanes = <1 2 3 4>;
508                         };
509                 };
510         };
511 };
512
513 &i2c1_isp {
514         pinctrl-0 = <&fimc_is_i2c1>;
515         pinctrl-names = "default";
516
517         s5k6a3@10 {
518                 compatible = "samsung,s5k6a3";
519                 reg = <0x10>;
520                 svdda-supply = <&cam_io_reg>;
521                 svddio-supply = <&ldo19_reg>;
522                 afvdd-supply = <&ldo19_reg>;
523                 clock-frequency = <24000000>;
524                 /* CAM_B_CLKOUT */
525                 clocks = <&camera 1>;
526                 clock-names = "extclk";
527                 samsung,camclk-out = <1>;
528                 gpios = <&gpm1 6 GPIO_ACTIVE_HIGH>;
529
530                 port {
531                         is_s5k6a3_ep: endpoint {
532                                 remote-endpoint = <&csis1_ep>;
533                                 data-lanes = <1>;
534                         };
535                 };
536         };
537 };
538
539 &i2c_3 {
540         samsung,i2c-sda-delay = <100>;
541         samsung,i2c-slave-addr = <0x10>;
542         samsung,i2c-max-bus-freq = <400000>;
543         pinctrl-0 = <&i2c3_bus>;
544         pinctrl-names = "default";
545         status = "okay";
546 };
547
548 &i2c_4 {
549         samsung,i2c-sda-delay = <100>;
550         samsung,i2c-slave-addr = <0x10>;
551         samsung,i2c-max-bus-freq = <100000>;
552         pinctrl-0 = <&i2c4_bus>;
553         pinctrl-names = "default";
554         status = "okay";
555
556         wm1811: wm1811@1a {
557                 compatible = "wlf,wm1811";
558                 reg = <0x1a>;
559                 clocks = <&pmu_system_controller 0>;
560                 clock-names = "MCLK1";
561                 DCVDD-supply = <&ldo3_reg>;
562                 DBVDD1-supply = <&ldo3_reg>;
563                 wlf,ldo1ena = <&gpj0 4 0>;
564         };
565 };
566
567 &i2c_5 {
568         status = "okay";
569 };
570
571 &i2c_7 {
572         samsung,i2c-sda-delay = <100>;
573         samsung,i2c-slave-addr = <0x10>;
574         samsung,i2c-max-bus-freq = <100000>;
575         pinctrl-0 = <&i2c7_bus>;
576         pinctrl-names = "default";
577         status = "okay";
578
579         max77686: max77686_pmic@9 {
580                 compatible = "maxim,max77686";
581                 interrupt-parent = <&gpx0>;
582                 interrupts = <7 IRQ_TYPE_NONE>;
583                 pinctrl-0 = <&max77686_irq>;
584                 pinctrl-names = "default";
585                 reg = <0x09>;
586                 #clock-cells = <1>;
587
588                 voltage-regulators {
589                         ldo1_reg: LDO1 {
590                                 regulator-name = "VALIVE_1.0V_AP";
591                                 regulator-min-microvolt = <1000000>;
592                                 regulator-max-microvolt = <1000000>;
593                                 regulator-always-on;
594                         };
595
596                         ldo2_reg: LDO2 {
597                                 regulator-name = "VM1M2_1.2V_AP";
598                                 regulator-min-microvolt = <1200000>;
599                                 regulator-max-microvolt = <1200000>;
600                                 regulator-always-on;
601                                 regulator-state-mem {
602                                         regulator-on-in-suspend;
603                                 };
604                         };
605
606                         ldo3_reg: LDO3 {
607                                 regulator-name = "VCC_1.8V_AP";
608                                 regulator-min-microvolt = <1800000>;
609                                 regulator-max-microvolt = <1800000>;
610                                 regulator-always-on;
611                         };
612
613                         ldo4_reg: LDO4 {
614                                 regulator-name = "VCC_2.8V_AP";
615                                 regulator-min-microvolt = <2800000>;
616                                 regulator-max-microvolt = <2800000>;
617                                 regulator-always-on;
618                         };
619
620                         ldo5_reg: LDO5 {
621                                 regulator-name = "VCC_1.8V_IO";
622                                 regulator-min-microvolt = <1800000>;
623                                 regulator-max-microvolt = <1800000>;
624                                 regulator-always-on;
625                         };
626
627                         ldo6_reg: LDO6 {
628                                 regulator-name = "VMPLL_1.0V_AP";
629                                 regulator-min-microvolt = <1000000>;
630                                 regulator-max-microvolt = <1000000>;
631                                 regulator-always-on;
632                                 regulator-state-mem {
633                                         regulator-on-in-suspend;
634                                 };
635                         };
636
637                         ldo7_reg: LDO7 {
638                                 regulator-name = "VPLL_1.0V_AP";
639                                 regulator-min-microvolt = <1000000>;
640                                 regulator-max-microvolt = <1000000>;
641                                 regulator-always-on;
642                                 regulator-state-mem {
643                                         regulator-on-in-suspend;
644                                 };
645                         };
646
647                         ldo8_reg: LDO8 {
648                                 regulator-name = "VMIPI_1.0V";
649                                 regulator-min-microvolt = <1000000>;
650                                 regulator-max-microvolt = <1000000>;
651                                 regulator-state-mem {
652                                         regulator-off-in-suspend;
653                                 };
654                         };
655
656                         ldo9_reg: LDO9 {
657                                 regulator-name = "CAM_ISP_MIPI_1.2V";
658                                 regulator-min-microvolt = <1200000>;
659                                 regulator-max-microvolt = <1200000>;
660                         };
661
662                         ldo10_reg: LDO10 {
663                                 regulator-name = "VMIPI_1.8V";
664                                 regulator-min-microvolt = <1800000>;
665                                 regulator-max-microvolt = <1800000>;
666                                 regulator-state-mem {
667                                         regulator-off-in-suspend;
668                                 };
669                         };
670
671                         ldo11_reg: LDO11 {
672                                 regulator-name = "VABB1_1.95V";
673                                 regulator-min-microvolt = <1950000>;
674                                 regulator-max-microvolt = <1950000>;
675                                 regulator-always-on;
676                                 regulator-state-mem {
677                                         regulator-off-in-suspend;
678                                 };
679                         };
680
681                         ldo12_reg: LDO12 {
682                                 regulator-name = "VUOTG_3.0V";
683                                 regulator-min-microvolt = <3000000>;
684                                 regulator-max-microvolt = <3000000>;
685                                 regulator-state-mem {
686                                         regulator-off-in-suspend;
687                                 };
688                         };
689
690                         ldo13_reg: LDO13 {
691                                 regulator-name = "NFC_AVDD_1.8V";
692                                 regulator-min-microvolt = <1800000>;
693                                 regulator-max-microvolt = <1800000>;
694                         };
695
696                         ldo14_reg: LDO14 {
697                                 regulator-name = "VABB2_1.95V";
698                                 regulator-min-microvolt = <1950000>;
699                                 regulator-max-microvolt = <1950000>;
700                                 regulator-always-on;
701                                 regulator-state-mem {
702                                         regulator-off-in-suspend;
703                                 };
704                         };
705
706                         ldo15_reg: LDO15 {
707                                 regulator-name = "VHSIC_1.0V";
708                                 regulator-min-microvolt = <1000000>;
709                                 regulator-max-microvolt = <1000000>;
710                                 regulator-state-mem {
711                                         regulator-on-in-suspend;
712                                 };
713                         };
714
715                         ldo16_reg: LDO16 {
716                                 regulator-name = "VHSIC_1.8V";
717                                 regulator-min-microvolt = <1800000>;
718                                 regulator-max-microvolt = <1800000>;
719                                 regulator-state-mem {
720                                         regulator-on-in-suspend;
721                                 };
722                         };
723
724                         ldo17_reg: LDO17 {
725                                 regulator-name = "CAM_SENSOR_CORE_1.2V";
726                                 regulator-min-microvolt = <1200000>;
727                                 regulator-max-microvolt = <1200000>;
728                         };
729
730                         ldo18_reg: LDO18 {
731                                 regulator-name = "CAM_ISP_SEN_IO_1.8V";
732                                 regulator-min-microvolt = <1800000>;
733                                 regulator-max-microvolt = <1800000>;
734                         };
735
736                         ldo19_reg: LDO19 {
737                                 regulator-name = "VT_CAM_1.8V";
738                                 regulator-min-microvolt = <1800000>;
739                                 regulator-max-microvolt = <1800000>;
740                         };
741
742                         ldo20_reg: LDO20 {
743                                 regulator-name = "VDDQ_PRE_1.8V";
744                                 regulator-min-microvolt = <1800000>;
745                                 regulator-max-microvolt = <1800000>;
746                         };
747
748                         ldo21_reg: LDO21 {
749                                 regulator-name = "VTF_2.8V";
750                                 regulator-min-microvolt = <2800000>;
751                                 regulator-max-microvolt = <2800000>;
752                                 maxim,ena-gpios = <&gpy2 0 GPIO_ACTIVE_HIGH>;
753                         };
754
755                         ldo22_reg: LDO22 {
756                                 regulator-name = "VMEM_VDD_2.8V";
757                                 regulator-min-microvolt = <2800000>;
758                                 regulator-max-microvolt = <2800000>;
759                                 maxim,ena-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>;
760                         };
761
762                         ldo23_reg: LDO23 {
763                                 regulator-name = "TSP_AVDD_3.3V";
764                                 regulator-min-microvolt = <3300000>;
765                                 regulator-max-microvolt = <3300000>;
766                         };
767
768                         ldo24_reg: LDO24 {
769                                 regulator-name = "TSP_VDD_1.8V";
770                                 regulator-min-microvolt = <1800000>;
771                                 regulator-max-microvolt = <1800000>;
772                         };
773
774                         ldo25_reg: LDO25 {
775                                 regulator-name = "LDO25";
776                         };
777
778                         ldo26_reg: LDO26 {
779                                 regulator-name = "MOTOR_VCC_3.0V";
780                                 regulator-min-microvolt = <3000000>;
781                                 regulator-max-microvolt = <3000000>;
782                         };
783
784                         buck1_reg: BUCK1 {
785                                 regulator-name = "vdd_mif";
786                                 regulator-min-microvolt = <850000>;
787                                 regulator-max-microvolt = <1100000>;
788                                 regulator-always-on;
789                                 regulator-boot-on;
790                                 regulator-state-mem {
791                                         regulator-off-in-suspend;
792                                 };
793                         };
794
795                         buck2_reg: BUCK2 {
796                                 regulator-name = "vdd_arm";
797                                 regulator-min-microvolt = <850000>;
798                                 regulator-max-microvolt = <1500000>;
799                                 regulator-always-on;
800                                 regulator-boot-on;
801                                 regulator-state-mem {
802                                         regulator-on-in-suspend;
803                                 };
804                         };
805
806                         buck3_reg: BUCK3 {
807                                 regulator-name = "vdd_int";
808                                 regulator-min-microvolt = <850000>;
809                                 regulator-max-microvolt = <1150000>;
810                                 regulator-always-on;
811                                 regulator-boot-on;
812                                 regulator-state-mem {
813                                         regulator-off-in-suspend;
814                                 };
815                         };
816
817                         buck4_reg: BUCK4 {
818                                 regulator-name = "vdd_g3d";
819                                 regulator-min-microvolt = <850000>;
820                                 regulator-max-microvolt = <1150000>;
821                                 regulator-boot-on;
822                                 regulator-state-mem {
823                                         regulator-off-in-suspend;
824                                 };
825                         };
826
827                         buck5_reg: BUCK5 {
828                                 regulator-name = "VMEM_1.2V_AP";
829                                 regulator-min-microvolt = <1200000>;
830                                 regulator-max-microvolt = <1200000>;
831                                 regulator-always-on;
832                         };
833
834                         buck6_reg: BUCK6 {
835                                 regulator-name = "VCC_SUB_1.35V";
836                                 regulator-min-microvolt = <1350000>;
837                                 regulator-max-microvolt = <1350000>;
838                                 regulator-always-on;
839                         };
840
841                         buck7_reg: BUCK7 {
842                                 regulator-name = "VCC_SUB_2.0V";
843                                 regulator-min-microvolt = <2000000>;
844                                 regulator-max-microvolt = <2000000>;
845                                 regulator-always-on;
846                         };
847
848                         buck8_reg: BUCK8 {
849                                 regulator-name = "VMEM_VDDF_3.0V";
850                                 regulator-min-microvolt = <2850000>;
851                                 regulator-max-microvolt = <2850000>;
852                                 maxim,ena-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>;
853                         };
854
855                         buck9_reg: BUCK9 {
856                                 regulator-name = "CAM_ISP_CORE_1.2V";
857                                 regulator-min-microvolt = <1000000>;
858                                 regulator-max-microvolt = <1200000>;
859                         };
860                 };
861         };
862 };
863
864 &i2c_8 {
865         status = "okay";
866 };
867
868 &i2s0 {
869         pinctrl-0 = <&i2s0_bus>;
870         pinctrl-names = "default";
871         status = "okay";
872 };
873
874 &mixer {
875         status = "okay";
876 };
877
878 &mshc_0 {
879         broken-cd;
880         non-removable;
881         card-detect-delay = <200>;
882         vmmc-supply = <&ldo22_reg>;
883         clock-frequency = <400000000>;
884         samsung,dw-mshc-ciu-div = <0>;
885         samsung,dw-mshc-sdr-timing = <2 3>;
886         samsung,dw-mshc-ddr-timing = <1 2>;
887         pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
888         pinctrl-names = "default";
889         status = "okay";
890         bus-width = <8>;
891         cap-mmc-highspeed;
892 };
893
894 &pmu_system_controller {
895         assigned-clocks = <&pmu_system_controller 0>;
896         assigned-clock-parents =  <&clock CLK_XUSBXTI>;
897 };
898
899 &pinctrl_0 {
900         pinctrl-names = "default";
901         pinctrl-0 = <&sleep0>;
902
903         mhl_int: mhl-int {
904                 samsung,pins = "gpf3-5";
905                 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
906         };
907
908         i2c_mhl_bus: i2c-mhl-bus {
909                 samsung,pins = "gpf0-4", "gpf0-6";
910                 samsung,pin-function = <EXYNOS_PIN_FUNC_2>;
911                 samsung,pin-pud = <EXYNOS_PIN_PULL_DOWN>;
912                 samsung,pin-drv = <EXYNOS4_PIN_DRV_LV1>;
913         };
914
915         sleep0: sleep-states {
916                 PIN_SLP(gpa0-0, INPUT, NONE);
917                 PIN_SLP(gpa0-1, OUT0, NONE);
918                 PIN_SLP(gpa0-2, INPUT, NONE);
919                 PIN_SLP(gpa0-3, INPUT, UP);
920                 PIN_SLP(gpa0-4, INPUT, NONE);
921                 PIN_SLP(gpa0-5, INPUT, DOWN);
922                 PIN_SLP(gpa0-6, INPUT, DOWN);
923                 PIN_SLP(gpa0-7, INPUT, UP);
924
925                 PIN_SLP(gpa1-0, INPUT, DOWN);
926                 PIN_SLP(gpa1-1, INPUT, DOWN);
927                 PIN_SLP(gpa1-2, INPUT, DOWN);
928                 PIN_SLP(gpa1-3, INPUT, DOWN);
929                 PIN_SLP(gpa1-4, INPUT, DOWN);
930                 PIN_SLP(gpa1-5, INPUT, DOWN);
931
932                 PIN_SLP(gpb-0, INPUT, NONE);
933                 PIN_SLP(gpb-1, INPUT, NONE);
934                 PIN_SLP(gpb-2, INPUT, NONE);
935                 PIN_SLP(gpb-3, INPUT, NONE);
936                 PIN_SLP(gpb-4, INPUT, DOWN);
937                 PIN_SLP(gpb-5, INPUT, UP);
938                 PIN_SLP(gpb-6, INPUT, DOWN);
939                 PIN_SLP(gpb-7, INPUT, DOWN);
940
941                 PIN_SLP(gpc0-0, INPUT, DOWN);
942                 PIN_SLP(gpc0-1, INPUT, DOWN);
943                 PIN_SLP(gpc0-2, INPUT, DOWN);
944                 PIN_SLP(gpc0-3, INPUT, DOWN);
945                 PIN_SLP(gpc0-4, INPUT, DOWN);
946
947                 PIN_SLP(gpc1-0, INPUT, NONE);
948                 PIN_SLP(gpc1-1, PREV, NONE);
949                 PIN_SLP(gpc1-2, INPUT, NONE);
950                 PIN_SLP(gpc1-3, INPUT, NONE);
951                 PIN_SLP(gpc1-4, INPUT, NONE);
952
953                 PIN_SLP(gpd0-0, INPUT, DOWN);
954                 PIN_SLP(gpd0-1, INPUT, DOWN);
955                 PIN_SLP(gpd0-2, INPUT, NONE);
956                 PIN_SLP(gpd0-3, INPUT, NONE);
957
958                 PIN_SLP(gpd1-0, INPUT, DOWN);
959                 PIN_SLP(gpd1-1, INPUT, DOWN);
960                 PIN_SLP(gpd1-2, INPUT, NONE);
961                 PIN_SLP(gpd1-3, INPUT, NONE);
962
963                 PIN_SLP(gpf0-0, INPUT, NONE);
964                 PIN_SLP(gpf0-1, INPUT, NONE);
965                 PIN_SLP(gpf0-2, INPUT, DOWN);
966                 PIN_SLP(gpf0-3, INPUT, DOWN);
967                 PIN_SLP(gpf0-4, INPUT, NONE);
968                 PIN_SLP(gpf0-5, INPUT, DOWN);
969                 PIN_SLP(gpf0-6, INPUT, NONE);
970                 PIN_SLP(gpf0-7, INPUT, DOWN);
971
972                 PIN_SLP(gpf1-0, INPUT, DOWN);
973                 PIN_SLP(gpf1-1, INPUT, DOWN);
974                 PIN_SLP(gpf1-2, INPUT, DOWN);
975                 PIN_SLP(gpf1-3, INPUT, DOWN);
976                 PIN_SLP(gpf1-4, INPUT, NONE);
977                 PIN_SLP(gpf1-5, INPUT, NONE);
978                 PIN_SLP(gpf1-6, INPUT, DOWN);
979                 PIN_SLP(gpf1-7, PREV, NONE);
980
981                 PIN_SLP(gpf2-0, PREV, NONE);
982                 PIN_SLP(gpf2-1, INPUT, DOWN);
983                 PIN_SLP(gpf2-2, INPUT, DOWN);
984                 PIN_SLP(gpf2-3, INPUT, DOWN);
985                 PIN_SLP(gpf2-4, INPUT, DOWN);
986                 PIN_SLP(gpf2-5, INPUT, DOWN);
987                 PIN_SLP(gpf2-6, INPUT, NONE);
988                 PIN_SLP(gpf2-7, INPUT, NONE);
989
990                 PIN_SLP(gpf3-0, INPUT, NONE);
991                 PIN_SLP(gpf3-1, PREV, NONE);
992                 PIN_SLP(gpf3-2, PREV, NONE);
993                 PIN_SLP(gpf3-3, PREV, NONE);
994                 PIN_SLP(gpf3-4, OUT1, NONE);
995                 PIN_SLP(gpf3-5, INPUT, DOWN);
996
997                 PIN_SLP(gpj0-0, PREV, NONE);
998                 PIN_SLP(gpj0-1, PREV, NONE);
999                 PIN_SLP(gpj0-2, PREV, NONE);
1000                 PIN_SLP(gpj0-3, INPUT, DOWN);
1001                 PIN_SLP(gpj0-4, PREV, NONE);
1002                 PIN_SLP(gpj0-5, PREV, NONE);
1003                 PIN_SLP(gpj0-6, INPUT, DOWN);
1004                 PIN_SLP(gpj0-7, INPUT, DOWN);
1005
1006                 PIN_SLP(gpj1-0, INPUT, DOWN);
1007                 PIN_SLP(gpj1-1, PREV, NONE);
1008                 PIN_SLP(gpj1-2, PREV, NONE);
1009                 PIN_SLP(gpj1-3, INPUT, DOWN);
1010                 PIN_SLP(gpj1-4, INPUT, DOWN);
1011         };
1012 };
1013
1014 &pinctrl_1 {
1015         pinctrl-names = "default";
1016         pinctrl-0 = <&sleep1>;
1017
1018         gpio_keys: gpio-keys {
1019                 samsung,pins = "gpx0-1", "gpx2-2", "gpx2-7", "gpx3-3";
1020                 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
1021         };
1022
1023         max77686_irq: max77686-irq {
1024                 samsung,pins = "gpx0-7";
1025                 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
1026         };
1027
1028         max77693_irq: max77693-irq {
1029                 samsung,pins = "gpx1-5";
1030                 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
1031         };
1032
1033         max77693_fuel_irq: max77693-fuel-irq {
1034                 samsung,pins = "gpx2-3";
1035                 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
1036         };
1037
1038         sdhci2_cd: sdhci2-cd-irq {
1039                 samsung,pins = "gpx3-4";
1040                 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
1041         };
1042
1043         hdmi_hpd: hdmi-hpd {
1044                 samsung,pins = "gpx3-7";
1045                 samsung,pin-pud = <EXYNOS_PIN_PULL_DOWN>;
1046         };
1047
1048         sleep1: sleep-states {
1049                 PIN_SLP(gpk0-0, PREV, NONE);
1050                 PIN_SLP(gpk0-1, PREV, NONE);
1051                 PIN_SLP(gpk0-2, OUT0, NONE);
1052                 PIN_SLP(gpk0-3, PREV, NONE);
1053                 PIN_SLP(gpk0-4, PREV, NONE);
1054                 PIN_SLP(gpk0-5, PREV, NONE);
1055                 PIN_SLP(gpk0-6, PREV, NONE);
1056
1057                 PIN_SLP(gpk1-0, INPUT, DOWN);
1058                 PIN_SLP(gpk1-1, INPUT, DOWN);
1059                 PIN_SLP(gpk1-2, INPUT, DOWN);
1060                 PIN_SLP(gpk1-3, PREV, NONE);
1061                 PIN_SLP(gpk1-4, PREV, NONE);
1062                 PIN_SLP(gpk1-5, PREV, NONE);
1063                 PIN_SLP(gpk1-6, PREV, NONE);
1064
1065                 PIN_SLP(gpk2-0, INPUT, DOWN);
1066                 PIN_SLP(gpk2-1, INPUT, DOWN);
1067                 PIN_SLP(gpk2-2, INPUT, DOWN);
1068                 PIN_SLP(gpk2-3, INPUT, DOWN);
1069                 PIN_SLP(gpk2-4, INPUT, DOWN);
1070                 PIN_SLP(gpk2-5, INPUT, DOWN);
1071                 PIN_SLP(gpk2-6, INPUT, DOWN);
1072
1073                 PIN_SLP(gpk3-0, OUT0, NONE);
1074                 PIN_SLP(gpk3-1, INPUT, NONE);
1075                 PIN_SLP(gpk3-2, INPUT, DOWN);
1076                 PIN_SLP(gpk3-3, INPUT, NONE);
1077                 PIN_SLP(gpk3-4, INPUT, NONE);
1078                 PIN_SLP(gpk3-5, INPUT, NONE);
1079                 PIN_SLP(gpk3-6, INPUT, NONE);
1080
1081                 PIN_SLP(gpl0-0, INPUT, DOWN);
1082                 PIN_SLP(gpl0-1, INPUT, DOWN);
1083                 PIN_SLP(gpl0-2, INPUT, DOWN);
1084                 PIN_SLP(gpl0-3, INPUT, DOWN);
1085                 PIN_SLP(gpl0-4, PREV, NONE);
1086                 PIN_SLP(gpl0-6, PREV, NONE);
1087
1088                 PIN_SLP(gpl1-0, INPUT, DOWN);
1089                 PIN_SLP(gpl1-1, INPUT, DOWN);
1090                 PIN_SLP(gpl2-0, INPUT, DOWN);
1091                 PIN_SLP(gpl2-1, INPUT, DOWN);
1092                 PIN_SLP(gpl2-2, INPUT, DOWN);
1093                 PIN_SLP(gpl2-3, INPUT, DOWN);
1094                 PIN_SLP(gpl2-4, INPUT, DOWN);
1095                 PIN_SLP(gpl2-5, INPUT, DOWN);
1096                 PIN_SLP(gpl2-6, PREV, NONE);
1097                 PIN_SLP(gpl2-7, INPUT, DOWN);
1098
1099                 PIN_SLP(gpm0-0, INPUT, DOWN);
1100                 PIN_SLP(gpm0-1, INPUT, DOWN);
1101                 PIN_SLP(gpm0-2, INPUT, DOWN);
1102                 PIN_SLP(gpm0-3, INPUT, DOWN);
1103                 PIN_SLP(gpm0-4, INPUT, DOWN);
1104                 PIN_SLP(gpm0-5, INPUT, DOWN);
1105                 PIN_SLP(gpm0-6, INPUT, DOWN);
1106                 PIN_SLP(gpm0-7, INPUT, DOWN);
1107
1108                 PIN_SLP(gpm1-0, INPUT, DOWN);
1109                 PIN_SLP(gpm1-1, INPUT, DOWN);
1110                 PIN_SLP(gpm1-2, INPUT, NONE);
1111                 PIN_SLP(gpm1-3, INPUT, NONE);
1112                 PIN_SLP(gpm1-4, INPUT, NONE);
1113                 PIN_SLP(gpm1-5, INPUT, NONE);
1114                 PIN_SLP(gpm1-6, INPUT, DOWN);
1115
1116                 PIN_SLP(gpm2-0, INPUT, NONE);
1117                 PIN_SLP(gpm2-1, INPUT, NONE);
1118                 PIN_SLP(gpm2-2, INPUT, DOWN);
1119                 PIN_SLP(gpm2-3, INPUT, DOWN);
1120                 PIN_SLP(gpm2-4, INPUT, DOWN);
1121
1122                 PIN_SLP(gpm3-0, PREV, NONE);
1123                 PIN_SLP(gpm3-1, PREV, NONE);
1124                 PIN_SLP(gpm3-2, PREV, NONE);
1125                 PIN_SLP(gpm3-3, OUT1, NONE);
1126                 PIN_SLP(gpm3-4, INPUT, DOWN);
1127                 PIN_SLP(gpm3-5, INPUT, DOWN);
1128                 PIN_SLP(gpm3-6, INPUT, DOWN);
1129                 PIN_SLP(gpm3-7, INPUT, DOWN);
1130
1131                 PIN_SLP(gpm4-0, INPUT, DOWN);
1132                 PIN_SLP(gpm4-1, INPUT, DOWN);
1133                 PIN_SLP(gpm4-2, INPUT, DOWN);
1134                 PIN_SLP(gpm4-3, INPUT, DOWN);
1135                 PIN_SLP(gpm4-4, INPUT, DOWN);
1136                 PIN_SLP(gpm4-5, INPUT, DOWN);
1137                 PIN_SLP(gpm4-6, INPUT, DOWN);
1138                 PIN_SLP(gpm4-7, INPUT, DOWN);
1139
1140                 PIN_SLP(gpy0-0, INPUT, DOWN);
1141                 PIN_SLP(gpy0-1, INPUT, DOWN);
1142                 PIN_SLP(gpy0-2, INPUT, DOWN);
1143                 PIN_SLP(gpy0-3, INPUT, DOWN);
1144                 PIN_SLP(gpy0-4, INPUT, DOWN);
1145                 PIN_SLP(gpy0-5, INPUT, DOWN);
1146
1147                 PIN_SLP(gpy1-0, INPUT, DOWN);
1148                 PIN_SLP(gpy1-1, INPUT, DOWN);
1149                 PIN_SLP(gpy1-2, INPUT, DOWN);
1150                 PIN_SLP(gpy1-3, INPUT, DOWN);
1151
1152                 PIN_SLP(gpy2-0, PREV, NONE);
1153                 PIN_SLP(gpy2-1, INPUT, DOWN);
1154                 PIN_SLP(gpy2-2, INPUT, NONE);
1155                 PIN_SLP(gpy2-3, INPUT, NONE);
1156                 PIN_SLP(gpy2-4, INPUT, NONE);
1157                 PIN_SLP(gpy2-5, INPUT, NONE);
1158
1159                 PIN_SLP(gpy3-0, INPUT, DOWN);
1160                 PIN_SLP(gpy3-1, INPUT, DOWN);
1161                 PIN_SLP(gpy3-2, INPUT, DOWN);
1162                 PIN_SLP(gpy3-3, INPUT, DOWN);
1163                 PIN_SLP(gpy3-4, INPUT, DOWN);
1164                 PIN_SLP(gpy3-5, INPUT, DOWN);
1165                 PIN_SLP(gpy3-6, INPUT, DOWN);
1166                 PIN_SLP(gpy3-7, INPUT, DOWN);
1167
1168                 PIN_SLP(gpy4-0, INPUT, DOWN);
1169                 PIN_SLP(gpy4-1, INPUT, DOWN);
1170                 PIN_SLP(gpy4-2, INPUT, DOWN);
1171                 PIN_SLP(gpy4-3, INPUT, DOWN);
1172                 PIN_SLP(gpy4-4, INPUT, DOWN);
1173                 PIN_SLP(gpy4-5, INPUT, DOWN);
1174                 PIN_SLP(gpy4-6, INPUT, DOWN);
1175                 PIN_SLP(gpy4-7, INPUT, DOWN);
1176
1177                 PIN_SLP(gpy5-0, INPUT, DOWN);
1178                 PIN_SLP(gpy5-1, INPUT, DOWN);
1179                 PIN_SLP(gpy5-2, INPUT, DOWN);
1180                 PIN_SLP(gpy5-3, INPUT, DOWN);
1181                 PIN_SLP(gpy5-4, INPUT, DOWN);
1182                 PIN_SLP(gpy5-5, INPUT, DOWN);
1183                 PIN_SLP(gpy5-6, INPUT, DOWN);
1184                 PIN_SLP(gpy5-7, INPUT, DOWN);
1185
1186                 PIN_SLP(gpy6-0, INPUT, DOWN);
1187                 PIN_SLP(gpy6-1, INPUT, DOWN);
1188                 PIN_SLP(gpy6-2, INPUT, DOWN);
1189                 PIN_SLP(gpy6-3, INPUT, DOWN);
1190                 PIN_SLP(gpy6-4, INPUT, DOWN);
1191                 PIN_SLP(gpy6-5, INPUT, DOWN);
1192                 PIN_SLP(gpy6-6, INPUT, DOWN);
1193                 PIN_SLP(gpy6-7, INPUT, DOWN);
1194         };
1195 };
1196
1197 &pinctrl_2 {
1198         pinctrl-names = "default";
1199         pinctrl-0 = <&sleep2>;
1200
1201         sleep2: sleep-states {
1202                 PIN_SLP(gpz-0, INPUT, DOWN);
1203                 PIN_SLP(gpz-1, INPUT, DOWN);
1204                 PIN_SLP(gpz-2, INPUT, DOWN);
1205                 PIN_SLP(gpz-3, INPUT, DOWN);
1206                 PIN_SLP(gpz-4, INPUT, DOWN);
1207                 PIN_SLP(gpz-5, INPUT, DOWN);
1208                 PIN_SLP(gpz-6, INPUT, DOWN);
1209         };
1210 };
1211
1212 &pinctrl_3 {
1213         pinctrl-names = "default";
1214         pinctrl-0 = <&sleep3>;
1215
1216         sleep3: sleep-states {
1217                 PIN_SLP(gpv0-0, INPUT, DOWN);
1218                 PIN_SLP(gpv0-1, INPUT, DOWN);
1219                 PIN_SLP(gpv0-2, INPUT, DOWN);
1220                 PIN_SLP(gpv0-3, INPUT, DOWN);
1221                 PIN_SLP(gpv0-4, INPUT, DOWN);
1222                 PIN_SLP(gpv0-5, INPUT, DOWN);
1223                 PIN_SLP(gpv0-6, INPUT, DOWN);
1224                 PIN_SLP(gpv0-7, INPUT, DOWN);
1225
1226                 PIN_SLP(gpv1-0, INPUT, DOWN);
1227                 PIN_SLP(gpv1-1, INPUT, DOWN);
1228                 PIN_SLP(gpv1-2, INPUT, DOWN);
1229                 PIN_SLP(gpv1-3, INPUT, DOWN);
1230                 PIN_SLP(gpv1-4, INPUT, DOWN);
1231                 PIN_SLP(gpv1-5, INPUT, DOWN);
1232                 PIN_SLP(gpv1-6, INPUT, DOWN);
1233                 PIN_SLP(gpv1-7, INPUT, DOWN);
1234
1235                 PIN_SLP(gpv2-0, INPUT, DOWN);
1236                 PIN_SLP(gpv2-1, INPUT, DOWN);
1237                 PIN_SLP(gpv2-2, INPUT, DOWN);
1238                 PIN_SLP(gpv2-3, INPUT, DOWN);
1239                 PIN_SLP(gpv2-4, INPUT, DOWN);
1240                 PIN_SLP(gpv2-5, INPUT, DOWN);
1241                 PIN_SLP(gpv2-6, INPUT, DOWN);
1242                 PIN_SLP(gpv2-7, INPUT, DOWN);
1243
1244                 PIN_SLP(gpv3-0, INPUT, DOWN);
1245                 PIN_SLP(gpv3-1, INPUT, DOWN);
1246                 PIN_SLP(gpv3-2, INPUT, DOWN);
1247                 PIN_SLP(gpv3-3, INPUT, DOWN);
1248                 PIN_SLP(gpv3-4, INPUT, DOWN);
1249                 PIN_SLP(gpv3-5, INPUT, DOWN);
1250                 PIN_SLP(gpv3-6, INPUT, DOWN);
1251                 PIN_SLP(gpv3-7, INPUT, DOWN);
1252
1253                 PIN_SLP(gpv4-0, INPUT, DOWN);
1254         };
1255 };
1256
1257 &pwm {
1258         pinctrl-0 = <&pwm0_out>;
1259         pinctrl-names = "default";
1260         samsung,pwm-outputs = <0>;
1261         status = "okay";
1262 };
1263
1264 &rtc {
1265         status = "okay";
1266         clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>;
1267         clock-names = "rtc", "rtc_src";
1268 };
1269
1270 &sdhci_2 {
1271         bus-width = <4>;
1272         cd-gpios = <&gpx3 4 GPIO_ACTIVE_LOW>;
1273         pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sdhci2_cd>;
1274         pinctrl-names = "default";
1275         vmmc-supply = <&ldo21_reg>;
1276         status = "okay";
1277 };
1278
1279 &sdhci_3 {
1280         #address-cells = <1>;
1281         #size-cells = <0>;
1282         non-removable;
1283         bus-width = <4>;
1284
1285         mmc-pwrseq = <&wlan_pwrseq>;
1286         pinctrl-names = "default";
1287         pinctrl-0 = <&sd3_clk &sd3_cmd &sd3_bus4>;
1288         status = "okay";
1289
1290         brcmf: wifi@1 {
1291                 reg = <1>;
1292                 compatible = "brcm,bcm4329-fmac";
1293                 interrupt-parent = <&gpx2>;
1294                 interrupts = <5 IRQ_TYPE_NONE>;
1295                 interrupt-names = "host-wake";
1296         };
1297 };
1298
1299 &serial_0 {
1300         status = "okay";
1301 };
1302
1303 &serial_1 {
1304         status = "okay";
1305 };
1306
1307 &serial_2 {
1308         status = "okay";
1309 };
1310
1311 &serial_3 {
1312         status = "okay";
1313 };
1314
1315 &spi_1 {
1316         pinctrl-names = "default";
1317         pinctrl-0 = <&spi1_bus>;
1318         cs-gpios = <&gpb 5 GPIO_ACTIVE_HIGH>;
1319         status = "okay";
1320
1321         s5c73m3_spi: s5c73m3@0 {
1322                 compatible = "samsung,s5c73m3";
1323                 spi-max-frequency = <50000000>;
1324                 reg = <0>;
1325                 controller-data {
1326                         samsung,spi-feedback-delay = <2>;
1327                 };
1328         };
1329 };
1330
1331 &tmu {
1332         vtmu-supply = <&ldo10_reg>;
1333         status = "okay";
1334 };