I am designing a custom carrier board for jetson xavier nx module.
In the documentation, I checked the explanation below.
The direction indicated for the UART pins except for is true when used for that function. Otherwise, these pins support GPIO functionality and most can support both input and output (bidirectional) functionality. The exception is UART0_TXD, UART0_RTS* and UART1_TXD.
These have output-only buffers on the module to keep them from being affected by connected devices during boot as they are associated with SoC strapping pins.
Can I use the UART0_TXD, UART0_RTS pin as GPIO after booting?