1 TPS6586x family of regulators
4 - compatible: "ti,tps6586x"
5 - reg: I2C slave address
6 - interrupts: the interrupt outputs of the controller
7 - #gpio-cells: number of cells to describe a GPIO
8 - gpio-controller: mark the device as a GPIO controller
9 - regulators: A node that houses a sub-node for each regulator within the
10 device. Each sub-node is identified using the node's name (or the deprecated
11 regulator-compatible property if present), with valid values listed below.
12 The content of each sub-node is defined by the standard binding for
13 regulators; see regulator.txt.
14 sys, sm[0-2], ldo[0-9] and ldo_rtc
15 - sys-supply: The input supply for SYS.
16 - vin-sm0-supply: The input supply for the SM0.
17 - vin-sm1-supply: The input supply for the SM1.
18 - vin-sm2-supply: The input supply for the SM2.
19 - vinldo01-supply: The input supply for the LDO1 and LDO2
20 - vinldo23-supply: The input supply for the LDO2 and LDO3
21 - vinldo4-supply: The input supply for the LDO4
22 - vinldo678-supply: The input supply for the LDO6, LDO7 and LDO8
23 - vinldo9-supply: The input supply for the LDO9
26 - ti,system-power-controller: Telling whether or not this pmic is controlling
29 Each regulator is defined using the standard binding for regulators.
31 Note: LDO5 and LDO_RTC is supplied by SYS regulator internally and driver
32 take care of making proper parent child relationship.
37 compatible = "ti,tps6586x";
39 interrupts = <0 88 0x4>;
44 ti,system-power-controller;
46 sys-supply = <&some_reg>;
47 vin-sm0-supply = <&some_reg>;
48 vin-sm1-supply = <&some_reg>;
49 vin-sm2-supply = <&some_reg>;
50 vinldo01-supply = <...>;
51 vinldo23-supply = <...>;
52 vinldo4-supply = <...>;
53 vinldo678-supply = <...>;
54 vinldo9-supply = <...>;
58 regulator-name = "vdd_sys";
64 regulator-min-microvolt = < 725000>;
65 regulator-max-microvolt = <1500000>;
71 regulator-min-microvolt = < 725000>;
72 regulator-max-microvolt = <1500000>;
78 regulator-min-microvolt = <3000000>;
79 regulator-max-microvolt = <4550000>;
85 regulator-name = "PCIE CLK";
86 regulator-min-microvolt = <3300000>;
87 regulator-max-microvolt = <3300000>;
91 regulator-min-microvolt = < 725000>;
92 regulator-max-microvolt = <1500000>;
96 regulator-min-microvolt = < 725000>;
97 regulator-max-microvolt = <1500000>;
101 regulator-min-microvolt = <1250000>;
102 regulator-max-microvolt = <3300000>;
106 regulator-min-microvolt = <1700000>;
107 regulator-max-microvolt = <2475000>;
111 regulator-min-microvolt = <1250000>;
112 regulator-max-microvolt = <3300000>;
116 regulator-min-microvolt = <1250000>;
117 regulator-max-microvolt = <3300000>;
121 regulator-min-microvolt = <1250000>;
122 regulator-max-microvolt = <3300000>;
126 regulator-min-microvolt = <1250000>;
127 regulator-max-microvolt = <3300000>;
131 regulator-min-microvolt = <1250000>;
132 regulator-max-microvolt = <3300000>;