tcl/interface/ftdi: add Digilent JTAG-SMT2 config
Tested on ZedBoard by Tim Sander. Change-Id: I4316d9b4d36f01bbe91a46c78ea8bca22efb1a5a Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2029 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
0694bc652d
commit
8d89373596
17
tcl/interface/ftdi/digilent_jtag_smt2.cfg
Normal file
17
tcl/interface/ftdi/digilent_jtag_smt2.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# Digilent JTAG-SMT2
|
||||
#
|
||||
# http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,395,1053&Prod=JTAG-SMT2
|
||||
#
|
||||
# Config is based on data from
|
||||
# http://electronix.ru/forum/index.php?showtopic=114633&view=findpost&p=1215497 and ZedBoard schematics
|
||||
#
|
||||
|
||||
interface ftdi
|
||||
ftdi_vid_pid 0x0403 0x6014
|
||||
|
||||
ftdi_layout_init 0x2088 0x3f8b
|
||||
ftdi_layout_signal nSRST -data 0x2000
|
||||
ftdi_layout_signal GPIO2 -data 0x2000
|
||||
ftdi_layout_signal GPIO1 -data 0x0200
|
||||
ftdi_layout_signal GPIO0 -data 0x0100
|
||||
Reference in New Issue
Block a user