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,lp87561-q1.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI LP87561-Q1 single 4-phase output buck converter
10 - Keerthy <j-keerthy@ti.com>
14 const: ti,lp87561-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.
33 buck3210-in-supply:
35 Voltage regulator supply for all the four BUCK converters.
47 - buck3210
52 - compatible
53 - reg
54 - gpio-controller
55 - '#gpio-cells'
56 - buck3210-in-supply
61 - |
64 #address-cells = <1>;
65 #size-cells = <0>;
68 compatible = "ti,lp87561-q1";
70 gpio-controller;
71 #gpio-cells = <2>;
73 buck3210-in-supply = <&vsys_3v3>;
78 regulator-name = "buck3210";
79 regulator-min-microvolt = <800000>;
80 regulator-max-microvolt = <800000>;
81 regulator-always-on;
82 regulator-boot-on;