Lines Matching +full:led +full:- +full:current
2 * Copyright (c) 2019-2022 Actinius
4 * SPDX-License-Identifier: Apache-2.0
6 #include "actinius_icarus_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";
24 label = "Red LED";
29 label = "Green LED";
34 label = "Blue LED";
39 compatible = "pwm-leds";
43 label = "Red PWM LED";
48 label = "Green PWM LED";
53 label = "Blue PWM LED";
58 compatible = "gpio-keys";
71 pwm-led0 = &red_pwm_led;
72 pwm-led1 = &green_pwm_led;
73 pwm-led2 = &blue_pwm_led;
74 red-pwm-led = &red_pwm_led;
75 green-pwm-led = &green_pwm_led;
76 blue-pwm-led = &blue_pwm_led;
78 bootloader-led0 = &blue_led;
79 mcuboot-button0 = &button0;
80 mcuboot-led0 = &blue_led;
86 compatible = "voltage-divider";
87 io-channels = <&adc 0>;
88 output-ohms = <10000000>;
89 full-ohms = <(10000000 + 4700000)>;
92 sim_select: sim-select {
93 compatible = "actinius-sim-select";
94 sim-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
114 current-speed = <115200>;
115 pinctrl-0 = <&uart0_default>;
116 pinctrl-1 = <&uart0_sleep>;
117 pinctrl-names = "default", "sleep";
123 current-speed = <115200>;
124 pinctrl-0 = <&uart1_default>;
125 pinctrl-1 = <&uart1_sleep>;
126 pinctrl-names = "default", "sleep";
130 current-speed = <115200>;
131 pinctrl-0 = <&uart2_default>;
132 pinctrl-1 = <&uart2_sleep>;
133 pinctrl-names = "default", "sleep";
137 compatible = "nordic,nrf-twim";
140 clock-frequency = <I2C_BITRATE_FAST>;
142 pinctrl-0 = <&i2c2_default>;
143 pinctrl-1 = <&i2c2_sleep>;
144 pinctrl-names = "default", "sleep";
145 lis2dh12_accel: lis2dh12-accel@19 {
148 irq-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>,
154 compatible = "nordic,nrf-spim";
157 pinctrl-0 = <&spi3_default>;
158 pinctrl-1 = <&spi3_sleep>;
159 pinctrl-names = "default", "sleep";
164 pinctrl-0 = <&pwm0_default>;
165 pinctrl-1 = <&pwm0_sleep>;
166 pinctrl-names = "default", "sleep";