Lines Matching +full:codec +full:- +full:2
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm WCD9380/WCD9385 Audio Codec
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
13 Qualcomm WCD9380/WCD9385 Codec is a standalone Hi-Fi audio codec IC.
17 - $ref: dai-common.yaml#
22 - qcom,wcd9380-codec
23 - qcom,wcd9385-codec
25 reset-gpios:
29 us-euro-gpios:
33 vdd-buck-supply:
36 vdd-rxtx-supply:
39 vdd-io-supply:
42 vdd-mic-bias-supply:
45 qcom,tx-device:
46 $ref: /schemas/types.yaml#/definitions/phandle-array
49 qcom,rx-device:
50 $ref: /schemas/types.yaml#/definitions/phandle-array
53 qcom,micbias1-microvolt:
58 qcom,micbias2-microvolt:
63 qcom,micbias3-microvolt:
68 qcom,micbias4-microvolt:
73 qcom,hphl-jack-type-normally-closed:
77 qcom,ground-jack-type-normally-closed:
81 qcom,mbhc-headset-vthreshold-microvolt:
86 qcom,mbhc-headphone-vthreshold-microvolt:
91 qcom,mbhc-buttons-vthreshold-microvolt:
94 button0 - button7
98 '#sound-dai-cells':
102 - compatible
103 - reset-gpios
104 - qcom,tx-device
105 - qcom,rx-device
106 - qcom,micbias1-microvolt
107 - qcom,micbias2-microvolt
108 - qcom,micbias3-microvolt
109 - qcom,micbias4-microvolt
110 - "#sound-dai-cells"
115 - |
116 codec {
117 compatible = "qcom,wcd9380-codec";
118 reset-gpios = <&tlmm 32 0>;
119 #sound-dai-cells = <1>;
120 qcom,tx-device = <&wcd938x_tx>;
121 qcom,rx-device = <&wcd938x_rx>;
122 qcom,micbias1-microvolt = <1800000>;
123 qcom,micbias2-microvolt = <1800000>;
124 qcom,micbias3-microvolt = <1800000>;
125 qcom,micbias4-microvolt = <1800000>;
126 qcom,hphl-jack-type-normally-closed;
127 qcom,ground-jack-type-normally-closed;
128 qcom,mbhc-buttons-vthreshold-microvolt = <75000 150000 237000 500000 500000 500000 500000 500000>;
129 qcom,mbhc-headphone-vthreshold-microvolt = <50000>;
135 #address-cells = <2>;
136 #size-cells = <0>;
138 wcd938x_rx: codec@0,4 {
141 qcom,rx-port-mapping = <1 2 3 4 5>;
146 #address-cells = <2>;
147 #size-cells = <0>;
149 wcd938x_tx: codec@0,3 {
152 qcom,tx-port-mapping = <2 3 4 5>;