nrf52840 pin select for peripherals such as UART, SPI etc

I am new to designing with Nordic microcontrollers. I am at the point in my design where I am laying out connections to the microcontroller and setting up which pins will use UART, SPI, etc. In reading the datasheet, it seems on the nrf52840 that any pin can be assigned to be MISO, MOSI, SCLK, UART RX, UART TX, etc. Am I reading this correctly? It is very different from other microcontrollers I have used in the past where only certain pins could be MOSI, MISO etc. Being allowed to map any pin to any peripheral certainly makes my life easier as a designer, so I just want to make sure I understand this correctly before getting too far along in my design. So where we see a register like this one for the UART TX pin, where you can map TX to any pin using this register, am I correct in my understanding here?

Related