I'm working on the NRF Connect SDK v1.6.1 and building the zephyr\samples\net\gsm_modem project, since I'm trying to set up and operate a Nimbelink modem. The code references uart_1, but I can't find where the pin definitions are that UART_1 is bound to. The only reference I can find is in nrf5340_cpuapp_peripherals.dtsi but it doesn't define any pins..
Do I just need to add an overlay file and define RX/TX/CTS/RTS pins for UART1? Is there any sample hardware project that this code was tested against?