tcl/board: add SPDX tag
[fw/openocd] / tcl / board / atmel_sam3n_ek.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # Board configuration for Atmel's SAM3N-EK
5 #
6
7 reset_config srst_only
8
9 set CHIPNAME at91sam3n4c
10
11 adapter speed 32
12
13 source [find target/at91sam3nXX.cfg]