Not sure, what your overlay contains.
Using “boards/circuitdojo_feather_nrf9160_ns.overlay” with:
/ {
chosen {
ncs,slm-uart = &uart0;
};
};
and “boards/circuitdojo_feather_nrf9160_ns.conf”:
# GPS Antenna configuration
CONFIG_MODEM_ANTENNA=y
CONFIG_MODEM_ANTENNA_AT_COEX0="AT\%XCOEX0=1,1,1565,1586"
# Configuration related to external sensors.
CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
CONFIG_UART_0_NRF_HW_ASYNC=y
CONFIG_SLM_WAKEUP_PIN=26
works with NCS-2.3.0 “on my machine”.
(I didn’t test, if it runs on the feather, but it compiles/builds. The UART/WAKEUP PIN may require more attention.)