If I understand correctly, you can pretty much assign any pin to any peripheral. I've been using a modded central uart project on a dev board but on this other board I'm using, I don't have access to the same pins. I think the pins are assigned in the dtsi file as follows:
&pinctrl { uart0_default: uart0_default { group1 { psels = <NRF_PSEL(UART_TX, 0, 6)>, <NRF_PSEL(UART_RTS, 0, 5)>; }; group2 { psels = <NRF_PSEL(UART_RX, 0, 8)>, <NRF_PSEL(UART_CTS, 0, 7)>; bias-pull-up; }; };




