File tree 4 files changed +29
-11
lines changed
4 files changed +29
-11
lines changed Original file line number Diff line number Diff line change @@ -252,8 +252,7 @@ Software related
252
252
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
253
253
254
254
- :git-linux: `AD7768-1 Linux driver source code <drivers/iio/adc/ad7768-1.c> `
255
- - AD7768-1 Linux device tree :git-linux: `zynq-zed-adv7511-ad7768-1-evb.dts <arch/arm/boot/dts/zynq-zed-adv7511-ad7768-1-evb.dts> `
256
- - ADAQ7768-1 Linux device tree :git-linux: `zynq-zed-adv7511-adaq7768-1-evb.dts <arch/arm/boot/dts/zynq-zed-adv7511-adaq7768-1-evb.dts> `
255
+ - AD7768-1 Linux device tree :git-linux: `zynq-zed-adv7511-ad7768-1-evb.dts <arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7768-1-evb.dts> `
257
256
258
257
.. include :: ../common/more_information.rst
259
258
Original file line number Diff line number Diff line change
1
+ # AD7768-1-EVB HDL Project
2
+
3
+ - Evaluation boards product page:
4
+ - [ EVAL-AD7768-1-EVB] ( https://www.analog.com/eval-ad7768-1 )
5
+ - [ EVAL-ADAQ7768-1] ( https://www.analog.com/eval-adaq7768-1 )
6
+ - System documentation: https://wiki.analog.com/resources/eval/user-guides/ad7768-1
7
+ - HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad77681evb/index.html
8
+
9
+ ## Supported parts
10
+
11
+ | Part name | Description |
12
+ | ------------------------------------------------| ---------------------------------------------------------------------------------|
13
+ | [ AD7768-1] ( https://www.analog.com/ad7768-1 ) | DC to 204 kHz, Dynamic Signal Analysis, Precision 24-Bit ADC with Power Scaling |
14
+ | [ ADAQ7768-1] ( https://www.analog.com/adaq7768-1 ) | 24-Bit Single Channel Precision μModule Data Acquisition System |
15
+
16
+ ## Building the project
17
+
18
+ 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
+ # AD7768-1-EVB/ZED HDL Project
2
+
3
+ ## Building the project
4
+
5
+ ```
6
+ cd projects/ad77681evb/zed
7
+ make
8
+ ```
9
+
10
+ Corresponding device tree: [ zynq-zed-adv7511-ad7768-1-evb.dts] ( https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7768-1-evb.dts )
You can’t perform that action at this time.
0 commit comments