Lines Matching +full:vddasd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/qcom,qca6390-pmu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
20 - qcom,qca6390-pmu
21 - qcom,wcn6750-pmu
22 - qcom,wcn6855-pmu
23 - qcom,wcn7850-pmu
25 vdd-supply:
26 description: VDD supply regulator handle
28 vddaon-supply:
29 description: VDD_AON supply regulator handle
31 vddasd-supply:
32 description: VDD_ASD supply regulator handle
34 vdddig-supply:
35 description: VDD_DIG supply regulator handle
37 vddpmu-supply:
38 description: VDD_PMU supply regulator handle
40 vddpmumx-supply:
41 description: VDD_PMU_MX supply regulator handle
43 vddpmucx-supply:
44 description: VDD_PMU_CX supply regulator handle
46 vddio1p2-supply:
47 description: VDD_IO_1P2 supply regulator handle
49 vddrfa0p8-supply:
50 description: VDD_RFA_0P8 supply regulator handle
52 vddrfa0p95-supply:
53 description: VDD_RFA_0P95 supply regulator handle
55 vddrfa1p2-supply:
56 description: VDD_RFA_1P2 supply regulator handle
58 vddrfa1p3-supply:
59 description: VDD_RFA_1P3 supply regulator handle
61 vddrfa1p7-supply:
62 description: VDD_RFA_1P7 supply regulator handle
64 vddrfa1p8-supply:
65 description: VDD_RFA_1P8 supply regulator handle
67 vddrfa1p9-supply:
68 description: VDD_RFA_1P9 supply regulator handle
70 vddrfa2p2-supply:
71 description: VDD_RFA_2P2 supply regulator handle
73 vddpcie1p3-supply:
74 description: VDD_PCIE_1P3 supply regulator handle
76 vddpcie1p9-supply:
77 description: VDD_PCIE_1P9 supply regulator handle
79 vddio-supply:
80 description: VDD_IO supply regulator handle
82 wlan-enable-gpios:
86 bt-enable-gpios:
90 swctrl-gpios:
92 description: GPIO line indicating the state of the clock supply to the BT module
94 xo-clk-gpios:
108 "^ldo[0-9]$":
116 - compatible
117 - regulators
120 - if:
124 const: qcom,qca6390-pmu
127 - vddaon-supply
128 - vddpmu-supply
129 - vddrfa0p95-supply
130 - vddrfa1p3-supply
131 - vddrfa1p9-supply
132 - vddpcie1p3-supply
133 - vddpcie1p9-supply
134 - vddio-supply
135 - if:
139 const: qcom,wcn6750-pmu
142 - vddaon-supply
143 - vddasd-supply
144 - vddpmu-supply
145 - vddrfa0p8-supply
146 - vddrfa1p2-supply
147 - vddrfa1p7-supply
148 - vddrfa2p2-supply
149 - if:
153 const: qcom,wcn6855-pmu
156 - vddio-supply
157 - vddaon-supply
158 - vddpmu-supply
159 - vddpmumx-supply
160 - vddpmucx-supply
161 - vddrfa0p95-supply
162 - vddrfa1p3-supply
163 - vddrfa1p9-supply
164 - vddpcie1p3-supply
165 - vddpcie1p9-supply
166 - if:
170 const: qcom,wcn7850-pmu
173 - vdd-supply
174 - vddio-supply
175 - vddaon-supply
176 - vdddig-supply
177 - vddrfa1p2-supply
178 - vddrfa1p8-supply
183 - |
184 #include <dt-bindings/gpio/gpio.h>
186 compatible = "qcom,qca6390-pmu";
188 pinctrl-names = "default";
189 pinctrl-0 = <&bt_en_state>, <&wlan_en_state>;
191 vddaon-supply = <&vreg_s6a_0p95>;
192 vddpmu-supply = <&vreg_s2f_0p95>;
193 vddrfa0p95-supply = <&vreg_s2f_0p95>;
194 vddrfa1p3-supply = <&vreg_s8c_1p3>;
195 vddrfa1p9-supply = <&vreg_s5a_1p9>;
196 vddpcie1p3-supply = <&vreg_s8c_1p3>;
197 vddpcie1p9-supply = <&vreg_s5a_1p9>;
198 vddio-supply = <&vreg_s4a_1p8>;
200 wlan-enable-gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>;
201 bt-enable-gpios = <&tlmm 21 GPIO_ACTIVE_HIGH>;
205 regulator-name = "vreg_pmu_rfa_cmn";
209 regulator-name = "vreg_pmu_aon_0p59";
213 regulator-name = "vreg_pmu_wlcx_0p8";
217 regulator-name = "vreg_pmu_wlmx_0p85";
221 regulator-name = "vreg_pmu_btcmx_0p85";
225 regulator-name = "vreg_pmu_rfa_0p8";
229 regulator-name = "vreg_pmu_rfa_1p2";
233 regulator-name = "vreg_pmu_rfa_1p7";
237 regulator-name = "vreg_pmu_pcie_0p9";
241 regulator-name = "vreg_pmu_pcie_1p8";