Hello, I want to use AM335 XDMA_EVENT_INTR0 to drive my DMA, but how to use the device tree to configure the driver? ,thanks very very much!
dmas = <&edma 20 0>; /*XDMA_EVENT_INTR0*/
dma-names = "rxtx";
&edma {
ti,edma-xbar-event-map = /bits/ 16<20 28>;
};