ftdi: config for TUMPA
Add a config file for TIAO USB Multi-Protocol Adapter. Based on schematics from http://www.mediafire.com/?zv158nnx1gv0cy2 Cc: Volkan K <volkan-k@users.sourceforge.net> Change-Id: I0dfd93b0b1e558e4ccd7c94c005c099947ec94df Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/1438 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>__archive__
parent
45bafc5c99
commit
703781c5ab
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# TIAO USB Multi-Protocol Adapter (TUMPA)
|
||||
#
|
||||
# http://www.diygadget.com/tiao-usb-multi-protocol-adapter-jtag-spi-i2c-serial.html
|
||||
#
|
||||
|
||||
interface ftdi
|
||||
ftdi_device_desc "TIAO USB Multi-Protocol Adapter (TUMPA)"
|
||||
ftdi_vid_pid 0x0403 0x8a98
|
||||
|
||||
ftdi_layout_init 0x0838 0x087b
|
||||
ftdi_layout_signal nTRST -data 0x0020
|
||||
ftdi_layout_signal nSRST -data 0x0010
|
||||
|
||||
reset_config srst_push_pull
|
Loading…
Reference in New Issue