Lines Matching +full:led +full:- +full:gpios
1 /* SPDX-License-Identifier: Apache-2.0 */
3 #include <zephyr/dt-bindings/input/input-event-codes.h>
22 compatible = "gpio-leds";
24 gpios = <&gpio1 0 0>;
25 label = "LED 0";
28 gpios = <&gpio1 1 0>;
29 label = "LED 1";
32 gpios = <&gpio1 2 0>;
33 label = "LED 2";
36 gpios = <&gpio1 3 0>;
37 label = "LED 3";
40 gpios = <&gpio1 4 0>;
41 label = "LED 4";
44 gpios = <&gpio1 5 0>;
45 label = "LED 5";
48 gpios = <&gpio1 6 0>;
49 label = "LED 6";
52 gpios = <&gpio1 7 0>;
53 label = "LED 7";
58 compatible = "gpio-keys";
61 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
62 label = "DIP SW1 - Switch 1";
67 gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
68 label = "DIP SW1 - Switch 2";
73 gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
74 label = "DIP SW1 - Switch 3";
79 gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
80 label = "DIP SW1 - Switch 4";