tcl/interface/ftdi: add config for the MBFTDI adapter
MBFTDI is a very cheap FT2232-based JTAG adapter for programming Marsohod FPGA board. Please see http://www.marsohod.org/prodmbftdi for details. Change-Id: I35f758b49d1566098dc27f9581829cccad93ceeb Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Reviewed-on: http://openocd.zylin.com/3604 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>__archive__
parent
6d00ab8732
commit
ff77b8fcd6
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# MBFTDI
|
||||
#
|
||||
# http://www.marsohod.org/prodmbftdi
|
||||
#
|
||||
# Also the Marsohod2 and the Marsohod3 boards
|
||||
# include a built-in MBFTDI for FPGA programming.
|
||||
# See http://www.marsohod.org/prodmarsohod2
|
||||
# and http://www.marsohod.org/plata-marsokhod3 for details.
|
||||
#
|
||||
|
||||
interface ftdi
|
||||
ftdi_device_desc "Dual RS232-HS"
|
||||
ftdi_vid_pid 0x0403 0x6010
|
||||
|
||||
ftdi_layout_init 0x0008 0x000b
|
Loading…
Reference in New Issue