Lines Matching +full:fstab +full:- +full:common
2 * Copyright (c) 2018-2023 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
10 #include "nrf52840dongle_nrf52840-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 compatible = "nordic,nrf52840-dongle-nrf52840";
20 zephyr,code-partition = &slot0_partition;
25 compatible = "gpio-leds";
45 compatible = "pwm-leds";
58 compatible = "gpio-keys";
73 led0-green = &led0_green;
74 led1-red = &led1_red;
75 led1-green = &led1_green;
76 led1-blue = &led1_blue;
77 pwm-led0 = &red_pwm_led;
78 pwm-led1 = &green_pwm_led;
79 pwm-led2 = &blue_pwm_led;
80 red-pwm-led = &red_pwm_led;
81 green-pwm-led = &green_pwm_led;
82 blue-pwm-led = &blue_pwm_led;
83 mcuboot-button0 = &button0;
84 mcuboot-led0 = &led0_green;
94 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
106 nfct-pins-as-gpios;
107 gpio-as-nreset;
119 compatible = "nordic,nrf-uarte";
121 current-speed = <115200>;
122 pinctrl-0 = <&uart0_default>;
123 pinctrl-1 = <&uart0_sleep>;
124 pinctrl-names = "default", "sleep";
128 compatible = "nordic,nrf-twi";
130 pinctrl-0 = <&i2c0_default>;
131 pinctrl-1 = <&i2c0_sleep>;
132 pinctrl-names = "default", "sleep";
136 compatible = "nordic,nrf-twi";
139 pinctrl-0 = <&i2c1_default>;
140 pinctrl-1 = <&i2c1_sleep>;
141 pinctrl-names = "default", "sleep";
146 pinctrl-0 = <&pwm0_default>;
147 pinctrl-1 = <&pwm0_sleep>;
148 pinctrl-names = "default", "sleep";
156 compatible = "nordic,nrf-spi";
159 pinctrl-0 = <&spi0_default>;
160 pinctrl-1 = <&spi0_sleep>;
161 pinctrl-names = "default", "sleep";
165 compatible = "nordic,nrf-spi";
167 pinctrl-0 = <&spi1_default>;
168 pinctrl-1 = <&spi1_sleep>;
169 pinctrl-names = "default", "sleep";
178 * fstab-stock -compatible with Nordic nRF5 bootloader, default
179 * fstab-debugger -to use an external debugger, w/o the nRF5 bootloader
181 #include "fstab-stock.dtsi"
184 compatible = "nordic,nrf-usbd";
188 #include <../boards/common/usb/cdc_acm_serial.dtsi>