Lines Matching +full:nrf +full:- +full:pwm

2  * Copyright (c) 2021 u-blox AG
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "ubx_evkninab3_nrf52840-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "u-blox EVK NINA-B3 nRF52840";
19 zephyr,shell-uart = &uart0;
20 zephyr,uart-mcumgr = &uart0;
21 zephyr,bt-mon-uart = &uart0;
22 zephyr,bt-c2h-uart = &uart0;
27 compatible = "gpio-leds";
43 compatible = "pwm-leds";
56 compatible = "gpio-keys";
70 compatible = "arduino-header-r3";
71 #gpio-cells = <2>;
72 gpio-map-mask = <0xffffffff 0xffffffc0>;
73 gpio-map-pass-thru = <0 0x3f>;
74 gpio-map = <0 0 &gpio0 04 0>, /* A0 */
98 arduino_adc: analog-connector {
99 compatible = "arduino,uno-adc";
100 #io-channel-cells = <1>;
101 io-channel-map = <0 &adc 2>, /* A0 = P0.04 = AIN2 */
114 pwm-led0 = &red_pwm_led;
115 pwm-led1 = &green_pwm_led;
116 pwm-led2 = &blue_pwm_led;
117 red-pwm-led = &red_pwm_led;
118 green-pwm-led = &green_pwm_led;
119 blue-pwm-led = &blue_pwm_led;
127 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
135 gpio-as-nreset;
151 compatible = "nordic,nrf-uarte";
153 current-speed = <115200>;
154 pinctrl-0 = <&uart0_default>;
155 pinctrl-1 = <&uart0_sleep>;
156 pinctrl-names = "default", "sleep";
160 compatible = "nordic,nrf-twi";
162 pinctrl-0 = <&i2c0_default>;
163 pinctrl-1 = <&i2c0_sleep>;
164 pinctrl-names = "default", "sleep";
168 compatible = "nordic,nrf-spi";
171 pinctrl-0 = <&spi0_default>;
172 pinctrl-1 = <&spi0_sleep>;
173 pinctrl-names = "default", "sleep";
177 compatible = "nordic,nrf-spi";
179 pinctrl-0 = <&spi1_default>;
180 pinctrl-1 = <&spi1_sleep>;
181 pinctrl-names = "default", "sleep";
186 pinctrl-0 = <&pwm0_default>;
187 pinctrl-1 = <&pwm0_sleep>;
188 pinctrl-names = "default", "sleep";
196 compatible = "nordic,nrf-usbd";