Lines Matching +full:vddaon +full:- +full:supply

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Balakrishna Godavarthi <bgodavar@codeaurora.org>
11 - Rocky Liao <rjliao@codeaurora.org>
14 This binding describes Qualcomm UART-attached bluetooth chips.
19 - qcom,qca2066-bt
20 - qcom,qca6174-bt
21 - qcom,qca9377-bt
22 - qcom,wcn3988-bt
23 - qcom,wcn3990-bt
24 - qcom,wcn3991-bt
25 - qcom,wcn3998-bt
26 - qcom,qca6390-bt
27 - qcom,wcn6750-bt
28 - qcom,wcn6855-bt
29 - qcom,wcn7850-bt
31 enable-gpios:
35 swctrl-gpios:
38 of clock supply to SoC
44 vddio-supply:
45 description: VDD_IO supply regulator handle
47 vddxo-supply:
48 description: VDD_XO supply regulator handle
50 vddrf-supply:
51 description: VDD_RF supply regulator handle
53 vddch0-supply:
54 description: VDD_CH0 supply regulator handle
56 vddch1-supply:
57 description: VDD_CH1 supply regulator handle
59 vddaon-supply:
60 description: VDD_AON supply regulator handle
62 vdddig-supply:
63 description: VDD_DIG supply regulator handle
65 vddbtcxmx-supply:
66 description: VDD_BT_CXMX supply regulator handle
68 vddrfacmn-supply:
69 description: VDD_RFA_CMN supply regulator handle
71 vddrfa0p8-supply:
74 vddrfa1p7-supply:
75 description: VDD_RFA_1P7 supply regulator handle
77 vddrfa1p2-supply:
78 description: VDD_RFA_1P2 supply regulator handle
80 vddrfa1p9-supply:
81 description: VDD_RFA_1P9 supply regulator handle
83 vddrfa2p2-supply:
84 description: VDD_RFA_2P2 supply regulator handle
86 vddasd-supply:
87 description: VDD_ASD supply regulator handle
89 max-speed:
92 firmware-name:
95 local-bd-address: true
99 - compatible
104 - $ref: bluetooth-controller.yaml#
105 - if:
110 - qcom,qca2066-bt
111 - qcom,qca6174-bt
114 - enable-gpios
115 - clocks
117 - if:
122 - qcom,wcn3988-bt
123 - qcom,wcn3990-bt
124 - qcom,wcn3991-bt
125 - qcom,wcn3998-bt
128 - vddio-supply
129 - vddxo-supply
130 - vddrf-supply
131 - vddch0-supply
133 - if:
138 - qcom,wcn6750-bt
141 - enable-gpios
142 - swctrl-gpios
143 - vddio-supply
144 - vddaon-supply
145 - vddbtcxmx-supply
146 - vddrfacmn-supply
147 - vddrfa0p8-supply
148 - vddrfa1p7-supply
149 - vddrfa1p2-supply
150 - vddasd-supply
151 - if:
156 - qcom,wcn6855-bt
159 - enable-gpios
160 - swctrl-gpios
161 - vddio-supply
162 - vddbtcxmx-supply
163 - vddrfacmn-supply
164 - vddrfa0p8-supply
165 - vddrfa1p2-supply
166 - vddrfa1p7-supply
167 - if:
172 - qcom,wcn7850-bt
175 - enable-gpios
176 - swctrl-gpios
177 - vddio-supply
178 - vddaon-supply
179 - vdddig-supply
180 - vddrfa0p8-supply
181 - vddrfa1p2-supply
182 - vddrfa1p9-supply
185 - |
186 #include <dt-bindings/gpio/gpio.h>
190 compatible = "qcom,qca6174-bt";
191 enable-gpios = <&pm8994_gpios 19 GPIO_ACTIVE_HIGH>;
193 firmware-name = "nvm_00440302.bin";
196 - |
200 compatible = "qcom,wcn3990-bt";
201 vddio-supply = <&vreg_s4a_1p8>;
202 vddxo-supply = <&vreg_l7a_1p8>;
203 vddrf-supply = <&vreg_l17a_1p3>;
204 vddch0-supply = <&vreg_l25a_3p3>;
205 max-speed = <3200000>;
206 firmware-name = "crnv21.bin";
209 - |
213 compatible = "qcom,wcn6750-bt";
214 pinctrl-names = "default";
215 pinctrl-0 = <&bt_en_default>;
216 enable-gpios = <&tlmm 85 GPIO_ACTIVE_HIGH>;
217 swctrl-gpios = <&tlmm 86 GPIO_ACTIVE_HIGH>;
218 vddio-supply = <&vreg_l19b_1p8>;
219 vddaon-supply = <&vreg_s7b_0p9>;
220 vddbtcxmx-supply = <&vreg_s7b_0p9>;
221 vddrfacmn-supply = <&vreg_s7b_0p9>;
222 vddrfa0p8-supply = <&vreg_s7b_0p9>;
223 vddrfa1p7-supply = <&vreg_s1b_1p8>;
224 vddrfa1p2-supply = <&vreg_s8b_1p2>;
225 vddrfa2p2-supply = <&vreg_s1c_2p2>;
226 vddasd-supply = <&vreg_l11c_2p8>;
227 max-speed = <3200000>;
228 firmware-name = "msnv11.bin";