1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
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>
17 description: I2C slave address
24 The first cell is the pin number.
25 The second cell is is used to specify flags.
26 See ../gpio/gpio.txt for more information.
35 $ref: /schemas/regulator/regulator.yaml#
43 additionalProperties: false
46 "^buck[0123]-in-supply$":
47 description: Voltage regulator supply for each BUCK converter
60 additionalProperties: false
70 compatible = "ti,lp87524-q1";
75 buck0-in-supply = <&vdd_5v0>;
76 buck1-in-supply = <&vdd_5v0>;
77 buck2-in-supply = <&vdd_5v0>;
78 buck3-in-supply = <&vdd_5v0>;
82 regulator-name = "buck0";
83 regulator-min-microvolt = <3300000>;
84 regulator-max-microvolt = <3300000>;
89 regulator-name = "buck1";
90 regulator-min-microvolt = <1350000>;
91 regulator-max-microvolt = <1350000>;
96 regulator-name = "buck2";
97 regulator-min-microvolt = <950000>;
98 regulator-max-microvolt = <950000>;
103 regulator-name = "buck3";
104 regulator-min-microvolt = <1800000>;
105 regulator-max-microvolt = <1800000>;