Lines Matching +full:pwrseq +full:- +full:simple

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 #include "sun20i-d1-lichee-rv.dts"
12 dmic_codec: dmic-codec {
13 compatible = "dmic-codec";
14 num-channels = <2>;
15 #sound-dai-cells = <0>;
18 dmic-sound {
19 compatible = "simple-audio-card";
20 simple-audio-card,name = "DMIC";
21 #address-cells = <1>;
22 #size-cells = <0>;
24 simple-audio-card,dai-link@0 {
27 frame-master = <&link0_cpu>;
28 bitclock-master = <&link0_cpu>;
31 sound-dai = <&dmic>;
35 sound-dai = <&dmic_codec>;
41 /delete-node/ leds;
43 wifi_pwrseq: wifi-pwrseq {
44 compatible = "mmc-pwrseq-simple";
46 clock-names = "ext_clock";
47 reset-gpios = <&pio 6 12 GPIO_ACTIVE_LOW>; /* PG12 */
48 assigned-clocks = <&ccu CLK_FANOUT1>;
49 assigned-clock-rates = <32768>;
50 pinctrl-0 = <&clk_pg11_pin>;
51 pinctrl-names = "default";
56 pinctrl-0 = <&dmic_pb11_d0_pin>, <&dmic_pe17_clk_pin>;
57 pinctrl-names = "default";
66 pinctrl-0 = <&rmii_pe_pins>;
67 pinctrl-names = "default";
68 phy-handle = <&ext_rmii_phy>;
69 phy-mode = "rmii";
70 phy-supply = <&reg_vcc_3v3>;
75 ext_rmii_phy: ethernet-phy@1 {
76 compatible = "ethernet-phy-ieee802.3-c22";
78 reset-gpios = <&pio 4 16 GPIO_ACTIVE_LOW>; /* PE16 */
83 bus-width = <4>;
84 mmc-pwrseq = <&wifi_pwrseq>;
85 non-removable;
86 vmmc-supply = <&reg_vcc_3v3>;
87 vqmmc-supply = <&reg_vcc_3v3>;
88 pinctrl-0 = <&mmc1_pins>;
89 pinctrl-names = "default";
102 uart-has-rtscts;
103 pinctrl-0 = <&uart1_pg6_pins>, <&uart1_pg8_rts_cts_pins>;
104 pinctrl-names = "default";
116 /delete-property/ usb0_id_det-gpios;
117 /delete-property/ usb0_vbus_det-gpios;
118 usb1_vbus-supply = <&reg_vcc>;