tcl/interface/ftdi: support for SIPEED RV-Debugger
BL702-based JTAG debugger that emulates FT2232D device Change-Id: Iefbf03645e6d8d154f4b1cad3385b8bc09da37dd Signed-off-by: gudvinr <gudvinr@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7830 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
parent
94686eea6e
commit
8774fd6017
|
@ -0,0 +1,13 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#
|
||||
# Interface file for BL702-based SIPEED RV Debugger
|
||||
#
|
||||
|
||||
adapter driver ftdi
|
||||
adapter speed 6000
|
||||
|
||||
ftdi device_desc "JTAG Debugger"
|
||||
ftdi vid_pid 0x0403 0x6010
|
||||
ftdi layout_init 0x0008 0x001b
|
||||
ftdi layout_signal nSRST -oe 0x0020 -data 0x0020
|
Loading…
Reference in New Issue