I'm very new to Zephyr so please be patient with me. I'm looking for an example that show me UARTs running on the following pins and setup. I have the echo_bot working with an eval board but can't replicate on my custom PCB which uses different pins for the UARTs. I've tried doing all different overlays to disable the nRF54L15-DK pins but I think they are still being used on accident.
uart30 with no hardware flow control using P0.00 as TX and P0.01 as RX.
Then using the same uart30 with no hardware flow control using P0.02 as TX and P0.04 as RX.
Can someone show just a simple example? I'm wondering if the console UART is messing up with my overlay setting.
In my overlay file I have this: