Hi everybody,
I'd like to write a linux application for microzed.
The Zynq will also use some logic in PL, in particular an AXI_DMA a custom IP (AXI_counter) streaming data to it.
I generated the DTS following this wiki: http://www.wiki.xilinx.com/Build+Device+Tree+Blob
The problem is that when I try to generate the device tree blob I got this error
>dtc -I dts -O dtb -o xilinx.dtb xilinx.dts
ERROR (phandle_references): Reference to non-existent node or label "AXI_counter_0"
ERROR (phandle_references): Reference to non-existent node or label "AXI_counter_0"
ERROR: Input tree has errors, aborting (use -f to force output)