interface: adapter configuration for FTDI C232HM
This patch adds support for the C232HM-DDSL-0 and C232HM-EDSL-0 FT232H-based cables from FTDI. For more information, see: http://www.ftdichip.com/Products/Cables/USBMPSSE.htm Change-Id: Ic97423eb1e2f6b5ebae04943cd5cce86f38771d5 Signed-off-by: Steven Stallion <stallion@squareup.com> Reviewed-on: http://openocd.zylin.com/4081 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>bscan_tunnel
parent
5d458cf727
commit
9e2883b07d
|
@ -0,0 +1,15 @@
|
||||||
|
#
|
||||||
|
# FTDI USB Hi-Speed to MPSSE Cable
|
||||||
|
#
|
||||||
|
# http://www.ftdichip.com/Products/Cables/USBMPSSE.htm
|
||||||
|
#
|
||||||
|
# C232HM-DDHSL-0 and C232HM-EDSL-0 provide 3.3V and 5V on pin 1 (Red),
|
||||||
|
# respectively.
|
||||||
|
#
|
||||||
|
|
||||||
|
interface ftdi
|
||||||
|
#ftdi_device_desc "C232HM-DDHSL-0"
|
||||||
|
#ftdi_device_desc "C232HM-EDHSL-0"
|
||||||
|
ftdi_vid_pid 0x0403 0x6014
|
||||||
|
|
||||||
|
ftdi_layout_init 0x0008 0x000b
|
Loading…
Reference in New Issue