Lines Matching +full:vdddig +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,wcn6855-pmu
22 - qcom,wcn7850-pmu
24 vdd-supply:
25 description: VDD supply regulator handle
27 vddaon-supply:
28 description: VDD_AON supply regulator handle
30 vdddig-supply:
31 description: VDD_DIG supply regulator handle
33 vddpmu-supply:
34 description: VDD_PMU supply regulator handle
36 vddio1p2-supply:
37 description: VDD_IO_1P2 supply regulator handle
39 vddrfa0p95-supply:
40 description: VDD_RFA_0P95 supply regulator handle
42 vddrfa1p2-supply:
43 description: VDD_RFA_1P2 supply regulator handle
45 vddrfa1p3-supply:
46 description: VDD_RFA_1P3 supply regulator handle
48 vddrfa1p8-supply:
49 description: VDD_RFA_1P8 supply regulator handle
51 vddrfa1p9-supply:
52 description: VDD_RFA_1P9 supply regulator handle
54 vddpcie1p3-supply:
55 description: VDD_PCIE_1P3 supply regulator handle
57 vddpcie1p9-supply:
58 description: VDD_PCIE_1P9 supply regulator handle
60 vddio-supply:
61 description: VDD_IO supply regulator handle
63 wlan-enable-gpios:
67 bt-enable-gpios:
71 swctrl-gpios:
73 description: GPIO line indicating the state of the clock supply to the BT module
85 "^ldo[0-9]$":
93 - compatible
94 - regulators
97 - if:
101 const: qcom,qca6390-pmu
104 - vddaon-supply
105 - vddpmu-supply
106 - vddrfa0p95-supply
107 - vddrfa1p3-supply
108 - vddrfa1p9-supply
109 - vddpcie1p3-supply
110 - vddpcie1p9-supply
111 - vddio-supply
112 - if:
116 const: qcom,wcn6855-pmu
119 - vddio-supply
120 - vddaon-supply
121 - vddpmu-supply
122 - vddrfa0p95-supply
123 - vddrfa1p3-supply
124 - vddrfa1p9-supply
125 - vddpcie1p3-supply
126 - vddpcie1p9-supply
127 - if:
131 const: qcom,wcn7850-pmu
134 - vdd-supply
135 - vddio-supply
136 - vddaon-supply
137 - vdddig-supply
138 - vddrfa1p2-supply
139 - vddrfa1p8-supply
144 - |
145 #include <dt-bindings/gpio/gpio.h>
147 compatible = "qcom,qca6390-pmu";
149 pinctrl-names = "default";
150 pinctrl-0 = <&bt_en_state>, <&wlan_en_state>;
152 vddaon-supply = <&vreg_s6a_0p95>;
153 vddpmu-supply = <&vreg_s2f_0p95>;
154 vddrfa0p95-supply = <&vreg_s2f_0p95>;
155 vddrfa1p3-supply = <&vreg_s8c_1p3>;
156 vddrfa1p9-supply = <&vreg_s5a_1p9>;
157 vddpcie1p3-supply = <&vreg_s8c_1p3>;
158 vddpcie1p9-supply = <&vreg_s5a_1p9>;
159 vddio-supply = <&vreg_s4a_1p8>;
161 wlan-enable-gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>;
162 bt-enable-gpios = <&tlmm 21 GPIO_ACTIVE_HIGH>;
166 regulator-name = "vreg_pmu_rfa_cmn";
170 regulator-name = "vreg_pmu_aon_0p59";
174 regulator-name = "vreg_pmu_wlcx_0p8";
178 regulator-name = "vreg_pmu_wlmx_0p85";
182 regulator-name = "vreg_pmu_btcmx_0p85";
186 regulator-name = "vreg_pmu_rfa_0p8";
190 regulator-name = "vreg_pmu_rfa_1p2";
194 regulator-name = "vreg_pmu_rfa_1p7";
198 regulator-name = "vreg_pmu_pcie_0p9";
202 regulator-name = "vreg_pmu_pcie_1p8";