tcl/board: add SPDX tag
[fw/openocd] / tcl / board / kasli.cfg
index fb59f931fed3827be587a0e96382cf4d424d7915..d85e1ca15204bfcbf9a6c0481b4e7c53876273e1 100644 (file)
@@ -1,13 +1,15 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 adapter driver ftdi
-ftdi_device_desc "Quad RS232-HS"
-ftdi_vid_pid 0x0403 0x6011
-ftdi_channel 0
-ftdi_layout_init 0x0008 0x000b
-# ftdi_location 1:8
+ftdi device_desc "Quad RS232-HS"
+ftdi vid_pid 0x0403 0x6011
+ftdi channel 0
+ftdi layout_init 0x0008 0x000b
+# adapter usb location 1:8
 
 reset_config none
 transport select jtag
-adapter_khz 25000
+adapter speed 25000
 
 source [find cpld/xilinx-xc7.cfg]
 source [find cpld/jtagspi.cfg]