09-13-2020 02:30 AM
Hi,
We have a working HW design with MRMAC and AXI DMA that works on the device. But I have to write the device tree nodes manually,
The DTG is not generating the nodes automatically, although I see in the device tree repository that the support for these IP's is present.
Tested on: VCK5000 and VCK190.
09-14-2020 02:15 AM
Hi @rfried
The release note for the DTG mentions only an initial support for the MRMAC IP:
Thus I am not surprised the DTG is not covering all use cases and you have to write manual entries to the device tree. More will probably be added in future version
09-14-2020 03:10 AM
Yes, I can see initial support in the DTG. The DTG uses the MDD to see what supported peripherals are found in the XSA
https://github.com/Xilinx/device-tree-xlnx/blob/master/mrmac/data/mrmac.mdd#L19
You can check your XSA in XSCT using the command below:
09-14-2020 08:27 AM