Lines Matching +full:buck +full:-
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
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
27 after their hardware counterparts BUCK[1-4], one LDORTC, and LDO[2-5]
30 mps,switch-freq:
44 "^ldo[1-4]$":
49 "^buck[1-4]$":
54 mps,buck-softstart:
58 defines the soft start time of this buck, must be one of the following
61 mps,buck-phase-delay:
65 defines the phase delay of this buck, must be one of the following
68 mps,buck-ovp-disable:
71 disables over voltage protection of this buck
78 - compatible
79 - reg
80 - regulators
85 - |
87 #address-cells = <1>;
88 #size-cells = <0>;
95 mps,switch-freq = /bits/ 8 <1>;
98 regulator-name = "buck1";
99 regulator-min-microvolt = <400000>;
100 regulator-max-microvolt = <3587500>;
101 regulator-min-microamp = <460000>;
102 regulator-max-microamp = <7600000>;
103 regulator-boot-on;
104 mps,buck-ovp-disable;
105 mps,buck-phase-delay = /bits/ 8 <2>;
106 mps,buck-softstart = /bits/ 8 <1>;
110 regulator-name = "ldo2";
111 regulator-min-microvolt = <650000>;
112 regulator-max-microvolt = <3587500>;