2022-06-12 16:50:59 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2015-01-16 03:17:40 -06:00
|
|
|
#
|
|
|
|
# This is an FTDI-based debugging solution as found on some TI boards,
|
|
|
|
# e.g. CC3200 LaunchPad.
|
|
|
|
#
|
|
|
|
# The schematics are identical to luminary-icdi (including SWD
|
|
|
|
# support) but the USB IDs are different.
|
|
|
|
#
|
|
|
|
|
2019-08-23 08:49:58 -05:00
|
|
|
adapter driver ftdi
|
2021-06-23 13:54:49 -05:00
|
|
|
ftdi vid_pid 0x0451 0xc32a
|
2015-01-16 03:17:40 -06:00
|
|
|
|
2021-06-23 13:54:49 -05:00
|
|
|
ftdi layout_init 0x00a8 0x00eb
|
|
|
|
ftdi layout_signal nSRST -noe 0x0020
|
|
|
|
ftdi layout_signal SWD_EN -ndata 0x0080
|
|
|
|
ftdi layout_signal SWDIO_OE -data 0x0008
|