Lines Matching +full:default +full:- +full:mode

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>
21 stdout-path = &uart2;
24 gpio-keys {
25 compatible = "gpio-keys";
27 user-pb {
33 user-pb1x {
36 interrupt-parent = <&gsc>;
40 key-erased {
41 label = "key-erased";
43 interrupt-parent = <&gsc>;
47 eeprom-wp {
50 interrupt-parent = <&gsc>;
57 interrupt-parent = <&gsc>;
61 switch-hold {
64 interrupt-parent = <&gsc>;
70 compatible = "gpio-leds";
71 pinctrl-names = "default";
72 pinctrl-0 = <&pinctrl_gpio_leds>;
74 led0: led-user1 {
77 default-state = "on";
78 linux,default-trigger = "heartbeat";
81 led1: led-user2 {
84 default-state = "off";
94 compatible = "pps-gpio";
95 pinctrl-names = "default";
96 pinctrl-0 = <&pinctrl_pps>;
101 reg_3p3v: regulator-3p3v {
102 compatible = "regulator-fixed";
103 regulator-name = "3P3V";
104 regulator-min-microvolt = <3300000>;
105 regulator-max-microvolt = <3300000>;
106 regulator-always-on;
109 reg_5p0v: regulator-5p0v {
110 compatible = "regulator-fixed";
111 regulator-name = "5P0V";
112 regulator-min-microvolt = <5000000>;
113 regulator-max-microvolt = <5000000>;
114 regulator-always-on;
117 reg_usb_otg_vbus: regulator-usb-otg-vbus {
118 compatible = "regulator-fixed";
119 regulator-name = "usb_otg_vbus";
120 regulator-min-microvolt = <5000000>;
121 regulator-max-microvolt = <5000000>;
123 enable-active-high;
128 pinctrl-names = "default";
129 pinctrl-0 = <&pinctrl_enet>;
130 phy-mode = "rgmii-id";
131 phy-reset-gpios = <&gpio1 30 GPIO_ACTIVE_LOW>;
136 pinctrl-names = "default";
137 pinctrl-0 = <&pinctrl_gpmi_nand>;
142 ddc-i2c-bus = <&i2c3>;
147 clock-frequency = <100000>;
148 pinctrl-names = "default";
149 pinctrl-0 = <&pinctrl_i2c1>;
155 interrupt-parent = <&gpio1>;
157 interrupt-controller;
158 #interrupt-cells = <1>;
159 #size-cells = <0>;
162 compatible = "gw,gsc-adc";
163 #address-cells = <1>;
164 #size-cells = <0>;
167 gw,mode = <0>;
173 gw,mode = <1>;
179 gw,mode = <1>;
185 gw,mode = <1>;
191 gw,mode = <1>;
197 gw,mode = <1>;
203 gw,mode = <1>;
209 gw,mode = <1>;
215 gw,mode = <1>;
221 gw,mode = <1>;
227 gw,mode = <1>;
233 gw,mode = <1>;
243 gpio-controller;
244 #gpio-cells = <2>;
245 interrupt-parent = <&gsc>;
280 clock-frequency = <100000>;
281 pinctrl-names = "default";
282 pinctrl-0 = <&pinctrl_i2c2>;
287 clock-frequency = <100000>;
288 pinctrl-names = "default";
289 pinctrl-0 = <&pinctrl_i2c3>;
295 gpio-controller;
296 #gpio-cells = <2>;
302 #address-cells = <1>;
303 #size-cells = <0>;
326 pinctrl-names = "default";
327 pinctrl-0 = <&pinctrl_pcie>;
328 reset-gpio = <&gpio1 0 GPIO_ACTIVE_LOW>;
333 pinctrl-names = "default";
334 pinctrl-0 = <&pinctrl_pwm2>; /* MX6_DIO1 */
339 pinctrl-names = "default";
340 pinctrl-0 = <&pinctrl_pwm3>; /* MX6_DIO2 */
345 pinctrl-names = "default";
346 pinctrl-0 = <&pinctrl_pwm4>; /* MX6_DIO3 */
351 pinctrl-names = "default";
352 pinctrl-0 = <&pinctrl_uart1>;
357 pinctrl-names = "default";
358 pinctrl-0 = <&pinctrl_uart2>;
363 pinctrl-names = "default";
364 pinctrl-0 = <&pinctrl_uart3>;
369 pinctrl-names = "default";
370 pinctrl-0 = <&pinctrl_uart5>;
375 vbus-supply = <&reg_usb_otg_vbus>;
376 pinctrl-names = "default";
377 pinctrl-0 = <&pinctrl_usbotg>;
378 disable-over-current;
387 pinctrl-names = "default";
388 pinctrl-0 = <&pinctrl_wdog>;
389 fsl,ext-reset-output;