tcl/target: add SPDX tag
[fw/openocd] / tcl / target / ti_cc13x0.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # Texas Instruments CC13x0 - ARM Cortex-M3
5 #
6 # http://www.ti.com
7 #
8
9 set CHIPNAME cc13x0
10 set JRC_TAPID 0x0B9BE02F
11 set WORKAREASIZE 0x4000
12
13 source [find target/ti_cc26x0.cfg]