Lines Matching +full:have +full:- +full:pmic

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Robin Gong <[email protected]>
18 https://www.nxp.com/docs/en/data-sheet/PCA9450DS.pdf
28 - nxp,pca9450a
29 - nxp,pca9450b
30 - nxp,pca9450c
31 - nxp,pca9451a
32 - nxp,pca9452
46 "^LDO[1-5]$":
54 "^BUCK[1-6]$":
61 nxp,dvs-run-voltage:
66 PMIC default "RUN" state voltage in uV. Only Buck1~3 have such
69 nxp,dvs-standby-voltage:
74 PMIC default "STANDBY" state voltage in uV. Only Buck1~3 have such
81 sd-vsel-gpios:
86 nxp,i2c-lt-enable:
91 nxp,wdog_b-warm-reset:
98 - compatible
99 - reg
100 - regulators
105 - |
106 #include <dt-bindings/interrupt-controller/irq.h>
109 #address-cells = <1>;
110 #size-cells = <0>;
111 pmic: pmic@25 {
114 pinctrl-0 = <&pinctrl_pmic>;
115 interrupt-parent = <&gpio1>;
120 regulator-name = "BUCK1";
121 regulator-min-microvolt = <600000>;
122 regulator-max-microvolt = <2187500>;
123 regulator-boot-on;
124 regulator-always-on;
125 regulator-ramp-delay = <3125>;
128 regulator-name = "BUCK2";
129 regulator-min-microvolt = <600000>;
130 regulator-max-microvolt = <2187500>;
131 regulator-boot-on;
132 regulator-always-on;
133 regulator-ramp-delay = <3125>;
134 nxp,dvs-run-voltage = <950000>;
135 nxp,dvs-standby-voltage = <850000>;
138 regulator-name = "BUCK4";
139 regulator-min-microvolt = <600000>;
140 regulator-max-microvolt = <3400000>;
141 regulator-boot-on;
142 regulator-always-on;
145 regulator-name = "BUCK5";
146 regulator-min-microvolt = <600000>;
147 regulator-max-microvolt = <3400000>;
148 regulator-boot-on;
149 regulator-always-on;
152 regulator-name = "BUCK6";
153 regulator-min-microvolt = <600000>;
154 regulator-max-microvolt = <3400000>;
155 regulator-boot-on;
156 regulator-always-on;
160 regulator-name = "LDO1";
161 regulator-min-microvolt = <1600000>;
162 regulator-max-microvolt = <3300000>;
163 regulator-boot-on;
164 regulator-always-on;
167 regulator-name = "LDO2";
168 regulator-min-microvolt = <800000>;
169 regulator-max-microvolt = <1150000>;
170 regulator-boot-on;
171 regulator-always-on;
174 regulator-name = "LDO3";
175 regulator-min-microvolt = <800000>;
176 regulator-max-microvolt = <3300000>;
177 regulator-boot-on;
178 regulator-always-on;
181 regulator-name = "LDO4";
182 regulator-min-microvolt = <800000>;
183 regulator-max-microvolt = <3300000>;
184 regulator-boot-on;
185 regulator-always-on;
188 regulator-name = "LDO5";
189 regulator-min-microvolt = <1800000>;
190 regulator-max-microvolt = <3300000>;
191 regulator-boot-on;
192 regulator-always-on;