Lines Matching +full:led +full:- +full:gpios
1 /* SPDX-License-Identifier: Apache-2.0 */
4 #include <zephyr/dt-bindings/input/input-event-codes.h>
23 compatible = "gpio-leds";
25 gpios = <&gpio1 0 0>;
26 label = "LED 0";
29 gpios = <&gpio1 1 0>;
30 label = "LED 1";
33 gpios = <&gpio1 2 0>;
34 label = "LED 2";
37 gpios = <&gpio1 3 0>;
38 label = "LED 3";
41 gpios = <&gpio1 4 0>;
42 label = "LED 4";
45 gpios = <&gpio1 5 0>;
46 label = "LED 5";
49 gpios = <&gpio1 6 0>;
50 label = "LED 6";
53 gpios = <&gpio1 7 0>;
54 label = "LED 7";
57 gpios = <&gpio1 8 0>;
58 label = "LED 8";
64 compatible = "gpio-keys";
67 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
73 gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
79 gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
85 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
86 label = "DIP SW1 - Switch 1";
91 gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
92 label = "DIP SW1 - Switch 2";
97 gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
98 label = "DIP SW1 - Switch 3";
103 gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
104 label = "DIP SW1 - Switch 4";