Lines Matching +full:no +full:- +full:mmc

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
9 #include "rv1106-evb-v10.dtsi"
10 #include "rv1106-evb-cam.dtsi"
14 compatible = "rockchip,rv1106g-evb1-v10", "rockchip,rv1106";
16 sdio_pwrseq: sdio-pwrseq {
17 compatible = "mmc-pwrseq-simple";
18 pinctrl-names = "default";
19 pinctrl-0 = <&wifi_enable_h &wifi_vbat>;
24 * - SDIO_RESET_L_WL_REG_ON
25 * - PDN (power down when low)
27 post-power-on-delay-ms = <300>;
28 reset-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>,
32 vcc_1v8: vcc-1v8 {
33 compatible = "regulator-fixed";
34 regulator-name = "vcc_1v8";
35 regulator-always-on;
36 regulator-boot-on;
37 regulator-min-microvolt = <1800000>;
38 regulator-max-microvolt = <1800000>;
41 vcc_3v3: vcc-3v3 {
42 compatible = "regulator-fixed";
43 regulator-name = "vcc_3v3";
44 regulator-always-on;
45 regulator-boot-on;
46 regulator-min-microvolt = <3300000>;
47 regulator-max-microvolt = <3300000>;
50 vcc3v3_sd: vcc3v3-sd {
51 compatible = "regulator-fixed";
53 regulator-name = "vcc3v3_sd";
54 regulator-min-microvolt = <3300000>;
55 regulator-max-microvolt = <3300000>;
56 pinctrl-names = "default";
57 pinctrl-0 = <&sdmmc_pwren>;
60 vcc5v0_usb: vcc5v0-usb {
61 compatible = "regulator-fixed";
62 regulator-name = "vcc5v0_usb";
63 regulator-min-microvolt = <5000000>;
64 regulator-max-microvolt = <5000000>;
65 enable-active-high;
67 pinctrl-names = "default";
68 pinctrl-0 = <&usb_pwren>;
71 vccio_sd: vccio-sd {
72 compatible = "regulator-gpio";
73 regulator-name = "vccio_sd";
74 regulator-min-microvolt = <1800000>;
75 regulator-max-microvolt = <3300000>;
79 pinctrl-names = "default";
80 pinctrl-0 = <&sdmmc_volt>;
83 wireless_wlan: wireless-wlan {
84 compatible = "wlan-platdata";
86 pinctrl-names = "default";
87 pinctrl-0 = <&wifi_host_wake_irq>;
94 sdio-pwrseq {
95 wifi_enable_h: wifi-enable-h {
99 wifi_vbat: wifi-vbat {
105 /omit-if-no-ref/
106 sdmmc_pwren: sdmmc-pwren {
110 /omit-if-no-ref/
111 sdmmc_volt: sdmmc-volt {
117 usb_pwren: usb-pwren {
122 wireless-wlan {
123 wifi_host_wake_irq: wifi-host-wake-irq {
130 max-frequency = <200000000>;
131 no-sd;
132 no-mmc;
133 bus-width = <4>;
134 cap-sd-highspeed;
135 cap-sdio-irq;
136 keep-power-in-suspend;
137 mmc-pwrseq = <&sdio_pwrseq>;
138 non-removable;
139 sd-uhs-sdr104;
140 pinctrl-names = "default";
141 pinctrl-0 = <&sdmmc1m0_cmd &sdmmc1m0_clk &sdmmc1m0_bus4 &clk_32k>;
146 max-frequency = <200000000>;
147 no-sdio;
148 no-mmc;
149 bus-width = <4>;
150 cap-mmc-highspeed;
151 cap-sd-highspeed;
152 disable-wp;
153 pinctrl-names = "normal", "idle";
154 pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_det &sdmmc0_bus4>;
155 pinctrl-1 = <&sdmmc0_idle_pins &sdmmc0_det>;
156 sd-uhs-sdr12;
157 sd-uhs-sdr25;
158 sd-uhs-sdr50;
159 sd-uhs-sdr104;
160 vmmc-supply = <&vcc3v3_sd>;
161 vqmmc-supply = <&vccio_sd>;
166 vbus-supply = <&vcc5v0_usb>;