Lines Matching +full:adp +full:- +full:disable
1 // SPDX-License-Identifier: GPL-2.0
11 * found in ebook-readers like the Kobo Clara HD (with i.MX6SLL) and
14 #include <dt-bindings/input/input.h>
23 stdout-path = &uart1;
26 gpio_keys: gpio-keys {
27 compatible = "gpio-keys";
29 key-power {
33 wakeup-source;
36 key-cover {
40 linux,input-type = <EV_SW>;
41 wakeup-source;
46 compatible = "gpio-leds";
51 linux,default-trigger = "timer";
60 reg_wifi: regulator-wifi {
61 compatible = "regulator-fixed";
62 regulator-name = "SD3_SPWR";
63 regulator-min-microvolt = <3000000>;
64 regulator-max-microvolt = <3000000>;
66 enable-active-high;
70 compatible = "mmc-pwrseq-simple";
71 post-power-on-delay-ms = <20>;
72 reset-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
78 clock-frequency = <100000>;
84 enable-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
86 #address-cells = <1>;
87 #size-cells = <0>;
91 led-sources = <0>;
93 default-brightness = <0>;
94 max-brightness = <255>;
99 led-sources = <1>;
101 default-brightness = <0>;
102 max-brightness = <255>;
108 clock-frequency = <100000>;
114 pinctrl-names = "default";
115 pinctrl-0 = <&pinctrl_cyttsp5_gpio>;
116 interrupt-parent = <&gpio5>;
118 reset-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
119 vdd-supply = <&ldo5_reg>;
127 clock-frequency = <100000>;
133 interrupt-parent = <&gpio5>;
135 system-power-controller;
139 regulator-name = "DCDC1";
140 regulator-min-microvolt = <300000>;
141 regulator-max-microvolt = <1875000>;
142 regulator-always-on;
143 regulator-boot-on;
145 regulator-state-mem {
146 regulator-on-in-suspend;
147 regulator-suspend-max-microvolt = <900000>;
148 regulator-suspend-min-microvolt = <900000>;
154 regulator-name = "DCDC2";
155 regulator-always-on;
156 regulator-boot-on;
158 regulator-state-mem {
159 regulator-on-in-suspend;
160 regulator-suspend-max-microvolt = <3300000>;
161 regulator-suspend-min-microvolt = <3300000>;
166 regulator-name = "DCDC3";
167 regulator-min-microvolt = <300000>;
168 regulator-max-microvolt = <1875000>;
169 regulator-always-on;
170 regulator-boot-on;
172 regulator-state-mem {
173 regulator-on-in-suspend;
174 regulator-suspend-max-microvolt = <1140000>;
175 regulator-suspend-min-microvolt = <1140000>;
181 regulator-name = "DCDC4";
182 regulator-min-microvolt = <1200000>;
183 regulator-max-microvolt = <1200000>;
184 regulator-always-on;
185 regulator-boot-on;
187 regulator-state-mem {
188 regulator-on-in-suspend;
189 regulator-suspend-max-microvolt = <1140000>;
190 regulator-suspend-min-microvolt = <1140000>;
196 regulator-name = "DCDC5";
197 regulator-min-microvolt = <1800000>;
198 regulator-max-microvolt = <1800000>;
199 regulator-always-on;
200 regulator-boot-on;
202 regulator-state-mem {
203 regulator-on-in-suspend;
204 regulator-suspend-max-microvolt = <1700000>;
205 regulator-suspend-min-microvolt = <1700000>;
211 regulator-name = "LDO1";
212 regulator-boot-on;
217 regulator-name = "LDO2";
218 regulator-always-on;
219 regulator-boot-on;
221 regulator-state-mem {
222 regulator-on-in-suspend;
223 regulator-suspend-max-microvolt = <3000000>;
224 regulator-suspend-min-microvolt = <3000000>;
230 regulator-name = "LDO3";
231 regulator-always-on;
232 regulator-boot-on;
236 regulator-name = "LDO4";
237 regulator-boot-on;
242 regulator-name = "LDO5";
243 regulator-always-on;
244 regulator-boot-on;
249 regulator-name = "LDO6";
250 regulator-always-on;
251 regulator-boot-on;
256 regulator-name = "LDO7";
257 regulator-always-on;
258 regulator-boot-on;
263 regulator-name = "LDO8";
264 regulator-min-microvolt = <1800000>;
265 regulator-max-microvolt = <1800000>;
266 regulator-always-on;
267 regulator-boot-on;
271 regulator-name = "LDO9";
272 regulator-boot-on;
276 regulator-name = "LDO10";
277 regulator-boot-on;
281 regulator-name = "LDORTC1";
282 regulator-boot-on;
294 /* J4, through-hole */
304 non-removable;
309 vmmc-supply = <®_wifi>;
310 mmc-pwrseq = <&wifi_pwrseq>;
311 cap-power-off-card;
312 non-removable;
317 pinctrl-names = "default";
318 pinctrl-0 = <&pinctrl_usbotg1>;
319 disable-over-current;
320 srp-disable;
321 hnp-disable;
322 adp-disable;