Skip to content

Commit 2dce7c6

Browse files
committed
projects/ad4630_fmc: Add VADJ values
1 parent b5c8559 commit 2dce7c6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

projects/ad4630_fmc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Evaluation board product page: [EVAL-AD4630-FMC](https://www.analog.com/eval-ad4630-24)
44
- System documentation: TO BE ADDED
55
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad4630_fmc/index.html
6+
- Evaluation board VADJ range: 1.2V - 3.3V
67

78
## Supported parts
89

projects/ad4630_fmc/zed/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<!-- no_no_os -->
2+
13
# AD4630-FMC/ZED HDL Project
24

5+
- VADJ with which it was tested in hardware: 2.5V
6+
37
## Building the project
48

59
The parameters configurable through the `make` command, can be found below, as
@@ -21,7 +25,7 @@ The overwritable parameters from the environment are:
2125

2226
- CLK_MODE: clocking mode of the device's digital interface
2327
- 0 - SPI (default)
24-
- 1 - Echo-clock or Master clock
28+
- 1 - Echo-clock or Master clock
2529
- NUM_OF_SDI: the number of MOSI lines of the SPI interface
2630
- 1 - Interleaved
2731
- 2 - 1LPC
@@ -42,7 +46,7 @@ This specific command is equivalent to running `make` only:
4246

4347
```
4448
make CLK_MODE=0 NUM_OF_SDI=4 CAPTURE_ZONE=2 DDR_EN=0
45-
```
49+
```
4650

4751
Corresponding device trees:
4852
- [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:
5660
make CLK_MODE=0 NUM_OF_SDI=2 CAPTURE_ZONE=2 DDR_EN=0
5761
```
5862

59-
Corresponding device trees:
63+
Corresponding device trees:
6064

6165
- [zynq-zed-adv7511-ad4030-24.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4030-24.dts)
6266
- [zynq-zed-adv7511-ad4032-24.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4032-24.dts)

0 commit comments

Comments
 (0)