This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x XDMA_EVENT_INTR0 device tree configuration

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>;
};