Lines Matching +full:regulator +full:- +full:min +full:- +full:microamp

1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - J Keerthy <j-keerthy@ti.com>
13 PMIC with two high-current buck converters and two linear regulators.
18 - ti,lp8732
19 - ti,lp8733
24 gpio-controller: true
26 '#gpio-cells':
31 List of child nodes that specify the regulator initialization data.
36 $ref: /schemas/regulator/regulator.yaml#
41 '^(buck[01]|ldo[01])-in-supply$':
42 description: Phandle to parent supply of each regulator populated under regulators node.
45 - compatible
46 - reg
47 - regulators
48 - buck0-in-supply
49 - buck1-in-supply
50 - ldo0-in-supply
51 - ldo1-in-supply
56 - |
58 #address-cells = <1>;
59 #size-cells = <0>;
64 gpio-controller;
65 #gpio-cells = <2>;
67 buck0-in-supply = <&vsys_3v3>;
68 buck1-in-supply = <&vsys_3v3>;
69 ldo0-in-supply = <&vsys_3v3>;
70 ldo1-in-supply = <&vsys_3v3>;
74 regulator-name = "buck0";
75 regulator-min-microvolt = <800000>;
76 regulator-max-microvolt = <1400000>;
77 regulator-min-microamp = <1500000>;
78 regulator-max-microamp = <4000000>;
79 regulator-ramp-delay = <10000>;
80 regulator-always-on;
81 regulator-boot-on;
85 regulator-name = "buck1";
86 regulator-min-microvolt = <800000>;
87 regulator-max-microvolt = <1400000>;
88 regulator-min-microamp = <1500000>;
89 regulator-max-microamp = <4000000>;
90 regulator-ramp-delay = <10000>;
91 regulator-boot-on;
92 regulator-always-on;
96 regulator-name = "ldo0";
97 regulator-min-microvolt = <800000>;
98 regulator-max-microvolt = <3000000>;
99 regulator-boot-on;
100 regulator-always-on;
104 regulator-name = "ldo1";
105 regulator-min-microvolt = <800000>;
106 regulator-max-microvolt = <3000000>;
107 regulator-always-on;
108 regulator-boot-on;