2 * Google Gru (and derivatives) board device tree source
4 * Copyright 2016-2017 Google, Inc
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
16 * This file is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
23 * b) Permission is hereby granted, free of charge, to any person
24 * obtaining a copy of this software and associated documentation
25 * files (the "Software"), to deal in the Software without
26 * restriction, including without limitation the rights to use,
27 * copy, modify, merge, publish, distribute, sublicense, and/or
28 * sell copies of the Software, and to permit persons to whom the
29 * Software is furnished to do so, subject to the following
32 * The above copyright notice and this permission notice shall be
33 * included in all copies or substantial portions of the Software.
35 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
40 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42 * OTHER DEALINGS IN THE SOFTWARE.
45 #include <dt-bindings/input/input.h>
46 #include "rk3399.dtsi"
47 #include "rk3399-op1-opp.dtsi"
51 stdout-path = "serial2:115200n8";
57 * In general an attempt is made to include all rails called out by
58 * the schematic as long as those rails interact in some way with
60 * - Rails that only connect to the EC (or devices that the EC talks to)
62 * - Rails _are_ included if the rails go to the AP even if the AP
63 * doesn't currently care about them / they are always on. The idea
64 * here is that it makes it easier to map to the schematic or extend
67 * If two rails are substantially the same from the AP's point of
68 * view, though, we won't create a full fixed regulator. We'll just
69 * put the child rail as an alias of the parent rail. Sometimes rails
70 * look the same to the AP because one of these is true:
71 * - The EC controls the enable and the EC always enables a rail as
72 * long as the AP is running.
73 * - The rails are actually connected to each other by a jumper and
74 * the distinction is just there to add clarity/flexibility to the
78 ppvar_sys: ppvar-sys {
79 compatible = "regulator-fixed";
80 regulator-name = "ppvar_sys";
86 compatible = "regulator-fixed";
87 regulator-name = "pp900_ap";
89 /* EC turns on w/ pp900_ap_en; always on for AP */
92 regulator-min-microvolt = <900000>;
93 regulator-max-microvolt = <900000>;
95 vin-supply = <&ppvar_sys>;
98 pp1200_lpddr: pp1200-lpddr {
99 compatible = "regulator-fixed";
100 regulator-name = "pp1200_lpddr";
102 /* EC turns on w/ lpddr_pwr_en; always on for AP */
105 regulator-min-microvolt = <1200000>;
106 regulator-max-microvolt = <1200000>;
108 vin-supply = <&ppvar_sys>;
112 compatible = "regulator-fixed";
113 regulator-name = "pp1800";
115 /* Always on when ppvar_sys shows power good */
118 regulator-min-microvolt = <1800000>;
119 regulator-max-microvolt = <1800000>;
121 vin-supply = <&ppvar_sys>;
125 compatible = "regulator-fixed";
126 regulator-name = "pp3000";
127 pinctrl-names = "default";
128 pinctrl-0 = <&pp3000_en>;
131 gpio = <&gpio0 12 GPIO_ACTIVE_HIGH>;
135 regulator-min-microvolt = <3000000>;
136 regulator-max-microvolt = <3000000>;
138 vin-supply = <&ppvar_sys>;
142 compatible = "regulator-fixed";
143 regulator-name = "pp3300";
145 /* Always on; plain and simple */
148 regulator-min-microvolt = <3300000>;
149 regulator-max-microvolt = <3300000>;
151 vin-supply = <&ppvar_sys>;
155 compatible = "regulator-fixed";
156 regulator-name = "pp5000";
158 /* EC turns on w/ pp5000_en; always on for AP */
161 regulator-min-microvolt = <5000000>;
162 regulator-max-microvolt = <5000000>;
164 vin-supply = <&ppvar_sys>;
167 ppvar_bigcpu_pwm: ppvar-bigcpu-pwm {
168 compatible = "pwm-regulator";
169 regulator-name = "ppvar_bigcpu_pwm";
171 pwms = <&pwm1 0 3337 0>;
172 pwm-supply = <&ppvar_sys>;
173 pwm-dutycycle-range = <100 0>;
174 pwm-dutycycle-unit = <100>;
176 /* EC turns on w/ ap_core_en; always on for AP */
179 regulator-min-microvolt = <800107>;
180 regulator-max-microvolt = <1302232>;
183 ppvar_bigcpu: ppvar-bigcpu {
184 compatible = "vctrl-regulator";
185 regulator-name = "ppvar_bigcpu";
187 regulator-min-microvolt = <800107>;
188 regulator-max-microvolt = <1302232>;
190 ctrl-supply = <&ppvar_bigcpu_pwm>;
191 ctrl-voltage-range = <800107 1302232>;
193 regulator-settling-time-up-us = <322>;
194 min-slew-down-rate = <225>;
195 ovp-threshold-percent = <16>;
198 ppvar_litcpu_pwm: ppvar-litcpu-pwm {
199 compatible = "pwm-regulator";
200 regulator-name = "ppvar_litcpu_pwm";
202 pwms = <&pwm2 0 3337 0>;
203 pwm-supply = <&ppvar_sys>;
204 pwm-dutycycle-range = <100 0>;
205 pwm-dutycycle-unit = <100>;
207 /* EC turns on w/ ap_core_en; always on for AP */
210 regulator-min-microvolt = <797743>;
211 regulator-max-microvolt = <1307837>;
214 ppvar_litcpu: ppvar-litcpu {
215 compatible = "vctrl-regulator";
216 regulator-name = "ppvar_litcpu";
218 regulator-min-microvolt = <797743>;
219 regulator-max-microvolt = <1307837>;
221 ctrl-supply = <&ppvar_litcpu_pwm>;
222 ctrl-voltage-range = <797743 1307837>;
224 regulator-settling-time-up-us = <384>;
225 min-slew-down-rate = <225>;
226 ovp-threshold-percent = <16>;
229 ppvar_gpu_pwm: ppvar-gpu-pwm {
230 compatible = "pwm-regulator";
231 regulator-name = "ppvar_gpu_pwm";
233 pwms = <&pwm0 0 3337 0>;
234 pwm-supply = <&ppvar_sys>;
235 pwm-dutycycle-range = <100 0>;
236 pwm-dutycycle-unit = <100>;
238 /* EC turns on w/ ap_core_en; always on for AP */
241 regulator-min-microvolt = <786384>;
242 regulator-max-microvolt = <1217747>;
245 ppvar_gpu: ppvar-gpu {
246 compatible = "vctrl-regulator";
247 regulator-name = "ppvar_gpu";
249 regulator-min-microvolt = <786384>;
250 regulator-max-microvolt = <1217747>;
252 ctrl-supply = <&ppvar_gpu_pwm>;
253 ctrl-voltage-range = <786384 1217747>;
255 regulator-settling-time-up-us = <390>;
256 min-slew-down-rate = <225>;
257 ovp-threshold-percent = <16>;
260 ppvar_centerlogic_pwm: ppvar-centerlogic-pwm {
261 compatible = "pwm-regulator";
262 regulator-name = "ppvar_centerlogic_pwm";
264 pwms = <&pwm3 0 3337 0>;
265 pwm-supply = <&ppvar_sys>;
266 pwm-dutycycle-range = <100 0>;
267 pwm-dutycycle-unit = <100>;
269 /* EC turns on w/ ppvar_centerlogic_en; always on for AP */
272 regulator-min-microvolt = <799434>;
273 regulator-max-microvolt = <1049925>;
276 ppvar_centerlogic: ppvar-centerlogic {
277 compatible = "vctrl-regulator";
278 regulator-name = "ppvar_centerlogic";
280 regulator-min-microvolt = <799434>;
281 regulator-max-microvolt = <1049925>;
283 ctrl-supply = <&ppvar_centerlogic_pwm>;
284 ctrl-voltage-range = <799434 1049925>;
286 regulator-settling-time-up-us = <378>;
287 min-slew-down-rate = <225>;
288 ovp-threshold-percent = <16>;
291 /* Schematics call this PPVAR even though it's fixed */
292 ppvar_logic: ppvar-logic {
293 compatible = "regulator-fixed";
294 regulator-name = "ppvar_logic";
296 /* EC turns on w/ ppvar_logic_en; always on for AP */
299 regulator-min-microvolt = <900000>;
300 regulator-max-microvolt = <900000>;
302 vin-supply = <&ppvar_sys>;
305 /* EC turns on w/ pp900_ddrpll_en */
306 pp900_ddrpll: pp900-ap {
309 /* EC turns on w/ pp900_pcie_en */
310 pp900_pcie: pp900-ap {
313 /* EC turns on w/ pp900_pll_en */
314 pp900_pll: pp900-ap {
317 /* EC turns on w/ pp900_pmu_en */
318 pp900_pmu: pp900-ap {
321 /* EC turns on w/ pp900_usb_en */
322 pp900_usb: pp900-ap {
325 /* EC turns on w/ pp1800_s0_en_l */
326 pp1800_ap_io: pp1800_emmc: pp1800_nfc: pp1800_s0: pp1800 {
329 /* EC turns on w/ pp1800_avdd_en_l */
330 pp1800_avdd: pp1800 {
333 /* EC turns on w/ pp1800_lid_en_l */
334 pp1800_lid: pp1800_mic: pp1800 {
337 /* EC turns on w/ lpddr_pwr_en */
338 pp1800_lpddr: pp1800 {
341 /* EC turns on w/ pp1800_pmu_en_l */
345 /* EC turns on w/ pp1800_usb_en_l */
349 pp1500_ap_io: pp1500-ap-io {
350 compatible = "regulator-fixed";
351 regulator-name = "pp1500_ap_io";
352 pinctrl-names = "default";
353 pinctrl-0 = <&pp1500_en>;
356 gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>;
360 regulator-min-microvolt = <1500000>;
361 regulator-max-microvolt = <1500000>;
363 vin-supply = <&pp1800>;
366 pp1800_audio: pp1800-audio {
367 compatible = "regulator-fixed";
368 regulator-name = "pp1800_audio";
369 pinctrl-names = "default";
370 pinctrl-0 = <&pp1800_audio_en>;
373 gpio = <&gpio0 2 GPIO_ACTIVE_HIGH>;
378 vin-supply = <&pp1800>;
381 /* gpio is shared with pp3300_wifi_bt */
382 pp1800_pcie: pp1800-pcie {
383 compatible = "regulator-fixed";
384 regulator-name = "pp1800_pcie";
385 pinctrl-names = "default";
386 pinctrl-0 = <&wlan_module_pd_l>;
389 gpio = <&gpio0 4 GPIO_ACTIVE_HIGH>;
392 * Need to wait 1ms + ramp-up time before we can power on WiFi.
393 * This has been approximated as 8ms total.
395 regulator-enable-ramp-delay = <8000>;
397 vin-supply = <&pp1800>;
401 * This is a bit of a hack. The WiFi module should be reset at least
402 * 1ms after its regulators have ramped up (max rampup time is ~7ms).
403 * With some stretching of the imagination, we can call the 1.8V
404 * regulator a supply.
406 wlan_pd_n: wlan-pd-n {
407 compatible = "regulator-fixed";
408 regulator-name = "wlan_pd_n";
410 /* Note the wlan_module_reset_l pinctrl */
412 gpio = <&gpio1 11 GPIO_ACTIVE_HIGH>;
414 vin-supply = <&pp1800_pcie>;
417 /* Always on; plain and simple */
418 pp3000_ap: pp3000_emmc: pp3000 {
421 pp3000_sd_slot: pp3000-sd-slot {
422 compatible = "regulator-fixed";
423 regulator-name = "pp3000_sd_slot";
424 pinctrl-names = "default";
425 pinctrl-0 = <&sd_slot_pwr_en>;
428 gpio = <&gpio4 29 GPIO_ACTIVE_HIGH>;
430 vin-supply = <&pp3000>;
434 * Technically, this is a small abuse of 'regulator-gpio'; this
435 * regulator is a mux between pp1800 and pp3300. pp1800 and pp3300 are
436 * always on though, so it is sufficient to simply control the mux
439 ppvar_sd_card_io: ppvar-sd-card-io {
440 compatible = "regulator-gpio";
441 regulator-name = "ppvar_sd_card_io";
442 pinctrl-names = "default";
443 pinctrl-0 = <&sd_io_pwr_en &sd_pwr_1800_sel>;
446 enable-gpio = <&gpio2 2 GPIO_ACTIVE_HIGH>;
447 gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>;
448 states = <1800000 0x1
451 regulator-min-microvolt = <1800000>;
452 regulator-max-microvolt = <3000000>;
455 /* EC turns on w/ pp3300_trackpad_en_l */
456 pp3300_trackpad: pp3300-trackpad {
459 /* EC turns on w/ pp3300_usb_en_l */
463 pp3300_disp: pp3300-disp {
464 compatible = "regulator-fixed";
465 regulator-name = "pp3300_disp";
466 pinctrl-names = "default";
467 pinctrl-0 = <&pp3300_disp_en>;
470 gpio = <&gpio4 27 GPIO_ACTIVE_HIGH>;
472 startup-delay-us = <2000>;
473 vin-supply = <&pp3300>;
476 /* gpio is shared with pp1800_pcie and pinctrl is set there */
477 pp3300_wifi_bt: pp3300-wifi-bt {
478 compatible = "regulator-fixed";
479 regulator-name = "pp3300_wifi_bt";
482 gpio = <&gpio0 4 GPIO_ACTIVE_HIGH>;
484 vin-supply = <&pp3300>;
487 /* EC turns on w/ usb_a_en */
488 pp5000_usb_a_vbus: pp5000 {
491 gpio_keys: gpio-keys {
492 compatible = "gpio-keys";
493 pinctrl-names = "default";
494 pinctrl-0 = <&bt_host_wake_l>;
497 label = "Wake-on-Bluetooth";
498 gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
499 linux,code = <KEY_WAKEUP>;
504 max98357a: max98357a {
505 compatible = "maxim,max98357a";
506 pinctrl-names = "default";
507 pinctrl-0 = <&sdmode_en>;
508 sdmode-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
510 #sound-dai-cells = <0>;
515 compatible = "rockchip,rk3399-gru-sound";
516 rockchip,cpu = <&i2s0 &i2s2>;
517 rockchip,codec = <&max98357a &headsetcodec
518 &codec &wacky_spi_audio>;
523 * Set some suspend operating points to avoid OVP in suspend
525 * When we go into S3 ARM Trusted Firmware will transition our PWM regulators
526 * from wherever they're at back to the "default" operating point (whatever
527 * voltage we get when we set the PWM pins to "input").
529 * This quick transition under light load has the possibility to trigger the
530 * regulator "over voltage protection" (OVP).
532 * To make extra certain that we don't hit this OVP at suspend time, we'll
533 * transition to a voltage that's much closer to the default (~1.0 V) so that
534 * there will not be a big jump. Technically we only need to get within 200 mV
535 * of the default voltage, but the speed here should be fast enough and we need
536 * suspend/resume to be rock solid.
552 cpu-supply = <&ppvar_litcpu>;
556 cpu-supply = <&ppvar_litcpu>;
560 cpu-supply = <&ppvar_litcpu>;
564 cpu-supply = <&ppvar_litcpu>;
568 cpu-supply = <&ppvar_bigcpu>;
572 cpu-supply = <&ppvar_bigcpu>;
578 <&cru PLL_GPLL>, <&cru PLL_CPLL>,
580 <&cru ACLK_PERIHP>, <&cru HCLK_PERIHP>,
582 <&cru ACLK_PERILP0>, <&cru HCLK_PERILP0>,
583 <&cru PCLK_PERILP0>, <&cru ACLK_CCI>,
584 <&cru HCLK_PERILP1>, <&cru PCLK_PERILP1>;
585 assigned-clock-rates =
586 <600000000>, <800000000>,
588 <150000000>, <75000000>,
590 <100000000>, <100000000>,
591 <50000000>, <800000000>,
592 <100000000>, <50000000>;
600 mali-supply = <&ppvar_gpu>;
607 clock-frequency = <400000>;
609 /* These are relatively safe rise/fall times */
610 i2c-scl-falling-time-ns = <50>;
611 i2c-scl-rising-time-ns = <300>;
613 headsetcodec: rt5514@57 {
614 compatible = "realtek,rt5514";
616 realtek,dmic-init-delay-ms = <20>;
623 clock-frequency = <400000>;
625 /* These are relatively safe rise/fall times */
626 i2c-scl-falling-time-ns = <50>;
627 i2c-scl-rising-time-ns = <300>;
633 clock-frequency = <400000>;
635 /* These are relatively safe rise/fall times */
636 i2c-scl-falling-time-ns = <50>;
637 i2c-scl-rising-time-ns = <300>;
640 * Note strange pullup enable. Apparently this avoids leakage but
641 * still allows us to get nice 4.7K pullups for high speed i2c
642 * transfers. Basically we want the pullup on whenever the ap is
643 * alive, so the "en" pin just gets set to output high.
645 pinctrl-0 = <&i2c5_xfer &ap_i2c_tp_pu_en>;
648 ap_i2c_audio: &i2c8 {
651 clock-frequency = <400000>;
653 /* These are relatively safe rise/fall times */
654 i2c-scl-falling-time-ns = <50>;
655 i2c-scl-rising-time-ns = <300>;
658 compatible = "dlg,da7219";
660 interrupt-parent = <&gpio1>;
661 interrupts = <23 IRQ_TYPE_LEVEL_LOW>;
662 clocks = <&cru SCLK_I2S_8CH_OUT>;
663 clock-names = "mclk";
664 dlg,micbias-lvl = <2600>;
665 dlg,mic-amp-in-sel = "diff";
666 pinctrl-names = "default";
667 pinctrl-0 = <&headset_int_l>;
668 VDD-supply = <&pp1800>;
669 VDDMIC-supply = <&pp3300>;
670 VDDIO-supply = <&pp1800>;
673 dlg,adc-1bit-rpt = <1>;
676 dlg,mic-det-thr = <500>;
677 dlg,jack-ins-deb = <20>;
678 dlg,jack-det-rate = "32ms_64ms";
679 dlg,jack-rem-deb = <1>;
681 dlg,a-d-btn-thr = <0xa>;
682 dlg,d-b-btn-thr = <0x16>;
683 dlg,b-c-btn-thr = <0x21>;
684 dlg,c-mic-btn-thr = <0x3E>;
700 audio-supply = <&pp1800_audio>; /* APIO5_VDD; 3d 4a */
701 bt656-supply = <&pp1800_ap_io>; /* APIO2_VDD; 2a 2b */
702 gpio1830-supply = <&pp3000_ap>; /* APIO4_VDD; 4c 4d */
703 sdmmc-supply = <&ppvar_sd_card_io>; /* SDMMC0_VDD; 4b */
709 ep-gpios = <&gpio2 27 GPIO_ACTIVE_HIGH>;
710 pinctrl-names = "default";
711 pinctrl-0 = <&pcie_clkreqn_cpm>, <&wifi_perst_l>;
712 vpcie3v3-supply = <&pp3300_wifi_bt>;
713 vpcie1v8-supply = <&wlan_pd_n>; /* HACK: see &wlan_pd_n */
714 vpcie0v9-supply = <&pp900_pcie>;
716 pci_rootport: pcie@0,0 {
717 reg = <0x83000000 0x0 0x00000000 0x0 0x00000000>;
718 #address-cells = <3>;
723 compatible = "pci1b4b,2b42";
724 reg = <0x83010000 0x0 0x00000000 0x0 0x00100000
725 0x83010000 0x0 0x00100000 0x0 0x00100000>;
726 interrupt-parent = <&gpio0>;
727 interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
728 pinctrl-names = "default";
729 pinctrl-0 = <&wlan_host_wake_l>;
742 pmu1830-supply = <&pp1800_pmu>; /* PMUIO2_VDD */
763 * Signal integrity isn't great at 200 MHz and 150 MHz (DDR) gives the
764 * same (or nearly the same) performance for all eMMC that are intended
767 assigned-clock-rates = <150000000>;
771 mmc-hs400-enhanced-strobe;
780 * Note: configure "sdmmc_cd" as card detect even though it's actually
781 * hooked to ground. Because we specified "cd-gpios" below dw_mmc
782 * should be ignoring card detect anyway. Specifying the pin as
783 * sdmmc_cd means that even if you've got GRF_SOC_CON7[12] (force_jtag)
784 * turned on that the system will still make sure the port is
785 * configured as SDMMC and not JTAG.
787 pinctrl-names = "default";
788 pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_cd_gpio
794 cd-gpios = <&gpio4 24 GPIO_ACTIVE_LOW>;
800 vmmc-supply = <&pp3000_sd_slot>;
801 vqmmc-supply = <&ppvar_sd_card_io>;
807 pinctrl-names = "default", "sleep";
808 pinctrl-1 = <&spi1_sleep>;
811 compatible = "jedec,spi-nor";
814 /* May run faster once verified. */
815 spi-max-frequency = <10000000>;
822 wacky_spi_audio: spi2@0 {
823 compatible = "realtek,rt5514";
825 interrupt-parent = <&gpio1>;
826 interrupts = <13 IRQ_TYPE_LEVEL_HIGH>;
827 pinctrl-names = "default";
828 pinctrl-0 = <&mic_int>;
829 /* May run faster once verified. */
830 spi-max-frequency = <10000000>;
839 compatible = "google,cros-ec-spi";
841 interrupt-parent = <&gpio0>;
842 interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
843 pinctrl-names = "default";
844 pinctrl-0 = <&ec_ap_int_l>;
845 spi-max-frequency = <3000000>;
847 i2c_tunnel: i2c-tunnel {
848 compatible = "google,cros-ec-i2c-tunnel";
849 google,remote-bus = <4>;
850 #address-cells = <1>;
854 cros_ec_pwm: ec-pwm {
855 compatible = "google,cros-ec-pwm";
859 usbc_extcon0: extcon@0 {
860 compatible = "google,extcon-usbc-cros-ec";
861 google,usb-port-id = <0>;
866 usbc_extcon1: extcon@1 {
867 compatible = "google,extcon-usbc-cros-ec";
868 google,usb-port-id = <1>;
878 rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
879 rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
884 extcon = <&usbc_extcon0>;
889 extcon = <&usbc_extcon1>;
938 extcon = <&usbc_extcon0>;
948 extcon = <&usbc_extcon1>;
972 #include <arm/cros-ec-keyboard.dtsi>
973 #include <arm/cros-ec-sbs.dtsi>
977 * pinctrl settings for pins that have no real owners.
979 * At the moment settings are identical for S0 and S3, but if we later
980 * need to configure things differently for S3 we'll adjust here.
982 pinctrl-names = "default";
984 &ap_pwroff /* AP will auto-assert this when in S3 */
985 &clk_32k /* This pin is always 32k on gru boards */
988 * We want this driven low ASAP; firmware should help us, but
989 * we can help ourselves too.
994 pcfg_output_low: pcfg-output-low {
998 pcfg_output_high: pcfg-output-high {
1002 pcfg_pull_none_8ma: pcfg-pull-none-8ma {
1004 drive-strength = <8>;
1009 rockchip,pins = <1 17 RK_FUNC_GPIO &pcfg_pull_none>;
1014 ec_ap_int_l: ec-ap-int-l {
1015 rockchip,pins = <RK_GPIO0 1 RK_FUNC_GPIO &pcfg_pull_up>;
1019 discrete-regulators {
1020 pp1500_en: pp1500-en {
1021 rockchip,pins = <RK_GPIO0 10 RK_FUNC_GPIO
1025 pp1800_audio_en: pp1800-audio-en {
1026 rockchip,pins = <RK_GPIO0 2 RK_FUNC_GPIO
1030 pp3300_disp_en: pp3300-disp-en {
1031 rockchip,pins = <RK_GPIO4 27 RK_FUNC_GPIO
1035 pp3000_en: pp3000-en {
1036 rockchip,pins = <RK_GPIO0 12 RK_FUNC_GPIO
1040 sd_io_pwr_en: sd-io-pwr-en {
1041 rockchip,pins = <RK_GPIO2 2 RK_FUNC_GPIO
1045 sd_pwr_1800_sel: sd-pwr-1800-sel {
1046 rockchip,pins = <RK_GPIO2 28 RK_FUNC_GPIO
1050 sd_slot_pwr_en: sd-slot-pwr-en {
1051 rockchip,pins = <RK_GPIO4 29 RK_FUNC_GPIO
1055 wlan_module_pd_l: wlan-module-pd-l {
1056 rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO
1062 /* Has external pullup */
1063 headset_int_l: headset-int-l {
1064 rockchip,pins = <1 23 RK_FUNC_GPIO &pcfg_pull_none>;
1068 rockchip,pins = <1 13 RK_FUNC_GPIO &pcfg_pull_down>;
1073 sdmode_en: sdmode-en {
1074 rockchip,pins = <1 2 RK_FUNC_GPIO &pcfg_pull_down>;
1079 pcie_clkreqn_cpm: pci-clkreqn-cpm {
1081 * Since our pcie doesn't support ClockPM(CPM), we want
1082 * to hack this as gpio, so the EP could be able to
1083 * de-assert it along and make ClockPM(CPM) work.
1085 rockchip,pins = <2 26 RK_FUNC_GPIO &pcfg_pull_none>;
1091 * We run sdmmc at max speed; bump up drive strength.
1092 * We also have external pulls, so disable the internal ones.
1094 sdmmc_bus4: sdmmc-bus4 {
1096 <4 8 RK_FUNC_1 &pcfg_pull_none_8ma>,
1097 <4 9 RK_FUNC_1 &pcfg_pull_none_8ma>,
1098 <4 10 RK_FUNC_1 &pcfg_pull_none_8ma>,
1099 <4 11 RK_FUNC_1 &pcfg_pull_none_8ma>;
1102 sdmmc_clk: sdmmc-clk {
1104 <4 12 RK_FUNC_1 &pcfg_pull_none_8ma>;
1107 sdmmc_cmd: sdmmc-cmd {
1109 <4 13 RK_FUNC_1 &pcfg_pull_none_8ma>;
1113 * In our case the official card detect is hooked to ground
1114 * to avoid getting access to JTAG just by sticking something
1115 * in the SD card slot (see the force_jtag bit in the TRM).
1117 * We still configure it as card detect because it doesn't
1118 * hurt and dw_mmc will ignore it. We make sure to disable
1119 * the pull though so we don't burn needless power.
1121 sdmmc_cd: sdmmc-cd {
1123 <0 7 RK_FUNC_1 &pcfg_pull_none>;
1126 /* This is where we actually hook up CD; has external pull */
1127 sdmmc_cd_gpio: sdmmc-cd-gpio {
1128 rockchip,pins = <4 24 RK_FUNC_GPIO &pcfg_pull_none>;
1133 spi1_sleep: spi1-sleep {
1135 * Pull down SPI1 CLK/CS/RX/TX during suspend, to
1138 rockchip,pins = <1 9 RK_FUNC_GPIO &pcfg_pull_down>,
1139 <1 10 RK_FUNC_GPIO &pcfg_pull_down>,
1140 <1 7 RK_FUNC_GPIO &pcfg_pull_down>,
1141 <1 8 RK_FUNC_GPIO &pcfg_pull_down>;
1146 touch_int_l: touch-int-l {
1147 rockchip,pins = <3 13 RK_FUNC_GPIO &pcfg_pull_up>;
1150 touch_reset_l: touch-reset-l {
1151 rockchip,pins = <4 26 RK_FUNC_GPIO &pcfg_pull_none>;
1156 ap_i2c_tp_pu_en: ap-i2c-tp-pu-en {
1157 rockchip,pins = <3 12 RK_FUNC_GPIO &pcfg_output_high>;
1160 trackpad_int_l: trackpad-int-l {
1161 rockchip,pins = <1 4 RK_FUNC_GPIO &pcfg_pull_up>;
1166 wifi_perst_l: wifi-perst-l {
1167 rockchip,pins = <2 27 RK_FUNC_GPIO &pcfg_pull_none>;
1170 wlan_module_reset_l: wlan-module-reset-l {
1172 * We want this driven low ASAP (As {Soon,Strongly} As
1173 * Possible), to avoid leakage through the powered-down
1176 rockchip,pins = <1 11 RK_FUNC_GPIO &pcfg_output_low>;
1179 bt_host_wake_l: bt-host-wake-l {
1180 /* Kevin has an external pull up, but Gru does not */
1181 rockchip,pins = <0 3 RK_FUNC_GPIO &pcfg_pull_up>;
1186 ap_fw_wp: ap-fw-wp {
1187 rockchip,pins = <1 18 RK_FUNC_GPIO &pcfg_pull_up>;