Lines Matching +full:vcc9 +full:- +full:supply
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 sdcard-supply = <&vccio_sd>;
18 sdmmc_bus4: sdmmc-bus4 {
25 sdmmc_clk: sdmmc-clk {
29 sdmmc_cmd: sdmmc-cmd {
39 sdmmc_cd_disabled: sdmmc-cd-disabled {
44 sdmmc_cd_pin: sdmmc-cd-pin {
51 vcc9-supply = <&vcc_5v>;
55 regulator-name = "vccio_sd";
56 regulator-min-microvolt = <1800000>;
57 regulator-max-microvolt = <3300000>;
58 regulator-state-mem {
59 regulator-off-in-suspend;
64 regulator-name = "vcc33_sd";
65 regulator-min-microvolt = <3300000>;
66 regulator-max-microvolt = <3300000>;
67 regulator-state-mem {
68 regulator-off-in-suspend;
77 bus-width = <4>;
78 cap-mmc-highspeed;
79 cap-sd-highspeed;
80 card-detect-delay = <200>;
81 cd-gpios = <&gpio7 RK_PA5 GPIO_ACTIVE_LOW>;
82 rockchip,default-sample-phase = <90>;
83 sd-uhs-sdr12;
84 sd-uhs-sdr25;
85 sd-uhs-sdr50;
86 sd-uhs-sdr104;
87 vmmc-supply = <&vcc33_sd>;
88 vqmmc-supply = <&vccio_sd>;