Lines Matching +full:mmc +full:- +full:pwrseq +full:- +full:simple
1 // SPDX-License-Identifier: GPL-2.0-only
9 #include "omap3-igep0030-common.dtsi"
13 compatible = "isee,omap3-igep0030", "ti,omap3630", "ti,omap36xx", "ti,omap3";
15 vmmcsdio_fixed: fixedregulator-mmcsdio {
16 compatible = "regulator-fixed";
17 regulator-name = "vmmcsdio_fixed";
18 regulator-min-microvolt = <3300000>;
19 regulator-max-microvolt = <3300000>;
23 compatible = "mmc-pwrseq-simple";
24 reset-gpios = <&gpio5 11 GPIO_ACTIVE_LOW>, /* gpio_139 - RESET_N_W */
25 <&gpio5 10 GPIO_ACTIVE_LOW>; /* gpio_138 - WIFI_PDN */
31 pinctrl-single,pins = <
32 OMAP3_CORE1_IOPAD(0x2166, PIN_OUTPUT | MUX_MODE4) /* sdmmc2_dat5.gpio_137 - RESET_N_W */
33 OMAP3_CORE1_IOPAD(0x2168, PIN_OUTPUT | MUX_MODE4) /* sdmmc2_dat6.gpio_138 - WIFI_PDN */
34 OMAP3_CORE1_IOPAD(0x216a, PIN_OUTPUT | MUX_MODE4) /* sdmmc2_dat7.gpio_139 - RST_N_B */
40 pinctrl-names = "default";
41 pinctrl-0 = <&leds_core2_pins>;
46 default-state = "on";
52 pinctrl-names = "default";
53 pinctrl-0 = <&mmc2_pins &lbee1usjyc_pins>;
54 vmmc-supply = <&vmmcsdio_fixed>;
55 mmc-pwrseq = <&mmc2_pwrseq>;
56 bus-width = <4>;
57 non-removable;