Lines Matching +full:vdd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
13 Qualcomm WCD9340/WCD9341 Codec is a standalone Hi-Fi audio codec IC.
14 It has in-built Soundwire controller, pin controller, interrupt mux and
27 reset-gpios:
31 slim-ifc-dev: true
36 clock-names:
39 vdd-buck-supply:
40 description: A reference to the 1.8V buck supply
42 vdd-buck-sido-supply:
43 description: A reference to the 1.8V SIDO buck supply
45 vdd-rx-supply:
46 description: A reference to the 1.8V rx supply
48 vdd-tx-supply:
49 description: A reference to the 1.8V tx supply
51 vdd-vbat-supply:
52 description: A reference to the vbat supply
54 vdd-io-supply:
55 description: A reference to the 1.8V I/O supply
57 vdd-micbias-supply:
58 description: A reference to the micbias supply
60 qcom,micbias1-microvolt:
65 qcom,micbias2-microvolt:
70 qcom,micbias3-microvolt:
75 qcom,micbias4-microvolt:
80 clock-output-names:
83 clock-frequency:
86 interrupt-controller: true
88 '#interrupt-cells':
91 '#clock-cells':
94 '#sound-dai-cells':
97 "#address-cells":
100 "#size-cells":
105 $ref: ../gpio/qcom,wcd934x-gpio.yaml#
108 "^.*@[0-9a-f]+$":
120 - reg
123 - compatible
124 - reg
125 - reset-gpios
126 - slim-ifc-dev
127 - interrupts
128 - interrupt-controller
129 - clock-frequency
130 - clock-output-names
131 - qcom,micbias1-microvolt
132 - qcom,micbias2-microvolt
133 - qcom,micbias3-microvolt
134 - qcom,micbias4-microvolt
135 - "#interrupt-cells"
136 - "#clock-cells"
137 - "#sound-dai-cells"
138 - "#address-cells"
139 - "#size-cells"
144 - |
148 reset-gpios = <&tlmm 64 0>;
149 slim-ifc-dev = <&wcd9340_ifd>;
150 #sound-dai-cells = <1>;
151 interrupt-parent = <&tlmm>;
153 interrupt-controller;
154 #interrupt-cells = <1>;
155 #clock-cells = <0>;
156 clock-frequency = <9600000>;
157 clock-output-names = "mclk";
158 qcom,micbias1-microvolt = <1800000>;
159 qcom,micbias2-microvolt = <1800000>;
160 qcom,micbias3-microvolt = <1800000>;
161 qcom,micbias4-microvolt = <1800000>;
162 clock-names = "extclk";
165 #address-cells = <1>;
166 #size-cells = <1>;
169 compatible = "qcom,wcd9340-gpio";
171 gpio-controller;
172 #gpio-cells = <2>;