Lines Matching +full:debounce +full:- +full:down +full:- +full:ms

3  * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
8 #include "wio_terminal-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/display/ili9xxx.h>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
16 compatible = "seeed,wio-terminal";
21 zephyr,code-partition = &code_partition;
41 compatible = "gpio-leds";
50 compatible = "gpio-keys";
70 compatible = "gpio-keys";
71 polling-mode;
72 debounce-interval-ms = <100>;
79 label = "joystick down";
102 compatible = "regulator-fixed";
103 regulator-name = "lcd_backlight_enable";
104 enable-gpios = <&portc 5 GPIO_ACTIVE_HIGH>;
105 regulator-boot-on;
108 compatible = "regulator-fixed";
109 regulator-name = "rpi_power_3v3_enable";
110 enable-gpios = <&portc 15 GPIO_ACTIVE_LOW>;
111 regulator-boot-on;
114 compatible = "regulator-fixed";
115 regulator-name = "rpi_power_5v_enable";
116 enable-gpios = <&portc 14 GPIO_ACTIVE_HIGH>;
117 regulator-boot-on;
120 compatible = "regulator-fixed";
121 regulator-name = "usb_power_5v_en";
122 enable-gpios = <&porta 27 GPIO_ACTIVE_LOW>;
127 compatible = "zephyr,mipi-dbi-spi";
128 dc-gpios = <&portc 6 GPIO_ACTIVE_HIGH>;
129 reset-gpios = <&portc 7 GPIO_ACTIVE_LOW>;
130 #address-cells = <1>;
131 #size-cells = <0>;
132 spi-dev = <&sercom7>;
133 write-only;
137 mipi-max-frequency = <24000000>;
139 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB565>;
148 clock-frequency = <120000000>;
157 compatible = "fixed-partitions";
158 #address-cells = <1>;
159 #size-cells = <1>;
164 read-only;
169 reg = <0x4000 DT_SIZE_K(512-16)>;
170 read-only;
178 compatible = "atmel,sam0-spi";
179 #address-cells = <1>;
180 #size-cells = <0>;
183 pinctrl-0 = <&sercom0_spi_default>;
184 pinctrl-names = "default";
185 cs-gpios = <&portc 25 GPIO_ACTIVE_LOW>;
191 compatible = "atmel,sam0-uart";
192 current-speed = <115200>;
195 pinctrl-0 = <&sercom1_uart_default>;
196 pinctrl-names = "default";
202 compatible = "atmel,sam0-uart";
203 current-speed = <115200>;
206 pinctrl-0 = <&sercom2_uart_default>;
207 pinctrl-names = "default";
213 compatible = "atmel,sam0-i2c";
214 clock-frequency = <I2C_BITRATE_FAST>;
215 #address-cells = <1>;
216 #size-cells = <0>;
217 pinctrl-0 = <&sercom3_i2c_default>;
218 pinctrl-names = "default";
224 compatible = "atmel,sam0-i2c";
225 clock-frequency = <I2C_BITRATE_HIGH>;
226 #address-cells = <1>;
227 #size-cells = <0>;
228 pinctrl-0 = <&sercom4_i2c_default>;
229 pinctrl-names = "default";
236 irq-gpios = <&portc 21 GPIO_ACTIVE_HIGH>;
249 compatible = "atmel,sam0-spi";
250 #address-cells = <1>;
251 #size-cells = <0>;
254 pinctrl-0 = <&sercom5_spi_default>;
255 pinctrl-names = "default";
256 cs-gpios = <&portb 1 GPIO_ACTIVE_LOW>;
262 compatible = "atmel,sam0-spi";
263 #address-cells = <1>;
264 #size-cells = <0>;
267 pinctrl-0 = <&sercom6_spi_default>;
268 pinctrl-names = "default";
269 cs-gpios = <&portc 19 GPIO_ACTIVE_LOW>;
273 compatible = "zephyr,sdhc-spi-slot";
275 spi-max-frequency = <24000000>;
277 compatible = "zephyr,sdmmc-disk";
278 disk-name = "SD";
286 compatible = "atmel,sam0-spi";
287 #address-cells = <1>;
288 #size-cells = <0>;
291 pinctrl-0 = <&sercom7_spi_default>;
292 pinctrl-names = "default";
293 cs-gpios = <&portb 21 GPIO_ACTIVE_LOW>;
299 pinctrl-0 = <&usb_dc_default>;
300 pinctrl-names = "default";