Lines Matching +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Jeff Johnson <jjohnson@kernel.org>
19 - pci17cb,1101 # QCA6390
20 - pci17cb,1103 # WCN6855
25 qcom,calibration-variant:
31 qcom,ath11k-calibration-variant:
38 firmware-name:
42 usecase-specific firmware files for the device.
44 vddrfacmn-supply:
45 description: VDD_RFA_CMN supply regulator handle
47 vddaon-supply:
48 description: VDD_AON supply regulator handle
50 vddwlcx-supply:
51 description: VDD_WL_CX supply regulator handle
53 vddwlmx-supply:
54 description: VDD_WL_MX supply regulator handle
56 vddrfa0p8-supply:
57 description: VDD_RFA_0P8 supply regulator handle
59 vddrfa1p2-supply:
60 description: VDD_RFA_1P2 supply regulator handle
62 vddrfa1p7-supply:
63 description: VDD_RFA_1P7 supply regulator handle
65 vddrfa1p8-supply:
66 description: VDD_RFA_1P8 supply regulator handle
68 vddpcie0p9-supply:
69 description: VDD_PCIE_0P9 supply regulator handle
71 vddpcie1p8-supply:
72 description: VDD_PCIE_1P8 supply regulator handle
75 - compatible
76 - reg
79 - if:
86 - vddrfacmn-supply
87 - vddaon-supply
88 - vddwlcx-supply
89 - vddwlmx-supply
90 - vddrfa0p8-supply
91 - vddrfa1p2-supply
92 - vddrfa1p7-supply
93 - vddpcie0p9-supply
94 - vddpcie1p8-supply
95 - if:
102 - vddrfacmn-supply
103 - vddaon-supply
104 - vddwlcx-supply
105 - vddwlmx-supply
106 - vddrfa0p8-supply
107 - vddrfa1p2-supply
108 - vddrfa1p8-supply
109 - vddpcie0p9-supply
110 - vddpcie1p8-supply
115 - |
117 #address-cells = <3>;
118 #size-cells = <2>;
123 #address-cells = <3>;
124 #size-cells = <2>;
127 bus-range = <0x01 0xff>;
133 vddrfacmn-supply = <&vreg_pmu_rfa_cmn_0p8>;
134 vddaon-supply = <&vreg_pmu_aon_0p8>;
135 vddwlcx-supply = <&vreg_pmu_wlcx_0p8>;
136 vddwlmx-supply = <&vreg_pmu_wlmx_0p8>;
137 vddpcie1p8-supply = <&vreg_pmu_pcie_1p8>;
138 vddpcie0p9-supply = <&vreg_pmu_pcie_0p9>;
139 vddrfa0p8-supply = <&vreg_pmu_rfa_0p8>;
140 vddrfa1p2-supply = <&vreg_pmu_rfa_1p2>;
141 vddrfa1p8-supply = <&vreg_pmu_rfa_1p7>;
143 qcom,calibration-variant = "LE_X13S";