1#
2# Luminary Micro Stellaris LM3S9B9x Evaluation Kits
3# In-Circuit Debug Interface (ICDI) Board
4#
5# Essentially all Luminary debug hardware is the same, (with both
6# JTAG and SWD support compatible with ICDI boards.  This ICDI adapter
7# configuration is JTAG-only, but the same hardware handles SWD too.
8#
9# This is a discrete ftdi based debug board which supports ARM's
10# JTAG/SWD connectors in both backwards-compatible 20-pin format and
11# in the new-style compact 10-pin.  There's also an 8-pin connector
12# with serial port support.  It's included with LM3S9B9x eval boards.
13#
14# http://www.luminarymicro.com/products/ek-lm3s9b90.html
15# http://www.luminarymicro.com/products/ek-lm3s9b92.html
16#
17
18adapter driver ftdi
19ftdi_device_desc "Luminary Micro ICDI Board"
20ftdi_vid_pid 0x0403 0xbcda
21
22ftdi_layout_init 0x00a8 0x00eb
23ftdi_layout_signal nSRST -noe 0x0020
24ftdi_layout_signal SWD_EN -ndata 0x0080
25ftdi_layout_signal SWDIO_OE -data 0x0008
26