| .. | .. |
|---|
| 54 | 54 | |
|---|
| 55 | 55 | wifi_pwrseq: wifi_pwrseq { |
|---|
| 56 | 56 | compatible = "mmc-pwrseq-simple"; |
|---|
| 57 | | - pinctrl-names = "default"; |
|---|
| 58 | | - pinctrl-0 = <&wifi_pwrseq_pin_mid2407>; |
|---|
| 59 | 57 | reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */ |
|---|
| 60 | 58 | /* The esp8089 needs 200 ms after driving wifi-en high */ |
|---|
| 61 | 59 | post-power-on-delay-ms = <200>; |
|---|
| .. | .. |
|---|
| 71 | 69 | |
|---|
| 72 | 70 | &mmc1 { |
|---|
| 73 | 71 | pinctrl-names = "default"; |
|---|
| 74 | | - pinctrl-0 = <&mmc1_pins_a>; |
|---|
| 72 | + pinctrl-0 = <&mmc1_pg_pins>; |
|---|
| 75 | 73 | vmmc-supply = <®_dldo1>; |
|---|
| 76 | 74 | mmc-pwrseq = <&wifi_pwrseq>; |
|---|
| 77 | 75 | bus-width = <4>; |
|---|
| .. | .. |
|---|
| 82 | 80 | compatible = "esp,esp8089"; |
|---|
| 83 | 81 | reg = <1>; |
|---|
| 84 | 82 | esp,crystal-26M-en = <2>; |
|---|
| 85 | | - }; |
|---|
| 86 | | -}; |
|---|
| 87 | | - |
|---|
| 88 | | -&mmc1_pins_a { |
|---|
| 89 | | - bias-pull-up; |
|---|
| 90 | | -}; |
|---|
| 91 | | - |
|---|
| 92 | | -&r_pio { |
|---|
| 93 | | - wifi_pwrseq_pin_mid2407: wifi_pwrseq_pin@0 { |
|---|
| 94 | | - pins = "PL6"; |
|---|
| 95 | | - function = "gpio_out"; |
|---|
| 96 | 83 | }; |
|---|
| 97 | 84 | }; |
|---|
| 98 | 85 | |
|---|