Lines Matching +full:four +full:- +full:cell
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':
28 The first cell is the pin number.
29 The second cell is is used to specify flags.
43 - buck0
44 - buck1
45 - buck2
46 - buck3
51 "^buck[0123]-in-supply$":
55 - compatible
56 - reg
57 - gpio-controller
58 - '#gpio-cells'
59 - buck0-in-supply
60 - buck1-in-supply
61 - buck2-in-supply
62 - buck3-in-supply
63 - regulators
68 - |
71 #address-cells = <1>;
72 #size-cells = <0>;
75 compatible = "ti,lp87524-q1";
77 gpio-controller;
78 #gpio-cells = <2>;
80 buck0-in-supply = <&vdd_5v0>;
81 buck1-in-supply = <&vdd_5v0>;
82 buck2-in-supply = <&vdd_5v0>;
83 buck3-in-supply = <&vdd_5v0>;
87 regulator-name = "buck0";
88 regulator-min-microvolt = <3300000>;
89 regulator-max-microvolt = <3300000>;
90 regulator-always-on;
94 regulator-name = "buck1";
95 regulator-min-microvolt = <1350000>;
96 regulator-max-microvolt = <1350000>;
97 regulator-always-on;
101 regulator-name = "buck2";
102 regulator-min-microvolt = <950000>;
103 regulator-max-microvolt = <950000>;
104 regulator-always-on;
108 regulator-name = "buck3";
109 regulator-min-microvolt = <1800000>;
110 regulator-max-microvolt = <1800000>;
111 regulator-always-on;