Lines Matching +full:led +full:- +full:gpios
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "frdm_ke15z-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
29 zephyr,shell-uart = &lpuart1;
33 compatible = "gpio-leds";
35 gpios = <&gpiod 0 GPIO_ACTIVE_LOW>;
36 label = "RED LED";
39 gpios = <&gpiod 16 GPIO_ACTIVE_LOW>;
40 label = "GREEN LED";
43 gpios = <&gpiod 15 GPIO_ACTIVE_LOW>;
44 label = "BLUE LED";
49 compatible = "gpio-keys";
52 gpios = <&gpiod 3 GPIO_ACTIVE_LOW>;
57 gpios = <&gpiob 11 GPIO_ACTIVE_LOW>;
65 current-speed = <115200>;
66 pinctrl-0 = <&lpuart1_default>;
67 pinctrl-names = "default";