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