Lines Matching +full:gpio +full:- +full:leds
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <zephyr/dt-bindings/pinctrl/quicklogic-eos-s3-pinctrl.h>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 zephyr,shell-uart = &uart0;
20 zephyr,uart-pipe = &uart0;
30 leds {
31 compatible = "gpio-leds";
33 gpios = <&gpio 4 GPIO_ACTIVE_HIGH>;
38 gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
43 gpios = <&gpio 6 GPIO_ACTIVE_HIGH>;
49 compatible = "gpio-keys";
51 gpios = <&gpio 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
65 input-enable;
69 output-enable;
74 clock-frequency = <61440000>;
77 &gpio {
83 current-speed = <115200>;
84 pinctrl-0 = <&uart_rx_default &uart_tx_default>;
85 pinctrl-names = "default";