Lines Matching +full:gated +full:- +full:fixed +full:- +full:clock
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/leds/common.h>
12 #include <dt-bindings/pinctrl/rockchip.h>
13 #include <dt-bindings/pwm/pwm.h>
14 #include "dt-bindings/usb/pd.h"
19 compatible = "radxa,rock-5-itx", "rockchip,rk3588";
28 stdout-path = "serial2:1500000n8";
31 adc_keys: adc-keys {
32 compatible = "adc-keys";
33 io-channels = <&saradc 0>;
34 io-channel-names = "buttons";
35 keyup-threshold-microvolt = <1800000>;
36 poll-interval = <100>;
38 button-maskrom {
41 press-threshold-microvolt = <1750>;
45 analog-sound {
46 compatible = "audio-graph-card";
47 label = "rk3588-es8316";
49 hp-det-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_HIGH>;
50 pinctrl-names = "default";
51 pinctrl-0 = <&hp_detect>;
59 gpio-leds {
60 compatible = "gpio-leds";
61 pinctrl-names = "default";
62 pinctrl-0 = <&led_pins>;
64 power-led1 {
66 linux,default-trigger = "default-on";
69 hdd-led2 {
71 linux,default-trigger = "disk-activity";
75 /* Unnamed gated oscillator: 100MHz,3.3V,3225 */
76 pcie30_port0_refclk: pcie30_port1_refclk: pcie-oscillator {
77 compatible = "gated-fixed-clock";
78 #clock-cells = <0>;
79 clock-frequency = <100000000>;
80 clock-output-names = "pcie30_refclk";
81 vdd-supply = <&vcc3v3_pi6c_05>;
84 fan0: pwm-fan {
85 compatible = "pwm-fan";
86 #cooling-cells = <2>;
87 cooling-levels = <0 64 128 192 255>;
88 fan-supply = <&vcc12v_dcin>;
92 /* M.2 E-KEY */
93 sdio_pwrseq: sdio-pwrseq {
94 compatible = "mmc-pwrseq-simple";
96 clock-names = "ext_clock";
97 pinctrl-names = "default";
98 pinctrl-0 = <&wifi_enable_h>;
99 reset-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_LOW>;
102 typec_vin: regulator-typec-vin {
103 compatible = "regulator-fixed";
104 enable-active-high;
106 pinctrl-names = "default";
107 pinctrl-0 = <&vbus5v0_typec_en>;
108 regulator-name = "typec_vin";
109 regulator-min-microvolt = <5000000>;
110 regulator-max-microvolt = <5000000>;
111 vin-supply = <&vcc5v0_sys>;
114 vcc12v_dcin: regulator-vcc12v-dcin {
115 compatible = "regulator-fixed";
116 regulator-name = "vcc12v_dcin";
117 regulator-always-on;
118 regulator-boot-on;
119 regulator-min-microvolt = <12000000>;
120 regulator-max-microvolt = <12000000>;
123 vcc33_io64: regulator-vcc33-io64 {
124 compatible = "regulator-fixed";
125 regulator-name = "vcc33_io64";
126 regulator-always-on;
127 regulator-boot-on;
128 regulator-min-microvolt = <3300000>;
129 regulator-max-microvolt = <3300000>;
130 vin-supply = <&vcc12v_dcin>;
133 vcc3v3_ekey: regulator-vcc3v3-ekey {
134 compatible = "regulator-fixed";
135 enable-active-high;
137 pinctrl-names = "default";
138 pinctrl-0 = <&ekey_en>;
139 regulator-name = "vcc3v3_ekey";
140 regulator-always-on;
141 regulator-boot-on;
142 regulator-min-microvolt = <3300000>;
143 regulator-max-microvolt = <3300000>;
144 startup-delay-us = <50000>;
145 vin-supply = <&vcc5v0_sys>;
148 vcc3v3_lan: vcc3v3_lan_phy2: regulator-vcc3v3-lan {
149 compatible = "regulator-fixed";
150 regulator-name = "vcc3v3_lan";
151 regulator-always-on;
152 regulator-boot-on;
153 regulator-min-microvolt = <3300000>;
154 regulator-max-microvolt = <3300000>;
155 vin-supply = <&vcc_3v3_s3>;
159 vcc3v3_mkey: vcc3v3_pi6c_05: regulator-vcc3v3-pi6c-05 {
160 compatible = "regulator-fixed";
161 enable-active-high;
163 pinctrl-names = "default";
164 pinctrl-0 = <&pcie30x4_pwren_h>;
165 regulator-name = "vcc3v3_pi6c_05";
166 regulator-min-microvolt = <3300000>;
167 regulator-max-microvolt = <3300000>;
168 startup-delay-us = <5000>;
169 vin-supply = <&vcc5v0_sys>;
172 vcc3v3_sys: regulator-vcc3v3-sys {
173 compatible = "regulator-fixed";
174 regulator-name = "vcc3v3_sys";
175 regulator-always-on;
176 regulator-boot-on;
177 regulator-min-microvolt = <3300000>;
178 regulator-max-microvolt = <3300000>;
179 vin-supply = <&vcc12v_dcin>;
182 vcc5v0_sys: regulator-vcc5v0-sys {
183 compatible = "regulator-fixed";
184 regulator-name = "vcc5v0_sys";
185 regulator-always-on;
186 regulator-boot-on;
187 regulator-min-microvolt = <5000000>;
188 regulator-max-microvolt = <5000000>;
189 vin-supply = <&vcc12v_dcin>;
192 vcc5v0_usb20: vcc5v0_usb12: vcc5v0_usb34: regulator-vcc5v0-usb {
193 compatible = "regulator-fixed";
194 enable-active-high;
196 pinctrl-names = "default";
197 pinctrl-0 = <&usb_host_pwren_h>;
198 regulator-name = "vcc5v0_usb";
199 regulator-min-microvolt = <5000000>;
200 regulator-max-microvolt = <5000000>;
201 vin-supply = <&vcc5v0_sys>;
204 vcc_1v1_nldo_s3: regulator-vcc-1v1-nldo-s3 {
205 compatible = "regulator-fixed";
206 regulator-name = "vcc_1v1_nldo_s3";
207 regulator-always-on;
208 regulator-boot-on;
209 regulator-min-microvolt = <1100000>;
210 regulator-max-microvolt = <1100000>;
211 vin-supply = <&vcc5v0_sys>;
228 cpu-supply = <&vdd_cpu_big0_s0>;
232 cpu-supply = <&vdd_cpu_big0_s0>;
236 cpu-supply = <&vdd_cpu_big1_s0>;
240 cpu-supply = <&vdd_cpu_big1_s0>;
244 cpu-supply = <&vdd_cpu_lit_s0>;
248 cpu-supply = <&vdd_cpu_lit_s0>;
252 cpu-supply = <&vdd_cpu_lit_s0>;
256 cpu-supply = <&vdd_cpu_lit_s0>;
260 mali-supply = <&vdd_gpu_s0>;
265 pinctrl-names = "default";
266 pinctrl-0 = <&i2c0m2_xfer>;
272 fcs,suspend-voltage-selector = <1>;
273 regulator-name = "vdd_cpu_big0_s0";
274 regulator-always-on;
275 regulator-boot-on;
276 regulator-min-microvolt = <550000>;
277 regulator-max-microvolt = <1050000>;
278 regulator-ramp-delay = <2300>;
279 vin-supply = <&vcc5v0_sys>;
281 regulator-state-mem {
282 regulator-off-in-suspend;
289 fcs,suspend-voltage-selector = <1>;
290 regulator-name = "vdd_cpu_big1_s0";
291 regulator-always-on;
292 regulator-boot-on;
293 regulator-min-microvolt = <550000>;
294 regulator-max-microvolt = <1050000>;
295 regulator-ramp-delay = <2300>;
296 vin-supply = <&vcc5v0_sys>;
298 regulator-state-mem {
299 regulator-off-in-suspend;
305 pinctrl-names = "default";
306 pinctrl-0 = <&i2c1m2_xfer>;
312 fcs,suspend-voltage-selector = <1>;
313 regulator-name = "vdd_npu_s0";
314 regulator-always-on;
315 regulator-boot-on;
316 regulator-min-microvolt = <550000>;
317 regulator-max-microvolt = <950000>;
318 regulator-ramp-delay = <2300>;
319 vin-supply = <&vcc5v0_sys>;
321 regulator-state-mem {
322 regulator-off-in-suspend;
329 pinctrl-names = "default";
330 pinctrl-0 = <&i2c3m0_xfer>;
333 /* M.2 E-key */
335 pinctrl-names = "default";
336 pinctrl-0 = <&i2c4m1_xfer>;
341 pinctrl-names = "default";
342 pinctrl-0 = <&i2c6m0_xfer>;
348 #clock-cells = <0>;
349 clock-output-names = "wifi_32kout";
350 interrupt-parent = <&gpio0>;
352 pinctrl-names = "default";
353 pinctrl-0 = <&rtc_int>;
359 pinctrl-names = "default";
360 pinctrl-0 = <&i2c7m0_xfer>;
363 es8316: audio-codec@11 {
366 assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
367 assigned-clock-rates = <12288000>;
369 clock-names = "mclk";
370 #sound-dai-cells = <0>;
374 remote-endpoint = <&i2s0_8ch_p0_0>;
382 pinctrl-names = "default";
383 pinctrl-0 = <&i2c8m4_xfer>;
386 usbc0: usb-typec@22 {
389 interrupt-parent = <&gpio3>;
391 pinctrl-names = "default";
392 pinctrl-0 = <&usbc0_int>;
393 vbus-supply = <&typec_vin>;
396 compatible = "usb-c-connector";
397 data-role = "dual";
398 label = "USB-C";
399 power-role = "source";
400 source-pdos =
404 #address-cells = <1>;
405 #size-cells = <0>;
411 remote-endpoint = <&usbdp_phy0_orientation_switch>;
419 remote-endpoint = <&dwc3_0_role_switch>;
427 remote-endpoint = <&usbdp_phy0_dp_altmode_mux>;
444 pinctrl-names = "default";
445 pinctrl-0 = <&i2s0_lrck
454 dai-format = "i2s";
455 mclk-fs = <256>;
456 remote-endpoint = <&es8316_p0_0>;
462 polling-delay = <1000>;
465 package_fan0: package-fan0 {
471 package_fan1: package-fan1 {
478 cooling-maps {
480 cooling-device = <&fan0 THERMAL_NO_LIMIT 1>;
484 cooling-device = <&fan0 2 THERMAL_NO_LIMIT>;
490 /* M.2 E-key */
492 pinctrl-names = "default";
493 pinctrl-0 = <&pcie30x1_0_perstn_m1_l>;
494 reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
495 vpcie3v3-supply = <&vcc3v3_ekey>;
501 pinctrl-names = "default";
502 pinctrl-0 = <&pcie30x1_1_perstn>;
503 reset-gpios = <&gpio4 RK_PA2 GPIO_ACTIVE_HIGH>;
504 vpcie3v3-supply = <&vcc3v3_lan>;
510 pinctrl-names = "default";
511 pinctrl-0 = <&pcie20x1_2_perstn>;
512 reset-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
513 vpcie3v3-supply = <&vcc3v3_lan_phy2>;
518 data-lanes = <1 1 2 2>;
519 /* separate clock lines from the clock generator to phy and devices */
520 rockchip,rx-common-refclk-mode = <0 0 0 0>;
534 clock-names = "aclk_mst", "aclk_slv",
538 pinctrl-names = "default";
539 pinctrl-0 = <&pcie30x2_perstn_m1_l>;
540 reset-gpios = <&gpio4 RK_PB0 GPIO_ACTIVE_HIGH>;
541 vpcie3v3-supply = <&vcc33_io64>;
555 clock-names = "aclk_mst", "aclk_slv",
559 num-lanes = <2>;
560 pinctrl-names = "default";
561 pinctrl-0 = <&pcie30x4_perstn_m1_l>;
562 reset-gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_HIGH>;
563 vpcie3v3-supply = <&vcc3v3_mkey>;
569 rtc_int: rtc-int {
575 led_pins: led-pins {
582 pcie20x1_2_perstn: pcie20x1-2-perstn {
586 pcie30x1_0_perstn_m1_l: pcie30x1-0-perstn-m1-l {
590 pcie30x1_1_perstn: pcie30x1-1-perstn {
594 pcie30x2_perstn_m1_l: pcie30x2-perstn-m1-l {
598 pcie30x4_perstn_m1_l: pcie30x4-perstn-m1-l {
602 ekey_en: ekey-en {
606 pcie30x4_pwren_h: pcie30x4-pwren-h {
612 hp_detect: hp-detect {
618 usb_host_pwren_h: usb-host-pwren-h {
622 vcc5v0_otg_en: vcc5v0-otg-en {
626 gl3523_reset: rl3523-reset {
631 usb-typec {
632 usbc0_int: usbc0-int {
636 vbus5v0_typec_en: vbus5v0-typec-en {
642 hdmirx_det: hdmirx-det {
647 sdio-pwrseq {
648 wifi_enable_h: wifi-enable-h {
653 wireless-wlan {
654 wifi_host_wake_irq: wifi-host-wake-irq {
660 bt_enable_h: bt-enable-h {
664 bt_host_wake_l: bt-host-wake-l {
668 bt_wake_l: bt-wake-l {
674 dp1_hpd: dp1-hpd {
681 pinctrl-names = "default";
682 pinctrl-0 = <&pwm14m1_pins>;
687 vref-supply = <&avcc_1v8_s0>;
692 bus-width = <8>;
693 max-frequency = <150000000>;
694 mmc-hs400-1_8v;
695 mmc-hs400-enhanced-strobe;
696 no-sdio;
697 no-sd;
698 non-removable;
703 bus-width = <4>;
704 cap-mmc-highspeed;
705 cap-sd-highspeed;
706 disable-wp;
707 max-frequency = <200000000>;
708 no-sdio;
709 no-mmc;
710 pinctrl-names = "default";
711 pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_det>;
712 sd-uhs-sdr104;
713 vmmc-supply = <&vcc_3v3_s3>;
714 vqmmc-supply = <&vccio_sd_s0>;
718 /* M.2 E-KEY */
720 broken-cd;
721 bus-width = <4>;
722 cap-sdio-irq;
723 keep-power-in-suspend;
724 max-frequency = <150000000>;
725 mmc-pwrseq = <&sdio_pwrseq>;
726 no-sd;
727 no-mmc;
728 non-removable;
729 pinctrl-names = "default";
730 pinctrl-0 = <&sdiom0_pins>;
731 sd-uhs-sdr104;
732 vmmc-supply = <&vcc3v3_ekey>;
737 pinctrl-names = "default";
738 pinctrl-0 = <&fspim2_pins>;
742 compatible = "jedec,spi-nor";
744 spi-max-frequency = <50000000>;
745 spi-rx-bus-width = <4>;
746 spi-tx-bus-width = <1>;
752 assigned-clocks = <&cru CLK_SPI2>;
753 assigned-clock-rates = <200000000>;
754 num-cs = <1>;
755 pinctrl-names = "default";
756 pinctrl-0 = <&spi2m2_cs0 &spi2m2_pins>;
761 gpio-controller;
762 #gpio-cells = <2>;
763 interrupt-parent = <&gpio0>;
765 pinctrl-names = "default";
766 pinctrl-0 = <&pmic_pins>, <&rk806_dvs1_null>,
768 spi-max-frequency = <1000000>;
769 system-power-controller;
771 vcc1-supply = <&vcc5v0_sys>;
772 vcc2-supply = <&vcc5v0_sys>;
773 vcc3-supply = <&vcc5v0_sys>;
774 vcc4-supply = <&vcc5v0_sys>;
775 vcc5-supply = <&vcc5v0_sys>;
776 vcc6-supply = <&vcc5v0_sys>;
777 vcc7-supply = <&vcc5v0_sys>;
778 vcc8-supply = <&vcc5v0_sys>;
779 vcc9-supply = <&vcc5v0_sys>;
780 vcc10-supply = <&vcc5v0_sys>;
781 vcc11-supply = <&vcc_2v0_pldo_s3>;
782 vcc12-supply = <&vcc5v0_sys>;
783 vcc13-supply = <&vcc_1v1_nldo_s3>;
784 vcc14-supply = <&vcc_1v1_nldo_s3>;
785 vcca-supply = <&vcc5v0_sys>;
787 rk806_dvs1_null: dvs1-null-pins {
792 rk806_dvs2_null: dvs2-null-pins {
797 rk806_dvs3_null: dvs3-null-pins {
803 vdd_gpu_s0: vdd_gpu_mem_s0: dcdc-reg1 {
804 regulator-boot-on;
805 regulator-min-microvolt = <550000>;
806 regulator-max-microvolt = <950000>;
807 regulator-ramp-delay = <12500>;
808 regulator-name = "vdd_gpu_s0";
809 regulator-enable-ramp-delay = <400>;
811 regulator-state-mem {
812 regulator-off-in-suspend;
816 vdd_cpu_lit_s0: vdd_cpu_lit_mem_s0: dcdc-reg2 {
817 regulator-always-on;
818 regulator-boot-on;
819 regulator-min-microvolt = <550000>;
820 regulator-max-microvolt = <950000>;
821 regulator-ramp-delay = <12500>;
822 regulator-name = "vdd_cpu_lit_s0";
824 regulator-state-mem {
825 regulator-off-in-suspend;
829 vdd_log_s0: dcdc-reg3 {
830 regulator-always-on;
831 regulator-boot-on;
832 regulator-min-microvolt = <675000>;
833 regulator-max-microvolt = <750000>;
834 regulator-ramp-delay = <12500>;
835 regulator-name = "vdd_log_s0";
837 regulator-state-mem {
838 regulator-on-in-suspend;
839 regulator-suspend-microvolt = <750000>;
843 vdd_vdenc_s0: vdd_vdenc_mem_s0: dcdc-reg4 {
844 regulator-always-on;
845 regulator-boot-on;
846 regulator-min-microvolt = <550000>;
847 regulator-max-microvolt = <950000>;
848 regulator-ramp-delay = <12500>;
849 regulator-name = "vdd_vdenc_s0";
851 regulator-state-mem {
852 regulator-off-in-suspend;
856 vdd_ddr_s0: dcdc-reg5 {
857 regulator-always-on;
858 regulator-boot-on;
859 regulator-min-microvolt = <675000>;
860 regulator-max-microvolt = <900000>;
861 regulator-ramp-delay = <12500>;
862 regulator-name = "vdd_ddr_s0";
864 regulator-state-mem {
865 regulator-off-in-suspend;
866 regulator-suspend-microvolt = <850000>;
870 vdd2_ddr_s3: dcdc-reg6 {
871 regulator-always-on;
872 regulator-boot-on;
873 regulator-name = "vdd2_ddr_s3";
875 regulator-state-mem {
876 regulator-on-in-suspend;
880 vcc_2v0_pldo_s3: dcdc-reg7 {
881 regulator-always-on;
882 regulator-boot-on;
883 regulator-min-microvolt = <2000000>;
884 regulator-max-microvolt = <2000000>;
885 regulator-ramp-delay = <12500>;
886 regulator-name = "vdd_2v0_pldo_s3";
888 regulator-state-mem {
889 regulator-on-in-suspend;
890 regulator-suspend-microvolt = <2000000>;
894 vcc_3v3_s3: dcdc-reg8 {
895 regulator-always-on;
896 regulator-boot-on;
897 regulator-min-microvolt = <3300000>;
898 regulator-max-microvolt = <3300000>;
899 regulator-name = "vcc_3v3_s3";
901 regulator-state-mem {
902 regulator-on-in-suspend;
903 regulator-suspend-microvolt = <3300000>;
907 vddq_ddr_s0: dcdc-reg9 {
908 regulator-always-on;
909 regulator-boot-on;
910 regulator-name = "vddq_ddr_s0";
912 regulator-state-mem {
913 regulator-off-in-suspend;
917 vcc_1v8_s3: dcdc-reg10 {
918 regulator-always-on;
919 regulator-boot-on;
920 regulator-min-microvolt = <1800000>;
921 regulator-max-microvolt = <1800000>;
922 regulator-name = "vcc_1v8_s3";
924 regulator-state-mem {
925 regulator-on-in-suspend;
926 regulator-suspend-microvolt = <1800000>;
930 avcc_1v8_s0: pldo-reg1 {
931 regulator-always-on;
932 regulator-boot-on;
933 regulator-min-microvolt = <1800000>;
934 regulator-max-microvolt = <1800000>;
935 regulator-name = "avcc_1v8_s0";
937 regulator-state-mem {
938 regulator-on-in-suspend;
939 regulator-suspend-microvolt = <1800000>;
943 vcc_1v8_s0: pldo-reg2 {
944 regulator-always-on;
945 regulator-boot-on;
946 regulator-min-microvolt = <1800000>;
947 regulator-max-microvolt = <1800000>;
948 regulator-name = "vcc_1v8_s0";
950 regulator-state-mem {
951 regulator-on-in-suspend;
952 regulator-suspend-microvolt = <1800000>;
956 avdd_1v2_s0: pldo-reg3 {
957 regulator-always-on;
958 regulator-boot-on;
959 regulator-min-microvolt = <1200000>;
960 regulator-max-microvolt = <1200000>;
961 regulator-name = "avdd_1v2_s0";
963 regulator-state-mem {
964 regulator-off-in-suspend;
968 vcc_3v3_s0: pldo-reg4 {
969 regulator-always-on;
970 regulator-boot-on;
971 regulator-min-microvolt = <3300000>;
972 regulator-max-microvolt = <3300000>;
973 regulator-ramp-delay = <12500>;
974 regulator-name = "vcc_3v3_s0";
976 regulator-state-mem {
977 regulator-on-in-suspend;
978 regulator-suspend-microvolt = <3300000>;
982 vccio_sd_s0: pldo-reg5 {
983 regulator-always-on;
984 regulator-boot-on;
985 regulator-min-microvolt = <1800000>;
986 regulator-max-microvolt = <3300000>;
987 regulator-ramp-delay = <12500>;
988 regulator-name = "vccio_sd_s0";
990 regulator-state-mem {
991 regulator-off-in-suspend;
995 pldo6_s3: pldo-reg6 {
996 regulator-always-on;
997 regulator-boot-on;
998 regulator-min-microvolt = <1800000>;
999 regulator-max-microvolt = <1800000>;
1000 regulator-name = "pldo6_s3";
1002 regulator-state-mem {
1003 regulator-on-in-suspend;
1004 regulator-suspend-microvolt = <1800000>;
1008 vdd_0v75_s3: nldo-reg1 {
1009 regulator-always-on;
1010 regulator-boot-on;
1011 regulator-min-microvolt = <750000>;
1012 regulator-max-microvolt = <750000>;
1013 regulator-name = "vdd_0v75_s3";
1015 regulator-state-mem {
1016 regulator-on-in-suspend;
1017 regulator-suspend-microvolt = <750000>;
1021 vdd_ddr_pll_s0: nldo-reg2 {
1022 regulator-always-on;
1023 regulator-boot-on;
1024 regulator-min-microvolt = <850000>;
1025 regulator-max-microvolt = <850000>;
1026 regulator-name = "vdd_ddr_pll_s0";
1028 regulator-state-mem {
1029 regulator-on-in-suspend;
1030 regulator-suspend-microvolt = <850000>;
1034 avdd_0v75_s0: nldo-reg3 {
1035 regulator-always-on;
1036 regulator-boot-on;
1037 regulator-min-microvolt = <750000>;
1038 regulator-max-microvolt = <750000>;
1039 regulator-name = "avdd_0v75_s0";
1041 regulator-state-mem {
1042 regulator-off-in-suspend;
1046 vdd_0v85_s0: nldo-reg4 {
1047 regulator-always-on;
1048 regulator-boot-on;
1049 regulator-min-microvolt = <850000>;
1050 regulator-max-microvolt = <850000>;
1051 regulator-name = "vdd_0v85_s0";
1053 regulator-state-mem {
1054 regulator-on-in-suspend;
1055 regulator-suspend-microvolt = <837500>;
1059 vdd_0v75_s0: nldo-reg5 {
1060 regulator-always-on;
1061 regulator-boot-on;
1062 regulator-min-microvolt = <750000>;
1063 regulator-max-microvolt = <750000>;
1064 regulator-name = "vdd_0v75_s0";
1066 regulator-state-mem {
1067 regulator-on-in-suspend;
1068 regulator-suspend-microvolt = <750000>;
1080 pinctrl-0 = <&uart2m0_xfer>;
1084 /* Connected to M.2 E-key */
1086 pinctrl-names = "default";
1087 pinctrl-0 = <&uart6m1_xfer &uart6m1_ctsn &uart6m1_rtsn>;
1105 phy-supply = <&vcc5v0_usb12>;
1115 phy-supply = <&vcc5v0_usb20>;
1124 phy-supply = <&vcc5v0_usb20>;
1145 usb-role-switch;
1149 #address-cells = <1>;
1150 #size-cells = <0>;
1154 remote-endpoint = <&usbc0_role_sw>;
1161 #address-cells = <1>;
1162 #size-cells = <0>;
1169 peer-hub = <&hub_3_0>;
1170 vdd-supply = <&vcc_3v3_s3>;
1177 peer-hub = <&hub_2_0>;
1178 pinctrl-names = "default";
1179 pinctrl-0 = <&gl3523_reset>;
1180 reset-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_LOW>;
1181 vdd-supply = <&vcc_3v3_s3>;
1186 mode-switch;
1187 orientation-switch;
1188 sbu1-dc-gpios = <&gpio4 RK_PB7 GPIO_ACTIVE_HIGH>;
1189 sbu2-dc-gpios = <&gpio4 RK_PC0 GPIO_ACTIVE_HIGH>;
1193 #address-cells = <1>;
1194 #size-cells = <0>;
1197 remote-endpoint = <&usbc0_orien_sw>;
1202 remote-endpoint = <&dp_altmode_mux>;
1208 rockchip,dp-lane-mux = <2 3>;