Lines Matching +full:regulator +full:- +full:max +full:- +full:microamp
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/regulator/mps,mpq7920.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Saravanan Sekar <sravanhome@gmail.com>
14 pattern: "pmic@[0-9a-f]{1,2}"
17 - mps,mpq7920
24 $ref: regulator.yaml#
28 after their hardware counterparts BUCK[1-4], one LDORTC, and LDO[2-5]
31 mps,switch-freq:
40 "^ldo[1-4]$":
42 $ref: regulator.yaml#
46 $ref: regulator.yaml#
48 "^buck[1-4]$":
50 $ref: regulator.yaml#
53 mps,buck-softstart:
60 mps,buck-phase-delay:
67 mps,buck-ovp-disable:
77 - compatible
78 - reg
79 - regulators
84 - |
86 #address-cells = <1>;
87 #size-cells = <0>;
94 mps,switch-freq = /bits/ 8 <1>;
97 regulator-name = "buck1";
98 regulator-min-microvolt = <400000>;
99 regulator-max-microvolt = <3587500>;
100 regulator-min-microamp = <460000>;
101 regulator-max-microamp = <7600000>;
102 regulator-boot-on;
103 mps,buck-ovp-disable;
104 mps,buck-phase-delay = /bits/ 8 <2>;
105 mps,buck-softstart = /bits/ 8 <1>;
109 regulator-name = "ldo2";
110 regulator-min-microvolt = <650000>;
111 regulator-max-microvolt = <3587500>;