From c01f28ea2921b62030758266b73858714bea959b Mon Sep 17 00:00:00 2001 From: Capota Bianca Date: Wed, 25 Jun 2025 16:28:31 +0300 Subject: [PATCH] projects/ad4630_fmc: Add VADJ values --- projects/ad4630_fmc/README.md | 1 + projects/ad4630_fmc/zed/README.md | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/projects/ad4630_fmc/README.md b/projects/ad4630_fmc/README.md index d83f0ae81e..11561ad28c 100644 --- a/projects/ad4630_fmc/README.md +++ b/projects/ad4630_fmc/README.md @@ -3,6 +3,7 @@ - Evaluation board product page: [EVAL-AD4630-FMC](https://www.analog.com/eval-ad4630-24) - System documentation: TO BE ADDED - HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad4630_fmc/index.html +- Evaluation board VADJ range: 1.2V - 3.3V ## Supported parts diff --git a/projects/ad4630_fmc/zed/README.md b/projects/ad4630_fmc/zed/README.md index e17ee2bb60..2eeece3885 100644 --- a/projects/ad4630_fmc/zed/README.md +++ b/projects/ad4630_fmc/zed/README.md @@ -1,5 +1,9 @@ + + # AD4630-FMC/ZED HDL Project +- VADJ with which it was tested in hardware: 2.5V + ## Building the project The parameters configurable through the `make` command, can be found below, as @@ -21,7 +25,7 @@ The overwritable parameters from the environment are: - CLK_MODE: clocking mode of the device's digital interface - 0 - SPI (default) - - 1 - Echo-clock or Master clock + - 1 - Echo-clock or Master clock - NUM_OF_SDI: the number of MOSI lines of the SPI interface - 1 - Interleaved - 2 - 1LPC @@ -42,7 +46,7 @@ This specific command is equivalent to running `make` only: ``` make CLK_MODE=0 NUM_OF_SDI=4 CAPTURE_ZONE=2 DDR_EN=0 -``` +``` Corresponding device trees: - [zynq-zed-adv7511-ad4630-24.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4630-24.dts) @@ -56,7 +60,7 @@ Corresponding device trees: make CLK_MODE=0 NUM_OF_SDI=2 CAPTURE_ZONE=2 DDR_EN=0 ``` -Corresponding device trees: +Corresponding device trees: - [zynq-zed-adv7511-ad4030-24.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4030-24.dts) - [zynq-zed-adv7511-ad4032-24.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4032-24.dts)