tcl/board: add SPDX tag
[fw/openocd] / tcl / board / ek-lm3s9b9x.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # TI/Luminary Stellaris LM3S9B9x Evaluation Kits
5 #
6 # http://www.ti.com/tool/ek-lm3s9b90
7 # http://www.ti.com/tool/ek-lm3s9b92
8 #
9
10 # NOTE:  using the bundled FT2232 JTAG/SWD/SWO interface is optional!
11 # so is using in JTAG mode, as done here.
12 source [find interface/ftdi/luminary-icdi.cfg]
13
14 set WORKAREASIZE 0x4000
15 set CHIPNAME lm3s9b9x
16 source [find target/stellaris.cfg]