Lines Matching +full:buck23 +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.
52 - buck10
53 - buck23
58 - compatible
59 - reg
60 - gpio-controller
61 - '#gpio-cells'
62 - buck10-in-supply
63 - buck23-in-supply
68 - |
71 #address-cells = <1>;
72 #size-cells = <0>;
75 compatible = "ti,lp87565-q1";
77 gpio-controller;
78 #gpio-cells = <2>;
80 buck10-in-supply = <&vsys_3v3>;
81 buck23-in-supply = <&vsys_3v3>;
86 regulator-name = "buck10";
87 regulator-min-microvolt = <850000>;
88 regulator-max-microvolt = <1250000>;
89 regulator-always-on;
90 regulator-boot-on;
93 buck23_reg: buck23 {
95 regulator-name = "buck23";
96 regulator-min-microvolt = <850000>;
97 regulator-max-microvolt = <1250000>;
98 regulator-boot-on;
99 regulator-always-on;