Lines Matching +full:led +full:- +full:gpios
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "nrf51_ble400-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
18 zephyr,shell-uart = &uart0;
19 zephyr,bt-mon-uart = &uart0;
20 zephyr,bt-c2h-uart = &uart0;
38 compatible = "gpio-leds";
40 gpios = <&gpio0 18 0>;
41 label = "Red LED 0";
44 gpios = <&gpio0 19 0>;
45 label = "Red LED 1";
48 gpios = <&gpio0 20 0>;
49 label = "Red LED 2";
52 gpios = <&gpio0 21 0>;
53 label = "Red LED 3";
56 gpios = <&gpio0 22 0>;
57 label = "Red LED 4";
63 compatible = "gpio-keys";
65 gpios = <&gpio0 16 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
71 gpios = <&gpio0 17 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
89 /* smba-pin = <2>; */
90 pinctrl-0 = <&i2c0_default>;
91 pinctrl-1 = <&i2c0_sleep>;
92 pinctrl-names = "default", "sleep";
96 compatible = "nordic,nrf-spi";
98 cs-gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
99 pinctrl-0 = <&spi1_default>;
100 pinctrl-1 = <&spi1_sleep>;
101 pinctrl-names = "default", "sleep";
105 current-speed = <115200>;
107 pinctrl-0 = <&uart0_default>;
108 pinctrl-1 = <&uart0_sleep>;
109 pinctrl-names = "default", "sleep";