/Zephyr-latest/boards/electronut/nrf52840_blip/ |
D | nrf52840_blip.dts | 7 * SPDX-License-Identifier: Apache-2.0 10 /dts-v1/; 13 #include "nrf52840_blip-pinctrl.dtsi" 14 #include <zephyr/dt-bindings/input/input-event-codes.h> 18 compatible = "nordic,pca10056-dk"; 22 zephyr,shell-uart = &uart0; 23 zephyr,uart-mcumgr = &uart0; 24 zephyr,bt-mon-uart = &uart0; 25 zephyr,bt-c2h-uart = &uart0; 30 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/raytac/mdbt50q_db_40/ |
D | raytac_mdbt50q_db_40_nrf52840.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "raytac_mdbt50q_db_40_nrf52840-pinctrl.dtsi" 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 model = "Raytac MDBT50Q-DB-40_nRF52840"; 15 compatible = "raytac,raytac-mdbt50q-db-40-nrf52840"; 19 zephyr,shell-uart = &uart0; 20 zephyr,uart-mcumgr = &uart0; 21 zephyr,bt-mon-uart = &uart0; 22 zephyr,bt-c2h-uart = &uart0; [all …]
|
/Zephyr-latest/boards/raytac/mdbt53_db_40/ |
D | raytac_mdbt53_db_40_nrf5340_cpuapp_common.dts | 4 * SPDX-License-Identifier: Apache-2.0 6 #include "raytac_mdbt53_db_40_nrf5340_cpuapp_common-pinctrl.dtsi" 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 zephyr,shell-uart = &uart0; 14 zephyr,uart-mcumgr = &uart0; 15 zephyr,bt-mon-uart = &uart0; 16 zephyr,bt-c2h-uart = &uart0; 17 zephyr,bt-hci = &bt_hci_ipc0; 18 nordic,802154-spinel-ipc = &ipc0; 23 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/rakwireless/rak4631/ |
D | rak4631_nrf52840.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <zephyr/dt-bindings/lora/sx126x.h> 11 #include "rak4631_nrf52840-pinctrl.dtsi" 19 zephyr,shell-uart = &uart1; 20 zephyr,uart-mcumgr = &uart1; 21 zephyr,bt-mon-uart = &uart1; 22 zephyr,bt-c2h-uart = &uart1; 26 compatible = "gpio-leds"; 50 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; [all …]
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nordic,nrf-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 The nRF pin controller is a singleton node responsible for controlling 7 node to route UART0 RX to pin P0.1 and enable the pull-up resistor on the 10 The node has the 'pinctrl' node label set in your SoC's devicetree, 13 &pinctrl { 18 'pinctrl' node, as shown in this example: 20 /* You can put this in places like a board-pinctrl.dtsi file in 23 &pinctrl { 35 /* both P0.3 and P0.4 are configured with pull-up */ 36 bias-pull-up; [all …]
|
/Zephyr-latest/dts/bindings/i2c/ |
D | nordic,nrf-twis.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Nordic nRF family TWIS 11 and TWIS, along with the pinctrl instances to select between TWIM/TWI 16 &pinctrl { 21 bias-pull-up; 29 low-power-enable; 35 compatible = "nordic,nrf-twis"; 36 pinctrl-0 = <&i2c2_default>; 37 pinctrl-1 = <&i2c2_sleep>; 38 pinctrl-names = "default", "sleep"; [all …]
|
/Zephyr-latest/tests/drivers/pinctrl/nrf/ |
D | testcase.yaml | 2 drivers.pinctrl.nrf: 4 - drivers 5 - pinctrl 7 - pinctrl 8 - nrf
|
/Zephyr-latest/boards/raytac/mdbt50q_db_33/ |
D | raytac_mdbt50q_db_33_nrf52833.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include "raytac_mdbt50q_db_33_nrf52833-pinctrl.dtsi" 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 model = "Raytac MDBT50Q-DB-33 nRF52833"; 14 compatible = "raytac,raytac-mdbt50q-db-33-nrf52833"; 18 zephyr,shell-uart = &uart0; 19 zephyr,uart-mcumgr = &uart0; 20 zephyr,bt-mon-uart = &uart0; 21 zephyr,bt-c2h-uart = &uart0; [all …]
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf_common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/adc/adc.h> 8 #include <zephyr/dt-bindings/gpio/gpio.h> 9 #include <zephyr/dt-bindings/i2c/i2c.h> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 11 #include <zephyr/dt-bindings/pinctrl/nrf-pinctrl.h> 12 #include <zephyr/dt-bindings/pwm/pwm.h> 25 pinctrl: pin-controller { label 26 /* Pin controller is a "virtual" device since nRF SoCs do pin 30 compatible = "nordic,nrf-pinctrl"; [all …]
|
/Zephyr-latest/boards/nordic/nrf52840dongle/ |
D | nrf52840dongle_nrf52840.dts | 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"; [all …]
|
/Zephyr-latest/boards/adafruit/itsybitsy/ |
D | adafruit_itsybitsy_nrf52840.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "adafruit_itsybitsy_nrf52840-pinctrl.dtsi" 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 #include <zephyr/dt-bindings/led/led.h> 16 compatible = "adafruit,itsybitsy-nrf52840"; 23 compatible = "gpio-leds"; 31 compatible = "gpio-keys"; 44 led-strip = &apa102; 49 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; [all …]
|
/Zephyr-latest/boards/raytac/mdbt53v_db_40/ |
D | raytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts | 4 * SPDX-License-Identifier: Apache-2.0 6 #include "raytac_mdbt53v_db_40_nrf5340_cpuapp_common-pinctrl.dtsi" 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 zephyr,shell-uart = &uart0; 14 zephyr,uart-mcumgr = &uart0; 15 zephyr,bt-mon-uart = &uart0; 16 zephyr,bt-c2h-uart = &uart0; 17 zephyr,bt-hci = &bt_hci_ipc0; 18 nordic,802154-spinel-ipc = &ipc0; 23 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/nordic/nrf5340dk/ |
D | nrf5340_cpuapp_common.dtsi | 2 * Copyright (c) 2019-2020 Nordic Semiconductor ASA 4 * SPDX-License-Identifier: Apache-2.0 7 #include "nrf5340_cpuapp_common-pinctrl.dtsi" 8 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 zephyr,shell-uart = &uart0; 15 zephyr,uart-mcumgr = &uart0; 16 zephyr,bt-mon-uart = &uart0; 17 zephyr,bt-c2h-uart = &uart0; 18 zephyr,bt-hci = &bt_hci_ipc0; 19 nordic,802154-spinel-ipc = &ipc0; [all …]
|
/Zephyr-latest/boards/u-blox/ubx_bmd380eval/ |
D | ubx_bmd380eval_nrf52840.dts | 2 * BMD-380-EVAL board configuration 3 * Copyright (c) 2021 u-blox AG 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "ubx_bmd380eval_nrf52840-pinctrl.dtsi" 13 #include <zephyr/dt-bindings/input/input-event-codes.h> 16 model = "u-blox BMD-380-EVAL EVK nRF52840"; 17 compatible = "u-blox,ubx-bmd380eval-nrf52840"; 21 zephyr,shell-uart = &uart0; 22 zephyr,uart-mcumgr = &uart0; [all …]
|
/Zephyr-latest/boards/contextualelectronics/abc/ |
D | contextualelectronics_abc.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "contextualelectronics_abc-pinctrl.dtsi" 14 compatible = "nordic,nrf52840-ble-cell"; 18 zephyr,shell-uart = &uart0; 27 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; 31 gpio-as-nreset; 47 compatible = "nordic,nrf-uart"; 49 current-speed = <115200>; 51 pinctrl-0 = <&uart0_default>; [all …]
|
/Zephyr-latest/boards/adafruit/feather_nrf52840/ |
D | adafruit_feather_nrf52840_common.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "adafruit_feather_nrf52840-pinctrl.dtsi" 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 21 compatible = "gpio-leds"; 32 compatible = "gpio-keys"; 41 compatible = "voltage-divider"; 42 io-channels = <&adc 5>; 43 output-ohms = <100000>; 44 full-ohms = <(100000 + 100000)>; [all …]
|
/Zephyr-latest/boards/seeed/xiao_ble/ |
D | xiao_ble_common.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 10 #include "xiao_ble-pinctrl.dtsi" 19 compatible = "gpio-leds"; 35 compatible = "pwm-leds"; 46 pwm-led0 = &pwm_led0; 47 bootloader-led0 = &led0; 48 mcuboot-led0 = &led0; 58 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; 66 gpio-as-nreset; 82 compatible = "nordic,nrf-uarte"; [all …]
|
/Zephyr-latest/boards/arduino/nicla_sense_me/ |
D | arduino_nicla_sense_me.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include "arduino_nicla_sense_me-pinctrl.dtsi" 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 11 #include <zephyr/dt-bindings/led/led.h> 18 compatible = "gpio-keys"; 29 zephyr,shell-uart = &uart0; 30 zephyr,uart-mcumgr = &uart0; 31 zephyr,bt-mon-uart = &uart0; 32 zephyr,bt-c2h-uart = &uart0; [all …]
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nordic,nrf-pwm.yaml | 1 description: nRF PWM 3 compatible: "nordic,nrf-pwm" 5 include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml, memory-region.yaml] 11 pinctrl-0: 14 pinctrl-names: 17 center-aligned: 19 description: Set this to use center-aligned (up and down) counter mode. 21 "#pwm-cells": 24 pwm-cells: 25 - channel [all …]
|
/Zephyr-latest/boards/electronut/nrf52840_papyr/ |
D | nrf52840_papyr.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "nrf52840_papyr-pinctrl.dtsi" 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 compatible = "nordic,pca10056-dk"; 19 zephyr,uart-mcumgr = &uart0; 20 zephyr,shell-uart = &uart0; 21 zephyr,bt-mon-uart = &uart0; 22 zephyr,bt-c2h-uart = &uart0; 27 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/panasonic/pan1782_evb/ |
D | pan1782_evb.dts | 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 10 #include "pan1782_evb-pinctrl.dtsi" 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 model = "pan1782-evb"; 15 compatible = "panasonic-industrial-devices-europe-gmbh,pan1782-evb"; 19 zephyr,shell-uart = &uart0; 20 zephyr,uart-mcumgr = &uart0; 21 zephyr,bt-mon-uart = &uart0; 22 zephyr,bt-c2h-uart = &uart0; [all …]
|
/Zephyr-latest/boards/ezurio/bl654_dvk/ |
D | bl654_dvk.dts | 6 * SPDX-License-Identifier: Apache-2.0 9 /dts-v1/; 12 #include "bl654_dvk-pinctrl.dtsi" 13 #include <zephyr/dt-bindings/input/input-event-codes.h> 21 zephyr,shell-uart = &uart0; 22 zephyr,uart-mcumgr = &uart0; 23 zephyr,bt-mon-uart = &uart0; 24 zephyr,bt-c2h-uart = &uart0; 29 compatible = "gpio-leds"; 49 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/boards/sparkfun/micromod/ |
D | micromod_nrf52840.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include "micromod_nrf52840-pinctrl.dtsi" 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 compatible = "sparkfun,micromod-nrf52840"; 20 zephyr,code-partition = &slot0_partition; 31 compatible = "gpio-leds"; 39 compatible = "sparkfun,micromod-gpio"; 40 #gpio-cells = <2>; 41 gpio-map-mask = <0xffffffff 0xffffffc0>; [all …]
|
/Zephyr-latest/boards/arduino/nano_33_ble/ |
D | arduino_nano_33_ble-common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 10 zephyr,shell-uart = &uart0; 11 zephyr,uart-mcumgr = &uart0; 12 zephyr,bt-mon-uart = &uart0; 13 zephyr,bt-c2h-uart = &uart0; 16 zephyr,code-partition = &code_partition; 21 compatible = "gpio-leds"; 46 compatible = "pwm-leds"; 67 compatible = "pwm-leds"; 77 vdd_env: vdd-env { [all …]
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 2 * Copyright (c) 2020-2022 Nordic Semiconductor ASA 4 * SPDX-License-Identifier: Apache-2.0 6 #include "nrf5340_audio_dk_nrf5340_cpuapp_common-pinctrl.dtsi" 7 #include <zephyr/dt-bindings/sensor/ina230.h> 12 zephyr,shell-uart = &uart0; 13 zephyr,uart-mcumgr = &uart0; 14 zephyr,bt-mon-uart = &uart0; 15 zephyr,bt-c2h-uart = &uart0; 16 zephyr,bt-hci = &bt_hci_ipc0; 20 gpio_fwd: nrf-gpio-forwarder { [all …]
|