Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / exynos3250-rinato.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Samsung's Exynos3250 based Rinato board device tree source
4  *
5  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
6  *              http://www.samsung.com
7  *
8  * Device tree source file for Samsung's Rinato board which is based on
9  * Samsung Exynos3250 SoC.
10  */
11
12 /dts-v1/;
13 #include "exynos3250.dtsi"
14 #include "exynos4412-ppmu-common.dtsi"
15 #include <dt-bindings/input/input.h>
16 #include <dt-bindings/gpio/gpio.h>
17 #include <dt-bindings/clock/samsung,s2mps11.h>
18
19 / {
20         model = "Samsung Rinato board";
21         compatible = "samsung,rinato", "samsung,exynos3250", "samsung,exynos3";
22
23         aliases {
24                 i2c7 = &i2c_max77836;
25         };
26
27         memory@40000000 {
28                 device_type = "memory";
29                 reg =  <0x40000000 0x1ff00000>;
30         };
31
32         firmware@205f000 {
33                 compatible = "samsung,secure-firmware";
34                 reg = <0x0205F000 0x1000>;
35         };
36
37         gpio_keys {
38                 compatible = "gpio-keys";
39
40                 power_key {
41                         gpios = <&gpx2 7 GPIO_ACTIVE_LOW>;
42                         linux,code = <KEY_POWER>;
43                         label = "power key";
44                         debounce-interval = <10>;
45                         wakeup-source;
46                 };
47         };
48
49         i2c_max77836: i2c-gpio-0 {
50                 compatible = "i2c-gpio";
51                 gpios = <&gpd0 2 GPIO_ACTIVE_HIGH>, <&gpd0 3 GPIO_ACTIVE_HIGH>;
52                 #address-cells = <1>;
53                 #size-cells = <0>;
54
55                 max77836: subpmic@25 {
56                         compatible = "maxim,max77836";
57                         interrupt-parent = <&gpx1>;
58                         interrupts = <5 IRQ_TYPE_NONE>;
59                         reg = <0x25>;
60                         wakeup-source;
61
62                         muic: max77836-muic {
63                                 compatible = "maxim,max77836-muic";
64                         };
65
66                         regulators {
67                                 compatible = "maxim,max77836-regulator";
68                                 safeout_reg: SAFEOUT {
69                                         regulator-name = "SAFEOUT";
70                                 };
71
72                                 charger_reg: CHARGER {
73                                         regulator-name = "CHARGER";
74                                         regulator-min-microamp = <45000>;
75                                         regulator-max-microamp = <475000>;
76                                         regulator-boot-on;
77                                 };
78
79                                 motor_reg: LDO1 {
80                                         regulator-name = "MOT_2.7V";
81                                         regulator-min-microvolt = <1100000>;
82                                         regulator-max-microvolt = <2700000>;
83                                 };
84
85                                 LDO2 {
86                                         regulator-name = "UNUSED_LDO2";
87                                         regulator-min-microvolt = <800000>;
88                                         regulator-max-microvolt = <3950000>;
89                                 };
90                         };
91
92                         charger {
93                                 compatible = "maxim,max77836-charger";
94
95                                 maxim,constant-uvolt = <4350000>;
96                                 maxim,fast-charge-uamp = <225000>;
97                                 maxim,eoc-uamp = <7500>;
98                                 maxim,ovp-uvolt = <6500000>;
99                         };
100                 };
101         };
102
103         haptics {
104                 compatible = "regulator-haptic";
105                 haptic-supply = <&motor_reg>;
106                 min-microvolt = <1100000>;
107                 max-microvolt = <2700000>;
108         };
109
110         thermal-zones {
111                 cpu_thermal: cpu-thermal {
112                         cooling-maps {
113                                 map0 {
114                                         /* Corresponds to 500MHz */
115                                         cooling-device = <&cpu0 5 5>;
116                                 };
117                                 map1 {
118                                         /* Corresponds to 200MHz */
119                                         cooling-device = <&cpu0 8 8>;
120                                 };
121                         };
122                 };
123         };
124 };
125
126 &adc {
127         vdd-supply = <&ldo3_reg>;
128         status = "okay";
129         assigned-clocks = <&cmu CLK_SCLK_TSADC>;
130         assigned-clock-rates = <6000000>;
131
132         thermistor-ap {
133                 compatible = "ntc,ncp15wb473";
134                 pullup-uv = <1800000>;
135                 pullup-ohm = <100000>;
136                 pulldown-ohm = <100000>;
137                 io-channels = <&adc 0>;
138         };
139
140         thermistor-battery {
141                 compatible = "ntc,ncp15wb473";
142                 pullup-uv = <1800000>;
143                 pullup-ohm = <100000>;
144                 pulldown-ohm = <100000>;
145                 io-channels = <&adc 1>;
146         };
147 };
148
149 &bus_dmc {
150         devfreq-events = <&ppmu_dmc0_3>, <&ppmu_dmc1_3>;
151         vdd-supply = <&buck1_reg>;
152         status = "okay";
153 };
154
155 &bus_leftbus {
156         devfreq-events = <&ppmu_leftbus_3>, <&ppmu_rightbus_3>;
157         vdd-supply = <&buck3_reg>;
158         status = "okay";
159 };
160
161 &bus_rightbus {
162         devfreq = <&bus_leftbus>;
163         status = "okay";
164 };
165
166 &bus_lcd0 {
167         devfreq = <&bus_leftbus>;
168         status = "okay";
169 };
170
171 &bus_fsys {
172         devfreq = <&bus_leftbus>;
173         status = "okay";
174 };
175
176 &bus_mcuisp {
177         devfreq = <&bus_leftbus>;
178         status = "okay";
179 };
180
181 &bus_isp {
182         devfreq = <&bus_leftbus>;
183         status = "okay";
184 };
185
186 &bus_peril {
187         devfreq = <&bus_leftbus>;
188         status = "okay";
189 };
190
191 &bus_mfc {
192         devfreq = <&bus_leftbus>;
193         status = "okay";
194 };
195
196 &cpu0 {
197         cpu0-supply = <&buck2_reg>;
198 };
199
200 &exynos_usbphy {
201         status = "okay";
202         vbus-supply = <&safeout_reg>;
203 };
204
205 &hsotg {
206         vusb_d-supply = <&ldo15_reg>;
207         vusb_a-supply = <&ldo12_reg>;
208         dr_mode = "peripheral";
209         status = "okay";
210 };
211
212 &dsi_0 {
213         vddcore-supply = <&ldo6_reg>;
214         vddio-supply = <&ldo6_reg>;
215         samsung,burst-clock-frequency = <250000000>;
216         samsung,esc-clock-frequency = <20000000>;
217         samsung,pll-clock-frequency = <24000000>;
218         status = "okay";
219
220         panel@0 {
221                 compatible = "samsung,s6e63j0x03";
222                 reg = <0>;
223                 vdd3-supply = <&ldo16_reg>;
224                 vci-supply = <&ldo20_reg>;
225                 reset-gpios = <&gpe0 1 GPIO_ACTIVE_LOW>;
226                 te-gpios = <&gpx0 6 GPIO_ACTIVE_HIGH>;
227         };
228 };
229
230 &fimd {
231         status = "okay";
232
233         i80-if-timings {
234                 cs-setup = <0>;
235                 wr-setup = <0>;
236                 wr-act = <1>;
237                 wr-hold = <0>;
238         };
239 };
240
241 &i2c_0 {
242         #address-cells = <1>;
243         #size-cells = <0>;
244         samsung,i2c-sda-delay = <100>;
245         samsung,i2c-slave-addr = <0x10>;
246         samsung,i2c-max-bus-freq = <100000>;
247         status = "okay";
248
249         s2mps14_pmic@66 {
250                 compatible = "samsung,s2mps14-pmic";
251                 interrupt-parent = <&gpx0>;
252                 interrupts = <7 IRQ_TYPE_NONE>;
253                 reg = <0x66>;
254                 wakeup-source;
255
256                 s2mps14_osc: clocks {
257                         compatible = "samsung,s2mps14-clk";
258                         #clock-cells = <1>;
259                         clock-output-names = "s2mps14_ap", "unused",
260                                 "s2mps14_bt";
261                 };
262
263                 regulators {
264                         ldo1_reg: LDO1 {
265                                 regulator-name = "VAP_ALIVE_1.0V";
266                                 regulator-min-microvolt = <1000000>;
267                                 regulator-max-microvolt = <1000000>;
268                                 regulator-always-on;
269
270                                 regulator-state-mem {
271                                         regulator-on-in-suspend;
272                                 };
273                         };
274
275                         ldo2_reg: LDO2 {
276                                 regulator-name = "VAP_M1_1.2V";
277                                 regulator-min-microvolt = <1200000>;
278                                 regulator-max-microvolt = <1200000>;
279                                 regulator-always-on;
280
281                                 regulator-state-mem {
282                                         regulator-off-in-suspend;
283                                 };
284                         };
285
286                         ldo3_reg: LDO3 {
287                                 regulator-name = "VCC_AP_1.8V";
288                                 regulator-min-microvolt = <1800000>;
289                                 regulator-max-microvolt = <1800000>;
290                                 regulator-always-on;
291
292                                 regulator-state-mem {
293                                         regulator-off-in-suspend;
294                                 };
295                         };
296
297                         ldo4_reg: LDO4 {
298                                 regulator-name = "VAP_AVDD_PLL1";
299                                 regulator-min-microvolt = <1800000>;
300                                 regulator-max-microvolt = <1800000>;
301                                 regulator-always-on;
302
303                                 regulator-state-mem {
304                                         regulator-off-in-suspend;
305                                 };
306                         };
307
308                         ldo5_reg: LDO5 {
309                                 regulator-name = "VAP_PLL_ISO_1.0V";
310                                 regulator-min-microvolt = <1000000>;
311                                 regulator-max-microvolt = <1000000>;
312                                 regulator-always-on;
313
314                                 regulator-state-mem {
315                                         regulator-off-in-suspend;
316                                 };
317                         };
318
319                         ldo6_reg: LDO6 {
320                                 regulator-name = "VAP_VMIPI_1.0V";
321                                 regulator-min-microvolt = <1000000>;
322                                 regulator-max-microvolt = <1000000>;
323                                 regulator-always-on;
324
325                                 regulator-state-mem {
326                                         regulator-off-in-suspend;
327                                 };
328                         };
329
330                         ldo7_reg: LDO7 {
331                                 regulator-name = "VAP_AVDD_1.8V";
332                                 regulator-min-microvolt = <1800000>;
333                                 regulator-max-microvolt = <1800000>;
334                                 regulator-always-on;
335
336                                 regulator-state-mem {
337                                         regulator-off-in-suspend;
338                                 };
339                         };
340
341                         ldo8_reg: LDO8 {
342                                 regulator-name = "VAP_USB_3.0V";
343                                 regulator-min-microvolt = <3000000>;
344                                 regulator-max-microvolt = <3000000>;
345                                 regulator-always-on;
346
347                                 regulator-state-mem {
348                                         regulator-off-in-suspend;
349                                 };
350                         };
351
352                         ldo9_reg: LDO9 {
353                                 regulator-name = "V_LPDDR_1.2V";
354                                 regulator-min-microvolt = <1200000>;
355                                 regulator-max-microvolt = <1200000>;
356                                 regulator-always-on;
357
358                                 regulator-state-mem {
359                                         regulator-on-in-suspend;
360                                 };
361                         };
362
363                         ldo10_reg: LDO10 {
364                                 regulator-name = "UNUSED_LDO10";
365                                 regulator-min-microvolt = <1000000>;
366                                 regulator-max-microvolt = <1000000>;
367
368                                 regulator-state-mem {
369                                         regulator-off-in-suspend;
370                                 };
371                         };
372
373                         ldo11_reg: LDO11 {
374                                 regulator-name = "V_EMMC_1.8V";
375                                 regulator-min-microvolt = <1800000>;
376                                 regulator-max-microvolt = <1800000>;
377                                 samsung,ext-control-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>;
378                         };
379
380                         ldo12_reg: LDO12 {
381                                 regulator-name = "V_EMMC_2.8V";
382                                 regulator-min-microvolt = <2800000>;
383                                 regulator-max-microvolt = <2800000>;
384                                 samsung,ext-control-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>;
385                         };
386
387                         ldo13_reg: LDO13 {
388                                 regulator-name = "CAM_AVDD_2.8V";
389                                 regulator-min-microvolt = <2800000>;
390                                 regulator-max-microvolt = <2800000>;
391
392                                 regulator-state-mem {
393                                         regulator-off-in-suspend;
394                                 };
395                         };
396
397                         ldo14_reg: LDO14 {
398                                 regulator-name = "UNUSED_LDO14";
399                                 regulator-min-microvolt = <2700000>;
400                                 regulator-max-microvolt = <2700000>;
401
402                                 regulator-state-mem {
403                                         regulator-off-in-suspend;
404                                 };
405                         };
406
407                         ldo15_reg: LDO15 {
408                                 regulator-name = "TSP_AVDD_3.3V";
409                                 regulator-min-microvolt = <3300000>;
410                                 regulator-max-microvolt = <3300000>;
411
412                                 regulator-state-mem {
413                                         regulator-off-in-suspend;
414                                 };
415                         };
416
417                         ldo16_reg: LDO16 {
418                                 regulator-name = "LCD_VDD_3.3V";
419                                 regulator-min-microvolt = <3300000>;
420                                 regulator-max-microvolt = <3300000>;
421
422                                 regulator-state-mem {
423                                         regulator-off-in-suspend;
424                                 };
425                         };
426
427                         ldo17_reg: LDO17 {
428                                 regulator-name = "V_IRLED_3.3V";
429                                 regulator-min-microvolt = <3300000>;
430                                 regulator-max-microvolt = <3300000>;
431
432                                 regulator-state-mem {
433                                         regulator-off-in-suspend;
434                                 };
435                         };
436
437                         ldo18_reg: LDO18 {
438                                 regulator-name = "CAM_AF_2.8V";
439                                 regulator-min-microvolt = <2800000>;
440                                 regulator-max-microvolt = <2800000>;
441
442                                 regulator-state-mem {
443                                         regulator-off-in-suspend;
444                                 };
445                         };
446
447                         ldo19_reg: LDO19 {
448                                 regulator-name = "TSP_VDD_1.8V";
449                                 regulator-min-microvolt = <1800000>;
450                                 regulator-max-microvolt = <1800000>;
451
452                                 regulator-state-mem {
453                                         regulator-off-in-suspend;
454                                 };
455                         };
456
457                         ldo20_reg: LDO20 {
458                                 regulator-name = "LCD_VDD_1.8V";
459                                 regulator-min-microvolt = <1800000>;
460                                 regulator-max-microvolt = <1800000>;
461
462                                 regulator-state-mem {
463                                         regulator-off-in-suspend;
464                                 };
465                         };
466
467                         ldo21_reg: LDO21 {
468                                 regulator-name = "CAM_IO_1.8V";
469                                 regulator-min-microvolt = <1800000>;
470                                 regulator-max-microvolt = <1800000>;
471
472                                 regulator-state-mem {
473                                         regulator-off-in-suspend;
474                                 };
475                         };
476
477                         ldo22_reg: LDO22 {
478                                 regulator-name = "CAM_DVDD_1.2V";
479                                 regulator-min-microvolt = <1200000>;
480                                 regulator-max-microvolt = <1200000>;
481
482                                 regulator-state-mem {
483                                         regulator-off-in-suspend;
484                                 };
485                         };
486
487                         ldo23_reg: LDO23 {
488                                 regulator-name = "HRM_VCC_1.8V";
489                                 regulator-min-microvolt = <1800000>;
490                                 regulator-max-microvolt = <1800000>;
491                                 regulator-always-on;
492                         };
493
494                         ldo24_reg: LDO24 {
495                                 regulator-name = "HRM_VCC_3.3V";
496                                 regulator-min-microvolt = <3000000>;
497                                 regulator-max-microvolt = <3000000>;
498
499                                 regulator-state-mem {
500                                         regulator-off-in-suspend;
501                                 };
502                         };
503
504                         ldo25_reg: LDO25 {
505                                 regulator-name = "UNUSED_LDO25";
506                                 regulator-min-microvolt = <3000000>;
507                                 regulator-max-microvolt = <3000000>;
508
509                                 regulator-state-mem {
510                                         regulator-off-in-suspend;
511                                 };
512                         };
513
514                         buck1_reg: BUCK1 {
515                                 regulator-name = "VAP_MIF_1.0V";
516                                 regulator-min-microvolt = <800000>;
517                                 regulator-max-microvolt = <900000>;
518                                 regulator-always-on;
519
520                                 regulator-state-mem {
521                                         regulator-off-in-suspend;
522                                 };
523                         };
524
525                         buck2_reg: BUCK2 {
526                                 regulator-name = "VAP_ARM_1.0V";
527                                 regulator-min-microvolt = <850000>;
528                                 regulator-max-microvolt = <1150000>;
529                                 regulator-always-on;
530
531                                 regulator-state-mem {
532                                         regulator-off-in-suspend;
533                                 };
534                         };
535
536                         buck3_reg: BUCK3 {
537                                 regulator-name = "VAP_INT3D_1.0V";
538                                 regulator-min-microvolt = <850000>;
539                                 regulator-max-microvolt = <1000000>;
540                                 regulator-always-on;
541
542                                 regulator-state-mem {
543                                         regulator-off-in-suspend;
544                                 };
545                         };
546
547                         buck4_reg: BUCK4 {
548                                 regulator-name = "VCC_SUB_1.95V";
549                                 regulator-min-microvolt = <1950000>;
550                                 regulator-max-microvolt = <1950000>;
551                                 regulator-always-on;
552
553                                 regulator-state-mem {
554                                         regulator-on-in-suspend;
555                                 };
556                         };
557
558                         buck5_reg: BUCK5 {
559                                 regulator-name = "VCC_SUB_1.35V";
560                                 regulator-min-microvolt = <1350000>;
561                                 regulator-max-microvolt = <1350000>;
562                                 regulator-always-on;
563
564                                 regulator-state-mem {
565                                         regulator-on-in-suspend;
566                                 };
567                         };
568                 };
569         };
570 };
571
572 &i2c_1 {
573         #address-cells = <1>;
574         #size-cells = <0>;
575         samsung,i2c-sda-delay = <100>;
576         samsung,i2c-slave-addr = <0x10>;
577         samsung,i2c-max-bus-freq = <400000>;
578         status = "okay";
579
580         fuelgauge@36 {
581                 compatible = "maxim,max77836-battery";
582                 interrupt-parent = <&gpx1>;
583                 interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
584                 reg = <0x36>;
585         };
586 };
587
588 &i2s2 {
589         status = "okay";
590 };
591
592 &jpeg {
593         status = "okay";
594 };
595
596 &mshc_0 {
597         #address-cells = <1>;
598         #size-cells = <0>;
599         broken-cd;
600         non-removable;
601         cap-mmc-highspeed;
602         desc-num = <4>;
603         mmc-hs200-1_8v;
604         card-detect-delay = <200>;
605         vmmc-supply = <&ldo12_reg>;
606         clock-frequency = <100000000>;
607         max-frequency = <100000000>;
608         samsung,dw-mshc-ciu-div = <1>;
609         samsung,dw-mshc-sdr-timing = <0 1>;
610         samsung,dw-mshc-ddr-timing = <1 2>;
611         pinctrl-names = "default";
612         pinctrl-0 = <&sd0_cmd &sd0_bus1 &sd0_bus4 &sd0_bus8>;
613         bus-width = <8>;
614         status = "okay";
615 };
616
617 &serial_0 {
618         assigned-clocks = <&cmu CLK_SCLK_UART0>;
619         assigned-clock-rates = <100000000>;
620         status = "okay";
621 };
622
623 &serial_1 {
624         status = "okay";
625 };
626
627 &tmu {
628         vtmu-supply = <&ldo7_reg>;
629         status = "okay";
630 };
631
632 &rtc {
633         clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
634         clock-names = "rtc", "rtc_src";
635         status = "okay";
636 };
637
638 &xusbxti {
639         clock-frequency = <24000000>;
640 };
641
642 &pinctrl_0 {
643         pinctrl-names = "default";
644         pinctrl-0 = <&initial0 &sleep0>;
645
646         initial0: initial-state {
647                 PIN_IN(gpa1-4, DOWN, LV1);
648                 PIN_IN(gpa1-5, DOWN, LV1);
649
650                 PIN_IN(gpc0-0, DOWN, LV1);
651                 PIN_IN(gpc0-1, DOWN, LV1);
652                 PIN_IN(gpc0-2, DOWN, LV1);
653                 PIN_IN(gpc0-3, DOWN, LV1);
654                 PIN_IN(gpc0-4, DOWN, LV1);
655
656                 PIN_IN(gpd0-0, DOWN, LV1);
657                 PIN_IN(gpd0-1, DOWN, LV1);
658         };
659
660         sleep0: sleep-state {
661                 PIN_SLP(gpa0-0, INPUT, DOWN);
662                 PIN_SLP(gpa0-1, INPUT, DOWN);
663                 PIN_SLP(gpa0-2, INPUT, DOWN);
664                 PIN_SLP(gpa0-3, INPUT, DOWN);
665                 PIN_SLP(gpa0-4, INPUT, DOWN);
666                 PIN_SLP(gpa0-5, INPUT, DOWN);
667                 PIN_SLP(gpa0-6, INPUT, DOWN);
668                 PIN_SLP(gpa0-7, INPUT, DOWN);
669
670                 PIN_SLP(gpa1-0, INPUT, DOWN);
671                 PIN_SLP(gpa1-1, INPUT, DOWN);
672                 PIN_SLP(gpa1-2, INPUT, DOWN);
673                 PIN_SLP(gpa1-3, INPUT, DOWN);
674                 PIN_SLP(gpa1-4, INPUT, DOWN);
675                 PIN_SLP(gpa1-5, INPUT, DOWN);
676
677                 PIN_SLP(gpb-0, PREV, NONE);
678                 PIN_SLP(gpb-1, PREV, NONE);
679                 PIN_SLP(gpb-2, PREV, NONE);
680                 PIN_SLP(gpb-3, PREV, NONE);
681                 PIN_SLP(gpb-4, INPUT, DOWN);
682                 PIN_SLP(gpb-5, INPUT, DOWN);
683                 PIN_SLP(gpb-6, INPUT, DOWN);
684                 PIN_SLP(gpb-7, INPUT, DOWN);
685
686                 PIN_SLP(gpc0-0, INPUT, DOWN);
687                 PIN_SLP(gpc0-1, INPUT, DOWN);
688                 PIN_SLP(gpc0-2, INPUT, DOWN);
689                 PIN_SLP(gpc0-3, INPUT, DOWN);
690                 PIN_SLP(gpc0-4, INPUT, DOWN);
691
692                 PIN_SLP(gpc1-0, INPUT, DOWN);
693                 PIN_SLP(gpc1-1, INPUT, DOWN);
694                 PIN_SLP(gpc1-2, INPUT, DOWN);
695                 PIN_SLP(gpc1-3, INPUT, DOWN);
696                 PIN_SLP(gpc1-4, INPUT, DOWN);
697
698                 PIN_SLP(gpd0-0, INPUT, DOWN);
699                 PIN_SLP(gpd0-1, INPUT, DOWN);
700                 PIN_SLP(gpd0-2, INPUT, NONE);
701                 PIN_SLP(gpd0-3, INPUT, NONE);
702
703                 PIN_SLP(gpd1-0, INPUT, NONE);
704                 PIN_SLP(gpd1-1, INPUT, NONE);
705                 PIN_SLP(gpd1-2, INPUT, NONE);
706                 PIN_SLP(gpd1-3, INPUT, NONE);
707         };
708 };
709
710 &pinctrl_1 {
711         pinctrl-names = "default";
712         pinctrl-0 = <&initial1 &sleep1>;
713
714         initial1: initial-state {
715                 PIN_IN(gpe0-6, DOWN, LV1);
716                 PIN_IN(gpe0-7, DOWN, LV1);
717
718                 PIN_IN(gpe1-0, DOWN, LV1);
719                 PIN_IN(gpe1-3, DOWN, LV1);
720                 PIN_IN(gpe1-4, DOWN, LV1);
721                 PIN_IN(gpe1-5, DOWN, LV1);
722                 PIN_IN(gpe1-6, DOWN, LV1);
723
724                 PIN_IN(gpk2-0, DOWN, LV1);
725                 PIN_IN(gpk2-1, DOWN, LV1);
726                 PIN_IN(gpk2-2, DOWN, LV1);
727                 PIN_IN(gpk2-3, DOWN, LV1);
728                 PIN_IN(gpk2-4, DOWN, LV1);
729                 PIN_IN(gpk2-5, DOWN, LV1);
730                 PIN_IN(gpk2-6, DOWN, LV1);
731
732                 PIN_IN(gpm0-0, DOWN, LV1);
733                 PIN_IN(gpm0-1, DOWN, LV1);
734                 PIN_IN(gpm0-2, DOWN, LV1);
735                 PIN_IN(gpm0-3, DOWN, LV1);
736                 PIN_IN(gpm0-4, DOWN, LV1);
737                 PIN_IN(gpm0-5, DOWN, LV1);
738                 PIN_IN(gpm0-6, DOWN, LV1);
739                 PIN_IN(gpm0-7, DOWN, LV1);
740
741                 PIN_IN(gpm1-0, DOWN, LV1);
742                 PIN_IN(gpm1-1, DOWN, LV1);
743                 PIN_IN(gpm1-2, DOWN, LV1);
744                 PIN_IN(gpm1-3, DOWN, LV1);
745                 PIN_IN(gpm1-4, DOWN, LV1);
746                 PIN_IN(gpm1-5, DOWN, LV1);
747                 PIN_IN(gpm1-6, DOWN, LV1);
748
749                 PIN_IN(gpm2-0, DOWN, LV1);
750                 PIN_IN(gpm2-1, DOWN, LV1);
751
752                 PIN_IN(gpm3-0, DOWN, LV1);
753                 PIN_IN(gpm3-1, DOWN, LV1);
754                 PIN_IN(gpm3-2, DOWN, LV1);
755                 PIN_IN(gpm3-3, DOWN, LV1);
756                 PIN_IN(gpm3-4, DOWN, LV1);
757
758                 PIN_IN(gpm4-1, DOWN, LV1);
759                 PIN_IN(gpm4-2, DOWN, LV1);
760                 PIN_IN(gpm4-3, DOWN, LV1);
761                 PIN_IN(gpm4-4, DOWN, LV1);
762                 PIN_IN(gpm4-5, DOWN, LV1);
763                 PIN_IN(gpm4-6, DOWN, LV1);
764                 PIN_IN(gpm4-7, DOWN, LV1);
765         };
766
767         sleep1: sleep-state {
768                 PIN_SLP(gpe0-0, PREV, NONE);
769                 PIN_SLP(gpe0-1, PREV, NONE);
770                 PIN_SLP(gpe0-2, INPUT, DOWN);
771                 PIN_SLP(gpe0-3, INPUT, UP);
772                 PIN_SLP(gpe0-4, INPUT, DOWN);
773                 PIN_SLP(gpe0-5, INPUT, DOWN);
774                 PIN_SLP(gpe0-6, INPUT, DOWN);
775                 PIN_SLP(gpe0-7, INPUT, DOWN);
776
777                 PIN_SLP(gpe1-0, INPUT, DOWN);
778                 PIN_SLP(gpe1-1, PREV, NONE);
779                 PIN_SLP(gpe1-2, INPUT, DOWN);
780                 PIN_SLP(gpe1-3, INPUT, DOWN);
781                 PIN_SLP(gpe1-4, INPUT, DOWN);
782                 PIN_SLP(gpe1-5, INPUT, DOWN);
783                 PIN_SLP(gpe1-6, INPUT, DOWN);
784                 PIN_SLP(gpe1-7, INPUT, NONE);
785
786                 PIN_SLP(gpe2-0, INPUT, NONE);
787                 PIN_SLP(gpe2-1, INPUT, NONE);
788                 PIN_SLP(gpe2-2, INPUT, NONE);
789
790                 PIN_SLP(gpk0-0, INPUT, DOWN);
791                 PIN_SLP(gpk0-1, INPUT, DOWN);
792                 PIN_SLP(gpk0-2, OUT0, NONE);
793                 PIN_SLP(gpk0-3, INPUT, DOWN);
794                 PIN_SLP(gpk0-4, INPUT, DOWN);
795                 PIN_SLP(gpk0-5, INPUT, DOWN);
796                 PIN_SLP(gpk0-6, INPUT, DOWN);
797                 PIN_SLP(gpk0-7, INPUT, DOWN);
798
799                 PIN_SLP(gpk1-0, INPUT, DOWN);
800                 PIN_SLP(gpk1-1, INPUT, DOWN);
801                 PIN_SLP(gpk1-2, INPUT, DOWN);
802                 PIN_SLP(gpk1-3, INPUT, DOWN);
803                 PIN_SLP(gpk1-4, INPUT, DOWN);
804                 PIN_SLP(gpk1-5, INPUT, DOWN);
805                 PIN_SLP(gpk1-6, INPUT, DOWN);
806
807                 PIN_SLP(gpk2-0, INPUT, DOWN);
808                 PIN_SLP(gpk2-1, INPUT, DOWN);
809                 PIN_SLP(gpk2-2, INPUT, DOWN);
810                 PIN_SLP(gpk2-3, INPUT, DOWN);
811                 PIN_SLP(gpk2-4, INPUT, DOWN);
812                 PIN_SLP(gpk2-5, INPUT, DOWN);
813                 PIN_SLP(gpk2-6, INPUT, DOWN);
814
815                 PIN_SLP(gpl0-0, INPUT, DOWN);
816                 PIN_SLP(gpl0-1, INPUT, DOWN);
817                 PIN_SLP(gpl0-2, INPUT, DOWN);
818                 PIN_SLP(gpl0-3, INPUT, DOWN);
819
820                 PIN_SLP(gpm0-0, INPUT, DOWN);
821                 PIN_SLP(gpm0-1, INPUT, DOWN);
822                 PIN_SLP(gpm0-2, INPUT, DOWN);
823                 PIN_SLP(gpm0-3, INPUT, DOWN);
824                 PIN_SLP(gpm0-4, INPUT, DOWN);
825                 PIN_SLP(gpm0-5, INPUT, DOWN);
826                 PIN_SLP(gpm0-6, INPUT, DOWN);
827                 PIN_SLP(gpm0-7, INPUT, DOWN);
828
829                 PIN_SLP(gpm1-0, INPUT, DOWN);
830                 PIN_SLP(gpm1-1, INPUT, DOWN);
831                 PIN_SLP(gpm1-2, INPUT, DOWN);
832                 PIN_SLP(gpm1-3, INPUT, DOWN);
833                 PIN_SLP(gpm1-4, INPUT, DOWN);
834                 PIN_SLP(gpm1-5, INPUT, DOWN);
835                 PIN_SLP(gpm1-6, INPUT, DOWN);
836
837                 PIN_SLP(gpm2-0, INPUT, DOWN);
838                 PIN_SLP(gpm2-1, INPUT, DOWN);
839                 PIN_SLP(gpm2-2, INPUT, DOWN);
840                 PIN_SLP(gpm2-3, INPUT, DOWN);
841                 PIN_SLP(gpm2-4, INPUT, DOWN);
842
843                 PIN_SLP(gpm3-0, INPUT, DOWN);
844                 PIN_SLP(gpm3-1, INPUT, DOWN);
845                 PIN_SLP(gpm3-2, INPUT, DOWN);
846                 PIN_SLP(gpm3-3, INPUT, DOWN);
847                 PIN_SLP(gpm3-4, INPUT, DOWN);
848                 PIN_SLP(gpm3-5, INPUT, DOWN);
849                 PIN_SLP(gpm3-6, INPUT, DOWN);
850                 PIN_SLP(gpm3-7, INPUT, DOWN);
851
852                 PIN_SLP(gpm4-0, INPUT, DOWN);
853                 PIN_SLP(gpm4-1, INPUT, DOWN);
854                 PIN_SLP(gpm4-2, INPUT, DOWN);
855                 PIN_SLP(gpm4-3, INPUT, DOWN);
856                 PIN_SLP(gpm4-4, INPUT, DOWN);
857                 PIN_SLP(gpm4-5, INPUT, DOWN);
858                 PIN_SLP(gpm4-6, INPUT, DOWN);
859                 PIN_SLP(gpm4-7, INPUT, DOWN);
860         };
861 };