Lines Matching +full:pmic +full:- +full:ext +full:- +full:control +full:- +full:gpios

4 - compatible: "ti,tps65910" or "ti,tps65911"
5 - reg: I2C slave address
6 - interrupts: the interrupt outputs of the controller
7 - #gpio-cells: number of cells to describe a GPIO, this should be 2.
10 - gpio-controller: mark the device as a GPIO controller
11 - #interrupt-cells: the number of cells to describe an IRQ, this should be 2.
14 Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
15 - regulators: This is the list of child nodes that specify the regulator
20 The regulator is matched with the regulator-compatible.
22 The valid regulator-compatible values are:
28 - xxx-supply: Input voltage supply regulator.
31 If some of input supply is powered through battery or always-on supply then
35 vcc1-supply: VDD1 input.
36 vcc2-supply: VDD2 input.
37 vcc3-supply: VAUX33 and VMMC input.
38 vcc4-supply: VAUX1 and VAUX2 input.
39 vcc5-supply: VPLL and VDAC input.
40 vcc6-supply: VDIG1 and VDIG2 input.
41 vcc7-supply: VRTC and VBB input.
42 vccio-supply: VIO input.
44 vcc1-supply: VDD1 input.
45 vcc2-supply: VDD2 input.
46 vcc3-supply: LDO6, LDO7 and LDO8 input.
47 vcc4-supply: LDO5 input.
48 vcc5-supply: LDO3 and LDO4 input.
49 vcc6-supply: LDO1 and LDO2 input.
50 vcc7-supply: VRTC input.
51 vccio-supply: VIO input.
54 - ti,vmbch-threshold: (tps65911) main battery charged threshold
56 - ti,vmbch2-threshold: (tps65911) main battery discharged threshold
58 - ti,en-ck32k-xtal: enable external 32-kHz crystal oscillator (see CK32K_CTRL
60 - ti,en-gpio-sleep: enable sleep control for gpios
62 - ti,system-power-controller: Telling whether or not this pmic is controlling
64 - ti,sleep-enable: Enable SLEEP state.
65 - ti,sleep-keep-therm: Keep thermal monitoring on in sleep state.
66 - ti,sleep-keep-ck32k: Keep the 32KHz clock output on in sleep state.
67 - ti,sleep-keep-hsclk: Keep high speed internal clock on in sleep state.
70 - ti,regulator-ext-sleep-control: enable external sleep
71 control through external inputs [0 (not enabled), 1 (EN1), 2 (EN2) or 4(EN3)]
79 interrupt-parent = <&intc>;
82 #gpio-cells = <2>;
83 gpio-controller;
85 #interrupt-cells = <2>;
86 interrupt-controller;
88 ti,system-power-controller;
90 ti,vmbch-threshold = 0;
91 ti,vmbch2-threshold = 0;
92 ti,en-ck32k-xtal;
93 ti,en-gpio-sleep = <0 0 1 0 0 0 0 0 0>;
95 vcc1-supply = <&reg_parent>;
96 vcc2-supply = <&some_reg>;
97 vcc3-supply = <...>;
98 vcc4-supply = <...>;
99 vcc5-supply = <...>;
100 vcc6-supply = <...>;
101 vcc7-supply = <...>;
102 vccio-supply = <...>;
105 #address-cells = <1>;
106 #size-cells = <0>;
109 regulator-compatible = "vdd1";
111 regulator-min-microvolt = < 600000>;
112 regulator-max-microvolt = <1500000>;
113 regulator-always-on;
114 regulator-boot-on;
115 ti,regulator-ext-sleep-control = <0>;
118 regulator-compatible = "vdd2";
120 regulator-min-microvolt = < 600000>;
121 regulator-max-microvolt = <1500000>;
122 regulator-always-on;
123 regulator-boot-on;
124 ti,regulator-ext-sleep-control = <4>;
127 regulator-compatible = "vddctrl";
129 regulator-min-microvolt = < 600000>;
130 regulator-max-microvolt = <1400000>;
131 regulator-always-on;
132 regulator-boot-on;
133 ti,regulator-ext-sleep-control = <0>;
136 regulator-compatible = "vio";
138 regulator-min-microvolt = <1500000>;
139 regulator-max-microvolt = <1800000>;
140 regulator-always-on;
141 regulator-boot-on;
142 ti,regulator-ext-sleep-control = <1>;
145 regulator-compatible = "ldo1";
147 regulator-min-microvolt = <1000000>;
148 regulator-max-microvolt = <3300000>;
149 ti,regulator-ext-sleep-control = <0>;
152 regulator-compatible = "ldo2";
154 regulator-min-microvolt = <1050000>;
155 regulator-max-microvolt = <1050000>;
156 ti,regulator-ext-sleep-control = <0>;
159 regulator-compatible = "ldo3";
161 regulator-min-microvolt = <1000000>;
162 regulator-max-microvolt = <3300000>;
163 ti,regulator-ext-sleep-control = <0>;
166 regulator-compatible = "ldo4";
168 regulator-min-microvolt = <1000000>;
169 regulator-max-microvolt = <3300000>;
170 regulator-always-on;
171 ti,regulator-ext-sleep-control = <0>;
174 regulator-compatible = "ldo5";
176 regulator-min-microvolt = <1000000>;
177 regulator-max-microvolt = <3300000>;
178 ti,regulator-ext-sleep-control = <0>;
181 regulator-compatible = "ldo6";
183 regulator-min-microvolt = <1200000>;
184 regulator-max-microvolt = <1200000>;
185 ti,regulator-ext-sleep-control = <0>;
188 regulator-compatible = "ldo7";
190 regulator-min-microvolt = <1200000>;
191 regulator-max-microvolt = <1200000>;
192 regulator-always-on;
193 regulator-boot-on;
194 ti,regulator-ext-sleep-control = <1>;
197 regulator-compatible = "ldo8";
199 regulator-min-microvolt = <1000000>;
200 regulator-max-microvolt = <3300000>;
201 regulator-always-on;
202 ti,regulator-ext-sleep-control = <1>;