How to use UART pins as GPIO instead

I'm relatively new to both nRF and Zephyr platforms and I'm wondering how to disable UART on the UART pins (such as p0.19-p0.22 on the nRF5340 that I'm using) so that they can be used for simple digital output. I've been looking around and nothing that I've found has worked so far.

Related