diff --git a/docs/projects/adv7511/index.rst b/docs/projects/adv7511/index.rst index 671644a5f19..7d3754ec5d0 100644 --- a/docs/projects/adv7511/index.rst +++ b/docs/projects/adv7511/index.rst @@ -6,7 +6,7 @@ ADV7511 HDL project Overview ------------------------------------------------------------------------------- -The :adi:`ADV7511` is a 225 MHz High-Definition Multimedia Interface (HDMI®) transmitter, +The :adi:`ADV7511` is a 225 MHz High-Definition Multimedia Interface (HDMI) transmitter, which is ideal for home entertainment products including DVD players/recorders, digital set top boxes, A/V receivers, gaming consoles, and PCs. @@ -215,12 +215,9 @@ Software related ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :git-linux:`ADV7511 driver source code ` -- :git-linux:`ADV7511 - ZED dtsi source code (arm32) ` -- :git-linux:`ADV7511 - ZED dts source code (arm32) ` -- :git-linux:`ADV7511 - ZC706 dtsi source code (arm32) ` -- :git-linux:`ADV7511 - ZC706 dts source code (arm32) ` -- :git-linux:`ADV7511 - ZC702 dtsi source code (arm32) ` -- :git-linux:`ADV7511 - ZC702 dts source code (arm32) ` +- :git-linux:`ADV7511 - ZED dts source code ` +- :git-linux:`ADV7511 - ZC706 dts source code ` +- :git-linux:`ADV7511 - ZC702 dts source code ` - :dokuwiki:`ADV7511 driver docs ` - :git-no-OS:`ADV7511 no-OS project source code ` diff --git a/projects/adv7511/README.md b/projects/adv7511/README.md new file mode 100755 index 00000000000..140614c77a6 --- /dev/null +++ b/projects/adv7511/README.md @@ -0,0 +1,15 @@ +# ADV7511 HDL Project + +- Evaluation board product page: [ADV7511](https://www.analog.com/adv7511) +- System documentation: https://wiki.analog.com/resources/fpga/xilinx/kc705/adv7511 +- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/adv7511/index.html + +## Supported parts + +| Part name | Description | +|------------------------------------------------|--------------------------------------------------------------| +| [ADV7511](https://www.analog.com/adv7511) | 225 MHz, High Performance HDMI® Transmitter with ARC | + +## Building the project + +Please enter the folder for the FPGA carrier you want to use and read the README.md. \ No newline at end of file diff --git a/projects/adv7511/Readme.md b/projects/adv7511/Readme.md deleted file mode 100755 index 56173da9b2a..00000000000 --- a/projects/adv7511/Readme.md +++ /dev/null @@ -1,7 +0,0 @@ -# ADV7511 HDL Project - -Here are some pointers to help you: - * Part : [225 MHz, High Performance HDMI® Transmitter with ARC](https://www.analog.com/adv7511) - * Project Doc: https://wiki.analog.com/resources/fpga/xilinx/kc705/adv7511 - * HDL Doc: https://wiki.analog.com/resources/fpga/xilinx/kc705/adv7511 - * Linux Drivers: https://wiki.analog.com/resources/tools-software/linux-drivers/drm/adv7511 diff --git a/projects/adv7511/zc702/README.md b/projects/adv7511/zc702/README.md new file mode 100644 index 00000000000..f3f5c2172fc --- /dev/null +++ b/projects/adv7511/zc702/README.md @@ -0,0 +1,10 @@ +# ADV7511/ZC702 HDL Project + +## Building the project + +``` +cd projects/adv7511/zc702 +make +``` + +Corresponding device tree: [zynq-zc702-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc702-adv7511.dts) \ No newline at end of file diff --git a/projects/adv7511/zc706/README.md b/projects/adv7511/zc706/README.md new file mode 100644 index 00000000000..58221a432de --- /dev/null +++ b/projects/adv7511/zc706/README.md @@ -0,0 +1,10 @@ +# ADV7511/ZC706 HDL Project + +## Building the project + +``` +cd projects/adv7511/zc706 +make +``` + +Corresponding device tree: [zynq-zc706-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc706-adv7511.dts) \ No newline at end of file diff --git a/projects/adv7511/zed/README.md b/projects/adv7511/zed/README.md new file mode 100644 index 00000000000..ffda9ebee51 --- /dev/null +++ b/projects/adv7511/zed/README.md @@ -0,0 +1,10 @@ +# ADV7511/ZED HDL Project + +## Building the project + +``` +cd projects/adv7511/zed +make +``` + +Corresponding device tree: [zynq-zed-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511.dts) \ No newline at end of file