Lines Matching +full:vbus +full:- +full:divider
1 // SPDX-License-Identifier: GPL-2.0-or-later
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/linux-event-codes.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
25 gpio-keys {
26 compatible = "gpio-keys";
27 #address-cells = <1>;
28 #size-cells = <0>;
30 user-pb {
36 user-pb1x {
39 interrupt-parent = <&gsc>;
43 key-erased {
44 label = "key-erased";
46 interrupt-parent = <&gsc>;
50 eeprom-wp {
53 interrupt-parent = <&gsc>;
60 interrupt-parent = <&gsc>;
64 switch-hold {
67 interrupt-parent = <&gsc>;
73 compatible = "gpio-leds";
74 pinctrl-names = "default";
75 pinctrl-0 = <&pinctrl_gpio_leds>;
80 default-state = "on";
81 linux,default-trigger = "heartbeat";
87 default-state = "off";
93 default-state = "off";
102 reg_1p0v: regulator-1p0v {
103 compatible = "regulator-fixed";
104 regulator-name = "1P0V";
105 regulator-min-microvolt = <1000000>;
106 regulator-max-microvolt = <1000000>;
107 regulator-always-on;
110 reg_3p3v: regulator-3p3v {
111 compatible = "regulator-fixed";
112 regulator-name = "3P3V";
113 regulator-min-microvolt = <3300000>;
114 regulator-max-microvolt = <3300000>;
115 regulator-always-on;
118 reg_5p0v: regulator-5p0v {
119 compatible = "regulator-fixed";
120 regulator-name = "5P0V";
121 regulator-min-microvolt = <5000000>;
122 regulator-max-microvolt = <5000000>;
123 regulator-always-on;
128 pinctrl-names = "default";
129 pinctrl-0 = <&pinctrl_gpmi_nand>;
134 ddc-i2c-bus = <&i2c3>;
139 clock-frequency = <100000>;
140 pinctrl-names = "default";
141 pinctrl-0 = <&pinctrl_i2c1>;
147 interrupt-parent = <&gpio1>;
149 interrupt-controller;
150 #interrupt-cells = <1>;
151 #size-cells = <0>;
154 compatible = "gw,gsc-adc";
155 #address-cells = <1>;
156 #size-cells = <0>;
235 gpio-controller;
236 #gpio-cells = <2>;
237 interrupt-parent = <&gsc>;
272 clock-frequency = <100000>;
273 pinctrl-names = "default";
274 pinctrl-0 = <&pinctrl_i2c2>;
280 pinctrl-names = "default";
281 pinctrl-0 = <&pinctrl_pmic>;
282 interrupt-parent = <&gpio1>;
288 regulator-name = "vddsoc";
289 regulator-min-microvolt = <674400>;
290 regulator-max-microvolt = <1308000>;
291 lltc,fb-voltage-divider = <127000 200000>;
292 regulator-ramp-delay = <7000>;
293 regulator-boot-on;
294 regulator-always-on;
297 /* VDD_1P8 (1+R1/R2 = 2.505): ENET-PHY */
299 regulator-name = "vdd1p8";
300 regulator-min-microvolt = <1033310>;
301 regulator-max-microvolt = <2004000>;
302 lltc,fb-voltage-divider = <301000 200000>;
303 regulator-ramp-delay = <7000>;
304 regulator-boot-on;
305 regulator-always-on;
310 regulator-name = "vddarm";
311 regulator-min-microvolt = <674400>;
312 regulator-max-microvolt = <1308000>;
313 lltc,fb-voltage-divider = <127000 200000>;
314 regulator-ramp-delay = <7000>;
315 regulator-boot-on;
316 regulator-always-on;
321 regulator-name = "vddddr";
322 regulator-min-microvolt = <868310>;
323 regulator-max-microvolt = <1684000>;
324 lltc,fb-voltage-divider = <221000 200000>;
325 regulator-ramp-delay = <7000>;
326 regulator-boot-on;
327 regulator-always-on;
330 /* VDD_2P5 (1+R1/R2 = 3.435): PCIe/ENET-PHY */
332 regulator-name = "vdd2p5";
333 regulator-min-microvolt = <2490375>;
334 regulator-max-microvolt = <2490375>;
335 lltc,fb-voltage-divider = <487000 200000>;
336 regulator-boot-on;
337 regulator-always-on;
342 regulator-name = "vdd3p0";
343 regulator-min-microvolt = <3023250>;
344 regulator-max-microvolt = <3023250>;
345 lltc,fb-voltage-divider = <634000 200000>;
346 regulator-boot-on;
347 regulator-always-on;
354 clock-frequency = <100000>;
355 pinctrl-names = "default";
356 pinctrl-0 = <&pinctrl_i2c3>;
361 pinctrl-names = "default";
362 pinctrl-0 = <&pinctrl_pcie>;
363 reset-gpio = <&gpio1 29 GPIO_ACTIVE_LOW>;
368 pinctrl-names = "default";
369 pinctrl-0 = <&pinctrl_pwm2>; /* MX6_DIO1 */
374 pinctrl-names = "default";
375 pinctrl-0 = <&pinctrl_pwm3>; /* MX6_DIO2 */
380 pinctrl-names = "default";
381 pinctrl-0 = <&pinctrl_uart2>;
386 pinctrl-names = "default";
387 pinctrl-0 = <&pinctrl_uart3>;
392 pinctrl-names = "default";
393 pinctrl-0 = <&pinctrl_uart5>;
401 vbus-supply = <®_5p0v>;
402 pinctrl-names = "default";
403 pinctrl-0 = <&pinctrl_usbotg>;
404 disable-over-current;
409 pinctrl-names = "default";
410 pinctrl-0 = <&pinctrl_wdog>;
411 fsl,ext-reset-output;