aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorPushpal Sidhu <psidhu@gateworks.com>2013-08-23 15:58:50 -0700
committerSpencer Oliver <spen@spen-soft.co.uk>2013-08-29 07:56:38 +0000
commit1d4b0090e77dac47f53539612835b6174eb088ae (patch)
tree211045a95af426ab9dbab39a515e52c956a503c4 /tcl
parent15b69bf880662f245a8fc724b73f16b5457d3d7f (diff)
Added new ftdi interface device
Added new configuration file for gw16042 device. Also added this to interface/ftdi examples in documentation. Change-Id: I07bb10bfc79a5d13007288cd57f254d889075214 Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com> Reviewed-on: http://openocd.zylin.com/1563 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/interface/ftdi/gw16042.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/tcl/interface/ftdi/gw16042.cfg b/tcl/interface/ftdi/gw16042.cfg
new file mode 100644
index 00000000..90c6f7c1
--- /dev/null
+++ b/tcl/interface/ftdi/gw16042.cfg
@@ -0,0 +1,26 @@
+#
+# Gateworks GW16042 JTAG Dongle
+#
+# http://www.gateworks.com/
+#
+# Layout: FTDI FT2232H
+# ADBUS0 TCK
+# ADBUS1 TDI
+# ADBUS2 TDO (input)
+# ADBUS3 TMS
+# ADBUS4 nTRST
+# ADBUS5 nSRST
+# ADBUS6 OE (active high) for TRST, TDI, TMS, TCK
+# ADBUS7 NC
+# ACBUS0-7 NC
+# BDBUS0 RXD
+# BDBUS1 TXD (input)
+#
+
+interface ftdi
+ftdi_device_desc "USB-JTAG"
+ftdi_vid_pid 0x0403 0x6010
+
+ftdi_layout_init 0x0058 0x007b
+ftdi_layout_signal nTRST -data 0x0010
+ftdi_layout_signal nSRST -oe 0x0020