Skip to content

Commit 24424b8

Browse files
committed
projects/ad738x_fmc: Add VADJ
Signed-off-by: Elena-Hadarau_adi <Elena.Hadarau@analog.com>
1 parent 083d801 commit 24424b8

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

projects/ad738x_fmc/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [EVAL-AD738xFMCZ](https://www.analog.com/eval-ad738xfmcz)
88
- System documentation: https://wiki.analog.com/resources/eval/user-guides/ad738x
99
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad738x_fmc/index.html
10+
- Evaluation boards VADJ range: 1.65V - 3.6V
1011

1112
## Supported parts
1213

@@ -34,4 +35,4 @@
3435

3536
## Building the project
3637

37-
Please enter the folder for the FPGA carrier you want to use and read the README.md.
38+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/ad738x_fmc/zed/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<!-- no_no_os -->
2+
13
# AD738X-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 well as in the **system_project.tcl** file; it contains the default configuration.
@@ -14,21 +18,19 @@ The overwritable parameters from the environment:
1418
- ALERT_SPI_N pin can operate as a serial data output pin or alert indication output depending on its value:
1519
- 0 - SDOB-SDOD
1620
- 1 - ALERT
17-
1821
- NUM_OF_SDI - Defines the number of SDI lines used: 1, 2, 4
1922

2023
For the ALERT functionality, the following parameter will be used in `make` command: ALERT_SPI_N.
2124
For the serial data output functionality, the following parameters will be used in `make` command: ALERT_SPI_N, NUM_OF_SDI.
2225

2326
### Example configurations
2427

25-
#### Default mode
28+
#### Default configuration
2629

2730
This specific command is equivalent to running `make` only:
2831

2932
```
30-
cd projects/ad738x_fmc/zed
3133
make ALERT_SPI_N=0 NUM_OF_SDI=1
3234
```
3335

34-
Corresponding device tree: [zynq-zed-adv7511-ad7380.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7380.dts)
36+
Corresponding device tree: [zynq-zed-adv7511-ad7380.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7380.dts)

0 commit comments

Comments
 (0)