Lines Matching +full:pwrseq +full:- +full:simple
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 #include <dt-bindings/input/input.h>
7 #include "sun20i-d1-lichee-rv.dts"
11 compatible = "sipeed,lichee-rv-dock", "sipeed,lichee-rv",
12 "allwinner,sun20i-d1";
18 dmic_codec: dmic-codec {
19 compatible = "dmic-codec";
20 num-channels = <2>;
21 #sound-dai-cells = <0>;
24 dmic-sound {
25 compatible = "simple-audio-card";
26 simple-audio-card,name = "DMIC";
27 #address-cells = <1>;
28 #size-cells = <0>;
30 simple-audio-card,dai-link@0 {
33 frame-master = <&link0_cpu>;
34 bitclock-master = <&link0_cpu>;
37 sound-dai = <&dmic>;
41 sound-dai = <&dmic_codec>;
46 wifi_pwrseq: wifi-pwrseq {
47 compatible = "mmc-pwrseq-simple";
48 reset-gpios = <&pio 6 12 GPIO_ACTIVE_LOW>; /* PG12 */
53 pinctrl-0 = <&dmic_pb11_d0_pin>, <&dmic_pe17_clk_pin>;
54 pinctrl-names = "default";
63 bus-width = <4>;
64 mmc-pwrseq = <&wifi_pwrseq>;
65 non-removable;
66 vmmc-supply = <®_vcc_3v3>;
67 vqmmc-supply = <®_vcc_3v3>;
68 pinctrl-0 = <&mmc1_pins>;
69 pinctrl-names = "default";
82 uart-has-rtscts;
83 pinctrl-0 = <&uart1_pg6_pins>, <&uart1_pg8_rts_cts_pins>;
84 pinctrl-names = "default";
88 compatible = "realtek,rtl8723ds-bt";
89 device-wake-gpios = <&pio 6 15 GPIO_ACTIVE_HIGH>; /* PG16 */
90 enable-gpios = <&pio 6 18 GPIO_ACTIVE_HIGH>; /* PG18 */
91 host-wake-gpios = <&pio 6 17 GPIO_ACTIVE_HIGH>; /* PG17 */
96 usb1_vbus-supply = <®_vcc>;