CONFIG_BOARD_NRF52840_GPIO_RESET_PIN

Reset pin

Type: int

Help

GPIO pin on the nRF9160 used to reset the nRF52840.

Direct dependencies

BOARD_NRF52840_GPIO_RESET

(Includes any dependencies from ifs and menus.)

Default

  • 23

Kconfig definition

At <Zephyr>/boards/arm/nrf9160dk_nrf9160/Kconfig:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options → Use nRF52840 GPIO reset pin

config BOARD_NRF52840_GPIO_RESET_PIN
    int "Reset pin"
    range 17 23
    default 23
    depends on BOARD_NRF52840_GPIO_RESET
    help
      GPIO pin on the nRF9160 used to reset the nRF52840.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)