Lines Matching +full:buck3 +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 reset-gpios:
24 gpio-controller: true
26 '#gpio-cells':
42 - buck0
43 - buck1
44 - buck2
45 - buck3
50 "^buck[0123]-in-supply$":
51 description: Voltage regulator supply for each BUCK converter
54 - compatible
55 - reg
56 - gpio-controller
57 - '#gpio-cells'
58 - buck0-in-supply
59 - buck1-in-supply
60 - buck2-in-supply
61 - buck3-in-supply
62 - regulators
67 - |
70 #address-cells = <1>;
71 #size-cells = <0>;
74 compatible = "ti,lp87524-q1";
76 gpio-controller;
77 #gpio-cells = <2>;
79 buck0-in-supply = <&vdd_5v0>;
80 buck1-in-supply = <&vdd_5v0>;
81 buck2-in-supply = <&vdd_5v0>;
82 buck3-in-supply = <&vdd_5v0>;
86 regulator-name = "buck0";
87 regulator-min-microvolt = <3300000>;
88 regulator-max-microvolt = <3300000>;
89 regulator-always-on;
93 regulator-name = "buck1";
94 regulator-min-microvolt = <1350000>;
95 regulator-max-microvolt = <1350000>;
96 regulator-always-on;
100 regulator-name = "buck2";
101 regulator-min-microvolt = <950000>;
102 regulator-max-microvolt = <950000>;
103 regulator-always-on;
106 buck3_reg: buck3 {
107 regulator-name = "buck3";
108 regulator-min-microvolt = <1800000>;
109 regulator-max-microvolt = <1800000>;
110 regulator-always-on;