drivers/linuxgpiod: Migrate to adapter gpio commands
[fw/openocd] / tcl / target / lpc2124.cfg
index 02517381af8e9302a1082f88c1a0f51867ba42f0..053ebeb701c2568dbec976e3704d5c11fbed9737 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # NXP LPC2124 ARM7TDMI-S with 256kB flash and 16kB SRAM, clocked with 12MHz crystal
 
 source [find target/lpc2xxx.cfg]
@@ -15,7 +17,7 @@ proc setup_lpc2124 {core_freq_khz adapter_freq_khz} {
 proc init_targets {} {
        # default to core clocked with 12MHz crystal
        echo "Warning - assuming default core clock 12MHz! Flashing may fail if actual core clock is different."
-       
+
        # setup_lpc2124 <core_freq_khz> <adapter_freq_khz>
        setup_lpc2124 12000 1500
 }