diff options
author | Antony Pavlov <antonynpavlov@gmail.com> | 2015-09-27 01:34:09 +0300 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2016-08-14 02:01:25 +0100 |
commit | ff77b8fcd6948da05c00cabdb5352c3a36656dd3 (patch) | |
tree | ee8bdea4ddd53b846227ad47e37a814ccf5d7755 /tcl | |
parent | 6d00ab87327507c89481b00a3624834fc40954ca (diff) |
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>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/interface/ftdi/mbftdi.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tcl/interface/ftdi/mbftdi.cfg b/tcl/interface/ftdi/mbftdi.cfg new file mode 100644 index 00000000..d051cccb --- /dev/null +++ b/tcl/interface/ftdi/mbftdi.cfg @@ -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 |