Hello!
Currently working on a design that utilizes both the ad9528 clock generator and adrv9009 tranceiver IC's. As the hardware verification is still in progress, a complete FPGA target for the adrv9009 is still in development. Currently have been able to develop and complete a device tree to load the ad9528 driver and have used spidev as a compatible for peeks/pokes to it's register map throughout the debugging process. Recently have been attempting to do the same for the adrv9009 to check hardware connections are made properly and that the device is powered, but unable to find a register map to validate against.
Are there any recommendations using spidev or a similar method to communicate and check the status of the adrv9009 transceiver over the SPI interface without having a complete adrv9009 device tree to load the driver? Looking for something simple to read the PROD_ID register or similar, if possible.
Thank you,
Stephen