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,lp87565-q1.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI LP87565-Q1 / LP87565 dual 2-phase output buck converter
10 - Keerthy <j-keerthy@ti.com>
15 - const: ti,lp87565
16 - const: ti,lp87565-q1
22 gpio-controller: true
24 '#gpio-cells':
31 buck10-in-supply:
33 Voltage regulator supply for BUCK0 and BUCK1 converters.
35 buck23-in-supply:
37 Voltage regulator supply for BUCK2 and BUCK3 converters.
48 - buck10
49 - buck23
54 - compatible
55 - reg
56 - gpio-controller
57 - '#gpio-cells'
58 - buck10-in-supply
59 - buck23-in-supply
64 - |
67 #address-cells = <1>;
68 #size-cells = <0>;
71 compatible = "ti,lp87565-q1";
73 gpio-controller;
74 #gpio-cells = <2>;
76 buck10-in-supply = <&vsys_3v3>;
77 buck23-in-supply = <&vsys_3v3>;
82 regulator-name = "buck10";
83 regulator-min-microvolt = <850000>;
84 regulator-max-microvolt = <1250000>;
85 regulator-always-on;
86 regulator-boot-on;
91 regulator-name = "buck23";
92 regulator-min-microvolt = <850000>;
93 regulator-max-microvolt = <1250000>;
94 regulator-boot-on;
95 regulator-always-on;