We're setting up a project that uses 6 UARTS. 0 - 4 are fine. But UART5 conflicts with other devices (Specifically the LCDC or ethernet.) For UART5, there are 4 mux modes and a Tx and Rx defined for each (all on different balls) So:
uart5_tx_mux0 & uart5_rx_mux0
uart5_tx_mux1 & uart5_rx_mux1
uart5_tx_mux2 & uart5_rx_mux2
uart5_tx_mux3 & uart5_rx_mux3
Unfortunately, all 4 mux modes have at least one conflict. However, I could mix say uart5_tx_mux1 and uart5_rx_mux3. Will this be understood as intended if I edit the appropriate entry in the devtree? Or are the mux modes meant to be used together?
Thanks.