tcl/board: add SPDX tag
[fw/openocd] / tcl / board / microchip_saml11_xplained_pro.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # Microchip (formerly Atmel) SAM L11 Xplained Pro Evaluation Kit.
5 # https://www.microchip.com/DevelopmentTools/ProductDetails/dm320205
6 #
7
8 source [find interface/cmsis-dap.cfg]
9 adapter speed 1000
10
11 set CHIPNAME saml11
12 source [find target/atsaml1x.cfg]