Skip to content

ADRV9001 READMEs & doc #1682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/projects/adrv9001/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ Software related
- :git-linux:`adrv9002 ZedBoard Linux device 2rx2tx tree <arch/arm/boot/dts/xilinx/zynq-zed-adv7511-adrv9002-rx2tx2.dts>`
- :git-linux:`adrv9002 ZC706 Linux device tree <arch/arm/boot/dts/xilinx/zynq-zc706-adv7511-adrv9002.dts>`
- :git-linux:`adrv9002 ZC706 Linux device 2rx2tx tree <arch/arm/boot/dts/xilinx/zynq-zc706-adv7511-adrv9002-rx2tx2.dts>`
- :git-linux:`adrv9002 ZCU102 (rev10) Linux device tree <arch/arm/boot/dts/xilinx/zynqmp-zcu102-rev10-adrv9002.dts>`
- :git-linux:`adrv9002 ZCU102 (rev10) Linux device 2rx2tx tree <arch/arm/boot/dts/xilinx/zynqmp-zcu102-rev10-adrv9002-rx2tx2.dts>`
- :git-linux:`adrv9002 ZCU102 (rev10) Linux device tree <arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-adrv9002.dts>`
- :git-linux:`adrv9002 ZCU102 (rev10) Linux device 2rx2tx tree <arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-adrv9002-rx2tx2.dts>`
- :git-linux:`adrv9002 A10SoC Linux device tree <arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_adrv9002.dts>`
- :git-linux:`adrv9002 A10SoC Linux device 2rx2tx tree <arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_adrv9002-rx2tx2.dts>`
- :git-linux:`adrv9002 A10SoC Linux device 2rx2tx tree <arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_adrv9002_rx2tx2.dts>`

.. include:: ../common/more_information.rst

Expand Down
15 changes: 15 additions & 0 deletions projects/adrv9001/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ADRV9001 HDL Project

- Evaluation board product page: [ADRV9002](https://www.analog.com/eval-adrv9002)
- System documentation: https://wiki.analog.com/resources/eval/user-guides/adrv9002/quickstart
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/adrv9001/index.html

## Supported parts

| Part name | Description |
|---------------------------------------------|----------------------------------------------|
| [ADRV9002](https://www.analog.com/ADRV9002) | Dual Narrow-Band and Wideband RF Transceiver |

## Building the project

Please enter the folder for the FPGA carrier you want to use and read the README.md.
8 changes: 0 additions & 8 deletions projects/adrv9001/Readme.md

This file was deleted.

10 changes: 10 additions & 0 deletions projects/adrv9001/a10soc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ADRV9001/A10SOC HDL Project

## Building the project

```
cd projects/adrv9001/a10soc
make
```

Corresponding device tree: [socfpga_arria10_socdk_adrv9002.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_adrv9002.dts)
10 changes: 10 additions & 0 deletions projects/adrv9001/zc706/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ADRV9001/ZC706 HDL Project

## Building the project

```
cd projects/adrv9001/zc706
make
```

Corresponding device tree: [zynq-zc706-adv7511-adrv9002.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc706-adv7511-adrv9002.dts)
10 changes: 10 additions & 0 deletions projects/adrv9001/zcu102/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ADRV9001/ZCU102 HDL Project

## Building the project

```
cd projects/adrv9001/zcu102
make
```

Corresponding device tree: [zynqmp-zcu102-rev10-adrv9002.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-adrv9002.dts)
10 changes: 10 additions & 0 deletions projects/adrv9001/zed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ADRV9001/ZED HDL Project

## Building the project

```
cd projects/adrv9001/zed
make
```

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