tcl/board: add SPDX tag
[fw/openocd] / tcl / board / atmel_samg53_xplained_pro.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # Atmel SAMG53 Xplained Pro evaluation kit.
5 # http://www.atmel.com/tools/ATSAMG53-XPRO.aspx
6 #
7
8 source [find interface/cmsis-dap.cfg]
9
10 # chip name
11 set CHIPNAME ATSAMG53N19
12
13 source [find target/at91samg5x.cfg]