File tree Expand file tree Collapse file tree 4 files changed +26
-9
lines changed Expand file tree Collapse file tree 4 files changed +26
-9
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ Software related
253
253
254
254
Linux support:
255
255
256
- - :git-linux: `Linux device tree zynq-zed-adv7511-ad4134.dts <arch/arm/boot/dts/zynq-zed-adv7511-ad4134.dts> `
256
+ - :git-linux: `Linux device tree zynq-zed-adv7511-ad4134.dts <arch/arm/boot/dts/xilinx/ zynq-zed-adv7511-ad4134.dts> `
257
257
- :git-linux: `Linux driver ad4134.c <drivers/iio/adc/ad4134.c> `
258
258
259
259
No-OS support:
Original file line number Diff line number Diff line change
1
+ # AD4134-FMC HDL Project
2
+
3
+ - Evaluation board product page: [ EVAL-AD4134] ( https://www.analog.com/eval-ad4134 )
4
+ - System documentation: https://wiki.analog.com/resources/eval/user-guides/ad4134/hdl
5
+ - HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad4134_fmc/index.html
6
+
7
+ ## Supported parts
8
+
9
+ | Part name | Description |
10
+ | ------------------------------------------------| ---------------------------------------------------------------------------|
11
+ | [ AD4134] ( https://www.analog.com/ad4134 ) | 24-Bit, 4-Channel Simultaneous Sampling 1.5 MSPS Precision Alias Free ADC |
12
+
13
+ ## Building the project
14
+
15
+ Please enter the folder for the FPGA carrier you want to use and read the README.md.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # AD4134-FMC/ZED HDL Project
2
+
3
+ ## Building the project
4
+
5
+ ```
6
+ cd projects/ad4134_fmc/zed
7
+ make
8
+ ```
9
+
10
+ Corresponding device tree: [ zynq-zed-adv7511-ad4134.dts] ( https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4134.dts )
You can’t perform that action at this time.
0 commit comments