tcl/target: add SPDX tag
[fw/openocd] / tcl / target / at91sam4XXX.cfg
index ff73670403367f0d2161ffd60a7eb38217423777..9c30ddfbaf66fa1abfc4eb4b8883797043149ff4 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # script for ATMEL sam4, a Cortex-M4 chip
 #
@@ -50,9 +52,9 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE
 # running off a crystal, we can run closer to the limit. Note
 # that there can be a pretty wide band where things are more or less stable.
 
-adapter_khz 500
+adapter speed 500
 
-adapter_nsrst_delay 100
+adapter srst delay 100
 if {[using_jtag]} {
  jtag_ntrst_delay 100
 }