Dear friends,
I'm trying to run ad9361 NO-OS driver under linux with zynq706. The kernel version that I'm using is linux-3.14.12, and the platform file is platform_linux. When I read the NO-OS code, I find it uses these devices(via /dev/spidev32766.0, /device/uio*). But int the kernel, I cann't find any devicetree(.dts files) include spidev32766.0 and uio, this means the NO-OS code cann't work. So I want to ask where can I find the devicetree which can support NO-OS driver? and it needs which kernel version that can compile successfully?
Thank you.