Lines Matching +full:vbus +full:- +full:divider

1 // SPDX-License-Identifier: GPL-2.0
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/linux-event-codes.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
19 stdout-path = &uart2;
27 gpio-keys {
28 compatible = "gpio-keys";
29 #address-cells = <1>;
30 #size-cells = <0>;
32 user-pb {
38 user-pb1x {
41 interrupt-parent = <&gsc>;
45 key-erased {
46 label = "key-erased";
48 interrupt-parent = <&gsc>;
52 eeprom-wp {
55 interrupt-parent = <&gsc>;
62 interrupt-parent = <&gsc>;
66 switch-hold {
69 interrupt-parent = <&gsc>;
75 compatible = "gpio-leds";
76 pinctrl-names = "default";
77 pinctrl-0 = <&pinctrl_gpio_leds>;
82 default-state = "on";
83 linux,default-trigger = "heartbeat";
89 default-state = "off";
95 default-state = "off";
100 compatible = "pps-gpio";
101 pinctrl-names = "default";
102 pinctrl-0 = <&pinctrl_pps>;
107 reg_3p3v: regulator-3p3v {
108 compatible = "regulator-fixed";
109 regulator-name = "3P3V";
110 regulator-min-microvolt = <3300000>;
111 regulator-max-microvolt = <3300000>;
112 regulator-always-on;
115 reg_5p0v: regulator-5p0v {
116 compatible = "regulator-fixed";
117 regulator-name = "5P0V";
118 regulator-min-microvolt = <5000000>;
119 regulator-max-microvolt = <5000000>;
120 regulator-always-on;
123 reg_wl: regulator-wl {
124 pinctrl-names = "default";
125 pinctrl-0 = <&pinctrl_reg_wl>;
126 compatible = "regulator-fixed";
127 regulator-name = "wl";
129 startup-delay-us = <100>;
130 enable-active-high;
131 regulator-min-microvolt = <3300000>;
132 regulator-max-microvolt = <3300000>;
138 cs-gpios = <&gpio4 24 GPIO_ACTIVE_LOW>;
139 pinctrl-names = "default";
140 pinctrl-0 = <&pinctrl_ecspi3>;
145 pinctrl-names = "default";
146 pinctrl-0 = <&pinctrl_enet>;
147 phy-mode = "rgmii-id";
152 pinctrl-names = "default";
153 pinctrl-0 = <&pinctrl_gpmi_nand>;
158 clock-frequency = <100000>;
159 pinctrl-names = "default";
160 pinctrl-0 = <&pinctrl_i2c1>;
166 interrupt-parent = <&gpio1>;
168 interrupt-controller;
169 #interrupt-cells = <1>;
170 #size-cells = <0>;
173 compatible = "gw,gsc-adc";
174 #address-cells = <1>;
175 #size-cells = <0>;
193 gw,voltage-divider-ohms = <22100 1000>;
194 gw,voltage-offset-microvolt = <800000>;
201 gw,voltage-divider-ohms = <22100 10000>;
208 gw,voltage-divider-ohms = <10000 10000>;
215 gw,voltage-divider-ohms = <10000 10000>;
252 gw,voltage-divider-ohms = <10000 10000>;
259 gw,voltage-divider-ohms = <10000 10000>;
266 gw,voltage-divider-ohms = <10000 10000>;
274 gpio-controller;
275 #gpio-cells = <2>;
276 interrupt-parent = <&gsc>;
311 clock-frequency = <100000>;
312 pinctrl-names = "default";
313 pinctrl-0 = <&pinctrl_i2c2>;
318 clock-frequency = <100000>;
319 pinctrl-names = "default";
320 pinctrl-0 = <&pinctrl_i2c3>;
324 pinctrl-names = "default";
325 pinctrl-0 = <&pinctrl_accel>;
328 st,drdy-int-pin = <1>;
329 interrupt-parent = <&gpio7>;
331 interrupt-names = "INT1";
336 pinctrl-names = "default";
337 pinctrl-0 = <&pinctrl_pcie>;
338 reset-gpio = <&gpio3 20 GPIO_ACTIVE_LOW>;
343 pinctrl-names = "default";
344 pinctrl-0 = <&pinctrl_pwm2>; /* MX6_DIO1 */
349 pinctrl-names = "default";
350 pinctrl-0 = <&pinctrl_pwm3>; /* MX6_DIO2 */
354 /* off-board RS232 */
356 pinctrl-names = "default";
357 pinctrl-0 = <&pinctrl_uart1>;
363 pinctrl-names = "default";
364 pinctrl-0 = <&pinctrl_uart2>;
370 pinctrl-names = "default";
371 pinctrl-0 = <&pinctrl_uart3>;
372 uart-has-rtscts;
376 /* Sterling-LWB Bluetooth */
378 pinctrl-names = "default";
379 pinctrl-0 = <&pinctrl_uart4>,<&pinctrl_bten>;
380 uart-has-rtscts;
384 compatible = "brcm,bcm4330-bt";
385 shutdown-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
391 pinctrl-names = "default";
392 pinctrl-0 = <&pinctrl_uart5>;
397 vbus-supply = <&reg_5p0v>;
398 pinctrl-names = "default";
399 pinctrl-0 = <&pinctrl_usbotg>;
400 disable-over-current;
408 /* Sterling-LWB SDIO WiFi */
410 pinctrl-names = "default";
411 pinctrl-0 = <&pinctrl_usdhc2>;
412 vmmc-supply = <&reg_wl>;
413 non-removable;
414 bus-width = <4>;
419 pinctrl-names = "default", "state_100mhz", "state_200mhz";
420 pinctrl-0 = <&pinctrl_usdhc3>;
421 pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
422 pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
423 cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
424 vmmc-supply = <&reg_3p3v>;
429 pinctrl-names = "default";
430 pinctrl-0 = <&pinctrl_wdog>;
431 fsl,ext-reset-output;