Hi,
I am working on integrating AD9154-FMC-EBZ Eval board with Xilinx ZCU102.
This user-guide recommends feeding 1.5GHz RF sine signal @ J1 => EVALUATING THE AD9154 DIGITAL-TO-ANALOG CONVERTER [Analog Devices Wiki]
However, I found out from the device tree that the Ref clock freq is 0x77359400 = 2 GHz:
clocks {
clock@0 {
clock-output-names = "clkin";
#clock-cells = <0x00>;
clock-frequency = <0x77359400>;
compatible = "fixed-clock";
phandle = <0x29>;
Now, my question is whether I should feed 2GHz OR 1.5GHz at J1 of AD9154-FMC-EBZ Eval board
Note: I plan to use ADF4351 Signal Generator to feed this RF signal
I am aiming for DAC Sampling rate of 1GSa/s
==================================================================
/sys/bus/iio/devices/iio:device1/out_altvoltage1_frequency
- OUT1: 2000 MHz (DACCLK to AD9154)
- OUT6: 31 MHz (SYSREF1)
- OUT7: 31 MHz (SYSREF2)
- OUT9: 250 MHz (GBTCLK to FPGA)
Next question is: I plan to use IIO Oscilloscope later to ctrl AD9154-FMC-EBZ, can I adjust Sampling rate & Signal freq and other parameters using it?
OS Details:
root@analog:/home# cat /etc/os-release
PRETTY_NAME="Kuiper GNU/Linux 11.2 (bullseye)"
NAME="Kuiper GNU/Linux"
VERSION_ID="11.2"
VERSION="11.2 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="">github.com/.../adi-kuiper-gen"
SUPPORT_URL="">ez.analog.com/.../"
root@analog:/home# uname -a
Linux analog 6.12.0 #1 SMP Fri Sep 5 10:43:56 UTC 2025 aarch64 GNU/Linux
Thanks