| 1234567891011121314151617 |
- # SPDX-License-Identifier: GPL-2.0-or-later
- #
- # 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.
- #
- adapter driver ftdi
- ftdi vid_pid 0x0451 0xc32a
- 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
|