We are using i.MX8M plus in our design. Since A53 uses uart2 as debug port and M7 uses uart4 as debug port, we need to place two console port for user to debug both of them which means we need larger pcb. Is it possible to merge these two debug console ports in one uart port?
I see. I will give up debug console of M4. Can I assign all uart ports (uart1 to uaty4) to A53? There're uart1/uart2/uart3 configuration in dts. Do I just create uart4 configuration in dts? What else do I need to do to assign uart4 to A53?