aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcl/interface/opendous_ftdi.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/tcl/interface/opendous_ftdi.cfg b/tcl/interface/opendous_ftdi.cfg
new file mode 100644
index 00000000..e0e05c4a
--- /dev/null
+++ b/tcl/interface/opendous_ftdi.cfg
@@ -0,0 +1,15 @@
+#
+# Opendous
+#
+# http://code.google.com/p/opendous/wiki/JTAG
+#
+# According to the website, it is similar to jtagkey, but it uses channel B
+# (and it has a different pid number).
+#
+
+interface ft2232
+ft2232_device_desc "Dual RS232-HS"
+ft2232_layout jtagkey
+ft2232_vid_pid 0x0403 0x6010
+ft2232_channel 2
+