Lines Matching +full:buck1 +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 - ti,lp87565
16 - ti,lp87565-q1
22 reset-gpios:
26 gpio-controller: true
28 '#gpio-cells':
35 buck10-in-supply:
37 Voltage regulator supply for BUCK0 and BUCK1 converters.
39 buck23-in-supply:
41 Voltage regulator supply for BUCK2 and BUCK3 converters.
53 - buck10
54 - buck23
59 - compatible
60 - reg
61 - gpio-controller
62 - '#gpio-cells'
63 - buck10-in-supply
64 - buck23-in-supply
69 - |
72 #address-cells = <1>;
73 #size-cells = <0>;
76 compatible = "ti,lp87565-q1";
78 gpio-controller;
79 #gpio-cells = <2>;
81 buck10-in-supply = <&vsys_3v3>;
82 buck23-in-supply = <&vsys_3v3>;
87 regulator-name = "buck10";
88 regulator-min-microvolt = <850000>;
89 regulator-max-microvolt = <1250000>;
90 regulator-always-on;
91 regulator-boot-on;
96 regulator-name = "buck23";
97 regulator-min-microvolt = <850000>;
98 regulator-max-microvolt = <1250000>;
99 regulator-boot-on;
100 regulator-always-on;