tcl/target: add SPDX tag
[fw/openocd] / tcl / target / em358.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # Target configuration for the Silicon Labs EM358 chips
4
5 #
6 # em357 family supports JTAG and SWD transports
7 #
8
9 if { ![info exists CHIPNAME] } {
10    set CHIPNAME em358
11 }
12
13 if { ![info exists BSTAPID] } {
14   set BSTAPID 0x069aa62b
15 }
16
17 # 512K of flash in the em358 chips
18 set FLASHSIZE 0x80000
19 source [find target/em357.cfg]