tcl/board: add SPDX tag
[fw/openocd] / tcl / board / twr-k60f120m.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # Freescale TWRK60F120M development board
5 #
6
7 source [find target/k60.cfg]
8
9 $_TARGETNAME configure -event reset-init {
10         puts "-event reset-init occurred"
11 }
12
13 #
14 # Definitions for the additional 'program flash' banks
15 # (instructions and/or data)
16 #
17 flash bank pflash.1 kinetis 0x00040000 0x40000 0 4 $_TARGETNAME
18 flash bank pflash.2 kinetis 0x00080000 0x40000 0 4 $_TARGETNAME
19 flash bank pflash.3 kinetis 0x000c0000 0x40000 0 4 $_TARGETNAME