Lines Matching +full:channel +full:- +full:gpios
4 * SPDX-License-Identifier: Apache-2.0
6 #include "innblue21_common-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 zephyr,shell-uart = &uart0;
16 zephyr,uart-mcumgr = &uart0;
20 compatible = "gpio-leds";
22 gpios = <&gpio0 7 0>;
23 label = "RGB red channel";
26 gpios = <&gpio0 6 0>;
27 label = "RGB green channel";
30 gpios = <&gpio0 5 0>;
31 label = "RGB blue channel";
35 gpios = <&gpio0 4 0>;
36 label = "mode red channel";
41 compatible = "gpio-keys";
44 gpios = <&gpio0 31 GPIO_PULL_UP>;
50 en_3v3_sensor: enable-3v3-sensor {
51 compatible = "regulator-fixed";
52 regulator-name = "en_3v3_sensor";
53 enable-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
54 startup-delay-us = <10000>;
55 regulator-boot-on;
58 en_5v0_boost: enable-5v0-boost {
59 compatible = "regulator-fixed";
60 regulator-name = "en_5v0_boost";
61 enable-gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
62 startup-delay-us = <10000>;
63 regulator-boot-on;
73 rgb-pwm = &pwm0;
74 mode-pwm = &pwm1;
90 current-speed = <115200>;
91 pinctrl-0 = <&uart0_default>;
92 pinctrl-1 = <&uart0_sleep>;
93 pinctrl-names = "default", "sleep";
98 current-speed = <115200>;
99 pinctrl-0 = <&uart1_default>;
100 pinctrl-1 = <&uart1_sleep>;
101 pinctrl-names = "default", "sleep";
105 current-speed = <115200>;
106 pinctrl-0 = <&uart2_default>;
107 pinctrl-1 = <&uart2_sleep>;
108 pinctrl-names = "default", "sleep";
112 compatible = "nordic,nrf-twim";
115 clock-frequency = <I2C_BITRATE_FAST>;
117 pinctrl-0 = <&i2c2_default>;
118 pinctrl-1 = <&i2c2_sleep>;
119 pinctrl-names = "default", "sleep";
120 lis2dh12_accel: lis2dh12-accel@19 {
123 irq-gpios = <&gpio0 0 0>, <&gpio0 1 0>;
129 drdy-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
132 lps22hb-press@5c {
133 compatible = "st,lps22hb-press";
150 pinctrl-0 = <&pwm0_default>;
151 pinctrl-1 = <&pwm0_sleep>;
152 pinctrl-names = "default", "sleep";
157 pinctrl-0 = <&pwm1_default>;
158 pinctrl-1 = <&pwm1_sleep>;
159 pinctrl-names = "default", "sleep";