Disable UART TX voltage by default in Zephyr

We have a problem where a display running on 5V with an UART on 3.3V will self-bias through the UART TX pin when the 5V supply is switched on.

How do you make zephyr not init UART TX at boot? And then how do you init it when you need it?

Thanks.

Parents Reply Children
Related