forked from auracaster/openocd
Generic Xtensa target config files
- Add new Xtensa TCL board files - Add new Xtensa KC705 on-board FTDI interface - Add new generic Xtensa and VDebug Xtensa target files Signed-off-by: Ian Thompson <ianst@cadence.com> Change-Id: I4acb15c83d1b7b8e6063833ce829530cb22a795e Reviewed-on: https://review.openocd.org/c/openocd/+/7083 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
ce5ca9f7ba
commit
44e21b41df
11
tcl/interface/ftdi/xt_kc705_ml605.cfg
Normal file
11
tcl/interface/ftdi/xt_kc705_ml605.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Xilinx KC705 / ML605 with Xtensa daughtercard; onboard USB/FT2232
|
||||
#
|
||||
|
||||
adapter driver ftdi
|
||||
ftdi_vid_pid 0x0403 0x6010
|
||||
# Specify "ftdi_serial <identifier>" here as needed
|
||||
|
||||
ftdi_layout_init 0x0010 0x007b
|
||||
ftdi_layout_signal nTRST -data 0x0010
|
||||
ftdi_layout_signal nSRST -ndata 0x0020
|
||||
Reference in New Issue
Block a user