A zero-copy Linux driver and a userspace interface library for Xilinx's AXI DMA and VDMA IP blocks. These serve as bridges for communication between the processing system and FPGA programmable logic fabric, through one of the DMA ports on the Zynq processing system. Distributed under the MIT License.
I found error message during insmod and anyone can advice how to fix it?
[ 5751.780723] axidma: axidma_of.c: axidma_of_parse_channel: 92: Device tree node dma: DMA has more than two channel nodes.
[ 5751.791621] axidma: probe of axidma_chrdev@0 failed with error -38
Hello,
I found error message during insmod and anyone can advice how to fix it?
[ 5751.780723] axidma: axidma_of.c: axidma_of_parse_channel: 92: Device tree node dma: DMA has more than two channel nodes. [ 5751.791621] axidma: probe of axidma_chrdev@0 failed with error -38
/include/ "system-conf.dtsi" / {
};
&gem3 { phy-handle = <&phyc>; phyc: phy@c { reg = <0xc>; ti,rx-internal-delay = <0x8>; ti,tx-internal-delay = <0xa>; ti,fifo-depth = <0x1>; ti,rxctrl-strap-worka; }; };
&axi_dma_0{ dma-channel@a0001000 { xlnx,device-id = <0x0>; }; dma-channel@a0001030 { xlnx,device-id = <0x1>; }; };