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";
28 user-pb {
34 user-pb1x {
37 interrupt-parent = <&gsc>;
41 key-erased {
42 label = "key-erased";
44 interrupt-parent = <&gsc>;
48 eeprom-wp {
51 interrupt-parent = <&gsc>;
58 interrupt-parent = <&gsc>;
62 switch-hold {
65 interrupt-parent = <&gsc>;
71 compatible = "gpio-leds";
72 pinctrl-names = "default";
73 pinctrl-0 = <&pinctrl_gpio_leds>;
75 led0: led-user1 {
78 default-state = "on";
79 linux,default-trigger = "heartbeat";
82 led1: led-user2 {
85 default-state = "off";
88 led2: led-user3 {
91 default-state = "off";
100 reg_1p0v: regulator-1p0v {
101 compatible = "regulator-fixed";
102 regulator-name = "1P0V";
103 regulator-min-microvolt = <1000000>;
104 regulator-max-microvolt = <1000000>;
105 regulator-always-on;
108 reg_3p3v: regulator-3p3v {
109 compatible = "regulator-fixed";
110 regulator-name = "3P3V";
111 regulator-min-microvolt = <3300000>;
112 regulator-max-microvolt = <3300000>;
113 regulator-always-on;
116 reg_5p0v: regulator-5p0v {
117 compatible = "regulator-fixed";
118 regulator-name = "5P0V";
119 regulator-min-microvolt = <5000000>;
120 regulator-max-microvolt = <5000000>;
121 regulator-always-on;
126 pinctrl-names = "default";
127 pinctrl-0 = <&pinctrl_gpmi_nand>;
132 ddc-i2c-bus = <&i2c3>;
137 clock-frequency = <100000>;
138 pinctrl-names = "default";
139 pinctrl-0 = <&pinctrl_i2c1>;
145 interrupt-parent = <&gpio1>;
147 interrupt-controller;
148 #interrupt-cells = <1>;
149 #size-cells = <0>;
152 compatible = "gw,gsc-adc";
153 #address-cells = <1>;
154 #size-cells = <0>;
233 gpio-controller;
234 #gpio-cells = <2>;
235 interrupt-parent = <&gsc>;
270 clock-frequency = <100000>;
271 pinctrl-names = "default";
272 pinctrl-0 = <&pinctrl_i2c2>;
278 pinctrl-names = "default";
279 pinctrl-0 = <&pinctrl_pmic>;
280 interrupt-parent = <&gpio1>;
286 regulator-name = "vddsoc";
287 regulator-min-microvolt = <674400>;
288 regulator-max-microvolt = <1308000>;
289 lltc,fb-voltage-divider = <127000 200000>;
290 regulator-ramp-delay = <7000>;
291 regulator-boot-on;
292 regulator-always-on;
295 /* VDD_1P8 (1+R1/R2 = 2.505): ENET-PHY */
297 regulator-name = "vdd1p8";
298 regulator-min-microvolt = <1033310>;
299 regulator-max-microvolt = <2004000>;
300 lltc,fb-voltage-divider = <301000 200000>;
301 regulator-ramp-delay = <7000>;
302 regulator-boot-on;
303 regulator-always-on;
308 regulator-name = "vddarm";
309 regulator-min-microvolt = <674400>;
310 regulator-max-microvolt = <1308000>;
311 lltc,fb-voltage-divider = <127000 200000>;
312 regulator-ramp-delay = <7000>;
313 regulator-boot-on;
314 regulator-always-on;
319 regulator-name = "vddddr";
320 regulator-min-microvolt = <868310>;
321 regulator-max-microvolt = <1684000>;
322 lltc,fb-voltage-divider = <221000 200000>;
323 regulator-ramp-delay = <7000>;
324 regulator-boot-on;
325 regulator-always-on;
328 /* VDD_2P5 (1+R1/R2 = 3.435): PCIe/ENET-PHY */
330 regulator-name = "vdd2p5";
331 regulator-min-microvolt = <2490375>;
332 regulator-max-microvolt = <2490375>;
333 lltc,fb-voltage-divider = <487000 200000>;
334 regulator-boot-on;
335 regulator-always-on;
340 regulator-name = "vdd3p0";
341 regulator-min-microvolt = <3023250>;
342 regulator-max-microvolt = <3023250>;
343 lltc,fb-voltage-divider = <634000 200000>;
344 regulator-boot-on;
345 regulator-always-on;
352 clock-frequency = <100000>;
353 pinctrl-names = "default";
354 pinctrl-0 = <&pinctrl_i2c3>;
359 pinctrl-names = "default";
360 pinctrl-0 = <&pinctrl_pcie>;
361 reset-gpio = <&gpio1 29 GPIO_ACTIVE_LOW>;
366 pinctrl-names = "default";
367 pinctrl-0 = <&pinctrl_pwm2>; /* MX6_DIO1 */
372 pinctrl-names = "default";
373 pinctrl-0 = <&pinctrl_pwm3>; /* MX6_DIO2 */
378 pinctrl-names = "default";
379 pinctrl-0 = <&pinctrl_uart2>;
384 pinctrl-names = "default";
385 pinctrl-0 = <&pinctrl_uart3>;
390 pinctrl-names = "default";
391 pinctrl-0 = <&pinctrl_uart5>;
399 vbus-supply = <&reg_5p0v>;
400 pinctrl-names = "default";
401 pinctrl-0 = <&pinctrl_usbotg>;
402 disable-over-current;
407 pinctrl-names = "default";
408 pinctrl-0 = <&pinctrl_wdog>;
409 fsl,ext-reset-output;