tcl: replace FSF boilerplate with SPDX tag
[fw/openocd] / tcl / board / ampere_emag8180.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # OpenOCD Board Configuration for eMAG Development Platform
5 #
6 # Copyright (c) 2019-2021, Ampere Computing LLC
7 #
8
9 #
10 # Configure JTAG speed
11 #
12
13 adapter speed 2000
14
15 #
16 # Configure Resets
17 #
18
19 jtag_ntrst_delay 100
20 reset_config trst_only
21
22 #
23 # Configure Targets
24 #
25
26 source [find target/ampere_emag.cfg]