Lines Matching +full:output +full:- +full:ohms
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";
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>;
77 led0: led-user1 {
80 default-state = "on";
81 linux,default-trigger = "heartbeat";
84 led1: led-user2 {
87 default-state = "off";
90 led2: led-user3 {
93 default-state = "off";
98 compatible = "pps-gpio";
99 pinctrl-names = "default";
100 pinctrl-0 = <&pinctrl_pps>;
105 reg_3p3v: regulator-3p3v {
106 compatible = "regulator-fixed";
107 regulator-name = "3P3V";
108 regulator-min-microvolt = <3300000>;
109 regulator-max-microvolt = <3300000>;
110 regulator-always-on;
113 reg_5p0v: regulator-5p0v {
114 compatible = "regulator-fixed";
115 regulator-name = "5P0V";
116 regulator-min-microvolt = <5000000>;
117 regulator-max-microvolt = <5000000>;
118 regulator-always-on;
121 reg_wl: regulator-wl {
122 pinctrl-names = "default";
123 pinctrl-0 = <&pinctrl_reg_wl>;
124 compatible = "regulator-fixed";
125 regulator-name = "wl";
127 startup-delay-us = <100>;
128 enable-active-high;
129 regulator-min-microvolt = <3300000>;
130 regulator-max-microvolt = <3300000>;
136 cs-gpios = <&gpio4 24 GPIO_ACTIVE_LOW>;
137 pinctrl-names = "default";
138 pinctrl-0 = <&pinctrl_ecspi3>;
143 pinctrl-names = "default";
144 pinctrl-0 = <&pinctrl_enet>;
145 phy-mode = "rgmii-id";
150 pinctrl-names = "default";
151 pinctrl-0 = <&pinctrl_gpmi_nand>;
156 clock-frequency = <100000>;
157 pinctrl-names = "default";
158 pinctrl-0 = <&pinctrl_i2c1>;
164 interrupt-parent = <&gpio1>;
166 interrupt-controller;
167 #interrupt-cells = <1>;
168 #size-cells = <0>;
171 compatible = "gw,gsc-adc";
172 #address-cells = <1>;
173 #size-cells = <0>;
191 gw,voltage-divider-ohms = <22100 1000>;
192 gw,voltage-offset-microvolt = <800000>;
199 gw,voltage-divider-ohms = <22100 10000>;
206 gw,voltage-divider-ohms = <10000 10000>;
213 gw,voltage-divider-ohms = <10000 10000>;
250 gw,voltage-divider-ohms = <10000 10000>;
257 gw,voltage-divider-ohms = <10000 10000>;
264 gw,voltage-divider-ohms = <10000 10000>;
272 gpio-controller;
273 #gpio-cells = <2>;
274 interrupt-parent = <&gsc>;
309 clock-frequency = <100000>;
310 pinctrl-names = "default";
311 pinctrl-0 = <&pinctrl_i2c2>;
316 clock-frequency = <100000>;
317 pinctrl-names = "default";
318 pinctrl-0 = <&pinctrl_i2c3>;
322 pinctrl-names = "default";
323 pinctrl-0 = <&pinctrl_accel>;
326 st,drdy-int-pin = <1>;
327 interrupt-parent = <&gpio7>;
329 interrupt-names = "INT1";
334 pinctrl-names = "default";
335 pinctrl-0 = <&pinctrl_pcie>;
336 reset-gpio = <&gpio3 20 GPIO_ACTIVE_LOW>;
341 pinctrl-names = "default";
342 pinctrl-0 = <&pinctrl_pwm2>; /* MX6_DIO1 */
347 pinctrl-names = "default";
348 pinctrl-0 = <&pinctrl_pwm3>; /* MX6_DIO2 */
352 /* off-board RS232 */
354 pinctrl-names = "default";
355 pinctrl-0 = <&pinctrl_uart1>;
361 pinctrl-names = "default";
362 pinctrl-0 = <&pinctrl_uart2>;
368 pinctrl-names = "default";
369 pinctrl-0 = <&pinctrl_uart3>;
370 uart-has-rtscts;
374 /* Sterling-LWB Bluetooth */
376 pinctrl-names = "default";
377 pinctrl-0 = <&pinctrl_uart4>,<&pinctrl_bten>;
378 uart-has-rtscts;
382 compatible = "brcm,bcm4330-bt";
383 shutdown-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
389 pinctrl-names = "default";
390 pinctrl-0 = <&pinctrl_uart5>;
395 vbus-supply = <®_5p0v>;
396 pinctrl-names = "default";
397 pinctrl-0 = <&pinctrl_usbotg>;
398 disable-over-current;
406 /* Sterling-LWB SDIO WiFi */
408 pinctrl-names = "default";
409 pinctrl-0 = <&pinctrl_usdhc2>;
410 vmmc-supply = <®_wl>;
411 non-removable;
412 bus-width = <4>;
417 pinctrl-names = "default", "state_100mhz", "state_200mhz";
418 pinctrl-0 = <&pinctrl_usdhc3>;
419 pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
420 pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
421 cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
422 vmmc-supply = <®_3p3v>;
427 pinctrl-names = "default";
428 pinctrl-0 = <&pinctrl_wdog>;
429 fsl,ext-reset-output;