Lines Matching +full:buck0 +full:- +full:in +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/ti,lp87524-q1.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI LP87524-Q1 four 1-phase output buck converter
10 - Keerthy <j-keerthy@ti.com>
14 const: ti,lp87524-q1
20 gpio-controller: true
22 '#gpio-cells':
38 - buck0
39 - buck1
40 - buck2
41 - buck3
46 "^buck[0123]-in-supply$":
47 description: Voltage regulator supply for each BUCK converter
50 - compatible
51 - reg
52 - gpio-controller
53 - '#gpio-cells'
54 - buck0-in-supply
55 - buck1-in-supply
56 - buck2-in-supply
57 - buck3-in-supply
58 - regulators
63 - |
66 #address-cells = <1>;
67 #size-cells = <0>;
70 compatible = "ti,lp87524-q1";
72 gpio-controller;
73 #gpio-cells = <2>;
75 buck0-in-supply = <&vdd_5v0>;
76 buck1-in-supply = <&vdd_5v0>;
77 buck2-in-supply = <&vdd_5v0>;
78 buck3-in-supply = <&vdd_5v0>;
81 buck0_reg: buck0 {
82 regulator-name = "buck0";
83 regulator-min-microvolt = <3300000>;
84 regulator-max-microvolt = <3300000>;
85 regulator-always-on;
89 regulator-name = "buck1";
90 regulator-min-microvolt = <1350000>;
91 regulator-max-microvolt = <1350000>;
92 regulator-always-on;
96 regulator-name = "buck2";
97 regulator-min-microvolt = <950000>;
98 regulator-max-microvolt = <950000>;
99 regulator-always-on;
103 regulator-name = "buck3";
104 regulator-min-microvolt = <1800000>;
105 regulator-max-microvolt = <1800000>;
106 regulator-always-on;