Lines Matching +full:lp87561 +full:- +full:q1
4 - compatible: "ti,lp87565", "ti,lp87565-q1"
5 - reg: I2C slave address.
6 - gpio-controller: Marks the device node as a GPIO Controller.
7 - #gpio-cells: Should be two. The first cell is the pin number and
10 - xxx-in-supply: Phandle to parent supply node of each regulator
16 compatible = "ti,lp87565-q1";
18 gpio-controller;
19 #gpio-cells = <2>;
21 buck10-in-supply = <&vsys_3v3>;
22 buck23-in-supply = <&vsys_3v3>;
27 regulator-name = "buck10";
28 regulator-min-microvolt = <850000>;
29 regulator-max-microvolt = <1250000>;
30 regulator-always-on;
31 regulator-boot-on;
36 regulator-name = "buck23";
37 regulator-min-microvolt = <850000>;
38 regulator-max-microvolt = <1250000>;
39 regulator-boot-on;
40 regulator-always-on;
45 TI LP87561 PMIC:
47 This is a single output 4-phase regulator configuration
50 - compatible: "ti,lp87561-q1"
51 - reg: I2C slave address.
52 - gpio-controller: Marks the device node as a GPIO Controller.
53 - #gpio-cells: Should be two. The first cell is the pin number and
56 - xxx-in-supply: Phandle to parent supply node of each regulator
62 compatible = "ti,lp87561-q1";
64 gpio-controller;
65 #gpio-cells = <2>;
67 buck3210-in-supply = <&vsys_3v3>;
72 regulator-name = "buck3210";
73 regulator-min-microvolt = <800000>;
74 regulator-max-microvolt = <800000>;
75 regulator-always-on;
76 regulator-boot-on;