Tool/software: Linux
We are using DRA74 for our project where we are connected to BT chip through UART interface.
We observed that currently with the legacy omap serial driver on the physical lines we are able to achieve 3Mbps. But DMA is not used for transfer.
We even tried with 8250 based UART driver on the information from But We cannot observe that DMA is used when we do a transfer of 512-4096 bytes.
We need to use DMA in our project to obtain the performance.
Questions:-
IS DMA enalbed UART driver aviaible for DRA74 ?
IS it validated on the EVM and is there any performance value avaialalble ?