tcl/board: add SPDX tag
[fw/openocd] / tcl / board / atmel_samv71_xplained_ultra.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # Atmel SAMV71 Xplained Ultra evaluation kit.
5 # http://www.atmel.com/tools/ATSAMV71-XULT.aspx
6 #
7 # To connect using the EDBG chip on the dev kit over USB, you will
8 # first need to source [find interface/cmsis-dap.cfg]
9 # however, since this board also has a SWD+ETM connector, we don't
10 # automatically source that file here.
11
12 set CHIPNAME samv71
13
14 source [find target/atsamv.cfg]