Lines Matching +full:no +full:- +full:sdio
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 /dts-v1/;
10 #include "rv1106-evb-v10.dtsi"
11 #include "rv1106-evb-cvr-dual-cam.dtsi"
15 compatible = "rockchip,rv1106g-evb1-v11-cvr-dual-cam", "rockchip,rv1106";
17 sdio_pwrseq: sdio-pwrseq {
18 compatible = "mmc-pwrseq-simple";
19 pinctrl-names = "default";
20 pinctrl-0 = <&wifi_enable_h &wifi_vbat>;
25 * - SDIO_RESET_L_WL_REG_ON
26 * - PDN (power down when low)
28 post-power-on-delay-ms = <300>;
29 reset-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>,
33 vcc_1v8: vcc-1v8 {
34 compatible = "regulator-fixed";
35 regulator-name = "vcc_1v8";
36 regulator-always-on;
37 regulator-boot-on;
38 regulator-min-microvolt = <1800000>;
39 regulator-max-microvolt = <1800000>;
42 vcc_3v3: vcc-3v3 {
43 compatible = "regulator-fixed";
44 regulator-name = "vcc_3v3";
45 regulator-always-on;
46 regulator-boot-on;
47 regulator-min-microvolt = <3300000>;
48 regulator-max-microvolt = <3300000>;
51 vcc3v3_sd: vcc3v3-sd {
52 compatible = "regulator-fixed";
54 regulator-name = "vcc3v3_sd";
55 regulator-min-microvolt = <3300000>;
56 regulator-max-microvolt = <3300000>;
57 pinctrl-names = "default";
58 pinctrl-0 = <&sdmmc_pwren>;
61 vccio_sd: vccio-sd {
62 compatible = "regulator-gpio";
63 regulator-name = "vccio_sd";
64 regulator-min-microvolt = <1800000>;
65 regulator-max-microvolt = <3300000>;
69 pinctrl-names = "default";
70 pinctrl-0 = <&sdmmc_volt>;
73 wireless_wlan: wireless-wlan {
74 compatible = "wlan-platdata";
76 pinctrl-names = "default";
77 pinctrl-0 = <&wifi_host_wake_irq>;
84 sdio-pwrseq {
85 wifi_enable_h: wifi-enable-h {
89 wifi_vbat: wifi-vbat {
95 /omit-if-no-ref/
96 sdmmc_pwren: sdmmc-pwren {
100 /omit-if-no-ref/
101 sdmmc_volt: sdmmc-volt {
107 usb_pwren: usb-pwren {
112 wireless-wlan {
113 wifi_host_wake_irq: wifi-host-wake-irq {
119 &sdio {
120 max-frequency = <200000000>;
121 no-sd;
122 no-mmc;
123 bus-width = <4>;
124 cap-sd-highspeed;
125 cap-sdio-irq;
126 keep-power-in-suspend;
127 mmc-pwrseq = <&sdio_pwrseq>;
128 non-removable;
129 sd-uhs-sdr104;
130 pinctrl-names = "default";
131 pinctrl-0 = <&sdmmc1m0_cmd &sdmmc1m0_clk &sdmmc1m0_bus4 &clk_32k>;
136 max-frequency = <200000000>;
137 no-sdio;
138 no-mmc;
139 bus-width = <4>;
140 cap-mmc-highspeed;
141 cap-sd-highspeed;
142 disable-wp;
143 pinctrl-names = "normal", "idle";
144 pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_det &sdmmc0_bus4>;
145 pinctrl-1 = <&sdmmc0_idle_pins &sdmmc0_det>;
146 sd-uhs-sdr12;
147 sd-uhs-sdr25;
148 sd-uhs-sdr50;
149 sd-uhs-sdr104;
150 vmmc-supply = <&vcc3v3_sd>;
151 vqmmc-supply = <&vccio_sd>;
156 /delete-node/ usb;
163 compatible = "spi-nand";
165 spi-max-frequency = <75000000>;
166 spi-rx-bus-width = <4>;
167 spi-tx-bus-width = <1>;
172 /delete-property/ vbus-supply;
181 vref-supply = <&vcc_1v8>;