Hi Renesas Team,
How to Enable all uarts in the RZFIVE BOARD.
In RZFIVE block Diagram mentioned 5xSCIF(UART) i need all uarts how to enable this.
Thanks and regards,
Umesha T
Hi umesha,SCIF2 is exposed on PMOD1 interface and SCIF0 is exposed on Micro USB interface, the one you probably use to connect to the board. The rest SCIFs are not exposed on a connector, so I don't think it's convenient to use them on the EVK. You can check these documents for more info: RZ/Five SMARC Module Board User's Manual: Hardware and RZ/Five Group User's Manual: Hardware .Kind Regards.
In our application, we need to access UARTs, and we are considering taking the wiring from the edge connector for testing purposes. Additionally, we are exploring the possibility of enabling these UARTs using a Device Tree Source (DTS) file.
Could you please provide instructions or insights on how to configure the DTS file to enable these UARTs? Any guidance or documentationThanks and regards,umesha T
Isn't the current evk device tree enough as reference?
There are some UARTs enabled scif0 and scif1, you can take them as examples.