Can I set UART1_TX to GPIO input mode on Jetson AGX Orin

On the Jetson AGX Orin platform, I’m trying to multiplex the UART TX pin into standard GPIO mode and set it to input mode to read external digital signals.

I’m experiencing an inconsistency:

UART5_TX (Pin X):

I successfully configured this pin to GPIO mode by modifying Pinmux. I can set the direction of this GPIO to Input.

UART1_TX (Pin Y):

I successfully configured this pin to GPIO mode using Pinmux. However, when I try to set the direction of this GPIO to Input, the operation fails.

Are there any hardware limitations?

This forum is exclusively for developers who are part of the NVIDIA DRIVE® AGX SDK Developer Program | NVIDIA Developer . To post in the forum, please use an account associated with your corporate or university email address. This helps us ensure that the forum remains a platform for verified members of the developer program.

Okay~ I change the category.

Duplicated with Can I set UART1_TX to GPIO input mode on Jetson AGX Orin - Jetson & Embedded Systems / Jetson AGX Orin - NVIDIA Developer Forums