On something like the ESP32 or Microchip you have some flexibility with assigning functions to pins. SPI, UART, etc, but there are restrictions. Does the nRF5340 have similar limitations? If not great... If so, I can't seem to find documentations on pin limitations.
I did a few Pin assignments in my app.overlay file. I choose P1.15 to be TX because it was in an convenient location, but I can't find documentation verifying that is an acceptable pin to use. Are there limitations to pin assignments and if so can you point me to the documentation?