Path to sample: v1.6.1\zephyr\samples\boards\nrf\system_off
Board selected: nrf52840dk_nrf52840
-------
I am attempting to modify the sample to use a button connected on P1.06 to wake and reboot from the off state.
I have used an overlay file to make the change:
file: nrf52840dk_nrf52840.overlay
<<<start>>>
nrf_gpio_cfg_sense_set(DT_GPIO_PIN(DT_NODELABEL(button0), gpios), NRF_GPIO_PIN_SENSE_LOW);