Lines Matching +full:regulator +full:- +full:min +full:- +full:microamp
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/regulator/mps,mp5416.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,mp5416
18 - mps,mp5496
27 after their hardware counterparts BUCK[1-4] and LDO[1-4]
30 "^buck[1-4]$":
31 $ref: "regulator.yaml#"
34 "^ldo[1-4]$":
35 $ref: "regulator.yaml#"
41 - compatible
42 - reg
43 - regulators
48 - |
50 #address-cells = <1>;
51 #size-cells = <0>;
60 regulator-name = "buck1";
61 regulator-min-microvolt = <600000>;
62 regulator-max-microvolt = <2187500>;
63 regulator-min-microamp = <3800000>;
64 regulator-max-microamp = <6800000>;
65 regulator-boot-on;
69 regulator-name = "ldo2";
70 regulator-min-microvolt = <800000>;
71 regulator-max-microvolt = <3975000>;