tcl/board: Add digilent Zybo Zynq-7000 board

Add configuration for digilents Zybo Z7 board.
Documentation:
https://digilent.com/reference/programmable-logic/zybo-z7/start

Change-Id: I4b607e60f2bf531ee8f96739deb737376248fb8b
Signed-off-by: Daniel Anselmi <danselmi@gmx.ch>
Reviewed-on: https://review.openocd.org/c/openocd/+/8088
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Daniel Anselmi
2024-01-27 01:49:53 +01:00
committed by Antonio Borneo
parent 7bc74de62d
commit 9a5212560b
+21
View File
@@ -0,0 +1,21 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# digilent zybo
# https://digilent.com/reference/programmable-logic/zybo/start
adapter driver ftdi
ftdi channel 0
#ftdi_device_desc "Digilent Adept USB Device"
ftdi vid_pid 0x0403 0x6010
ftdi layout_init 0x3088 0x1f8b
ftdi layout_signal nSRST -data 0x3000 -oe 0x1000
ftdi layout_signal LED -data 0x0010
reset_config srst_pulls_trst
transport select jtag
source [find target/zynq_7000.cfg]
adapter speed 10000
# "ipdbg create-hub zynq.ipdbghub -pld zynq_pl.pld" -c init -c "zynq.ipdbghub ipdbg start -tool 0 -port 5555"