I have a custom zynq board with xc7z045 and ad9361 on board. I am using bare metal application downloaded from adi site "hdl-2021_R2"
with some modification in hdl-2019_r1\projects\adrv9361z7035\ccbob_lvds project I am able to run baremetal application.
Now I want to add ad9361 drivers in petalinux2021.2.
I am referring https://github.com/analogdevicesinc/meta-adi/blob/main/meta-adi-xilinx/README.md
for adding meta-adi layer in petalinux, referring adding new device tree section in above link It is not clear which custom-devicetree.dts is referred hear.
do I need to create custom-devicetree.dts or it will be generated by petalinux.