Lines Matching +full:led +full:- +full:gpios
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "nrf52840_papyr-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 compatible = "nordic,pca10056-dk";
19 zephyr,uart-mcumgr = &uart0;
20 zephyr,shell-uart = &uart0;
21 zephyr,bt-mon-uart = &uart0;
22 zephyr,bt-c2h-uart = &uart0;
27 compatible = "gpio-leds";
29 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
30 label = "Green LED 0";
33 gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
34 label = "Blue LED 1";
37 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
38 label = "Red LED 2";
43 compatible = "pwm-leds";
46 label = "Green PWM LED 0";
50 label = "Blue PWM LED 1";
54 label = "Red PWM LED 2";
59 compatible = "gpio-keys";
61 gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
72 pwm-led0 = &pwm_led0;
73 pwm-led1 = &pwm_led1;
74 pwm-led2 = &pwm_led2;
75 green-pwm-led = &pwm_led0;
76 blue-pwm-led = &pwm_led1;
77 red-pwm-led = &pwm_led2;
84 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
92 gpio-as-nreset;
108 compatible = "nordic,nrf-uart";
109 current-speed = <115200>;
111 pinctrl-0 = <&uart0_default>;
112 pinctrl-1 = <&uart0_sleep>;
113 pinctrl-names = "default", "sleep";
117 compatible = "nordic,nrf-twi";
119 pinctrl-0 = <&i2c0_default>;
120 pinctrl-1 = <&i2c0_sleep>;
121 pinctrl-names = "default", "sleep";
125 compatible = "nordic,nrf-spi";
127 pinctrl-0 = <&spi1_default>;
128 pinctrl-1 = <&spi1_sleep>;
129 pinctrl-names = "default", "sleep";
134 pinctrl-0 = <&pwm0_default>;
135 pinctrl-1 = <&pwm0_sleep>;
136 pinctrl-names = "default", "sleep";
144 compatible = "nordic,nrf-usbd";