tcl/interface: add SPDX tag
[fw/openocd] / tcl / interface / ftdi / oocdlink.cfg
index fc09a16360d20b5076159cc9c8fc8c12cb80de6e..0e99b67a4dc10960368a5e992c7583eef6152d33 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # Joern Kaipf's OOCDLink
 #
@@ -10,10 +12,10 @@ echo "interface uses the same layout as configs that were verified. Please repor
 echo "experience with this file to openocd-devel mailing list, so it could be marked"
 echo "as working or fixed."
 
-interface ftdi
-ftdi_device_desc "OOCDLink"
-ftdi_vid_pid 0x0403 0xbaf8
+adapter driver ftdi
+ftdi device_desc "OOCDLink"
+ftdi vid_pid 0x0403 0xbaf8
 
-ftdi_layout_init 0x0508 0x0f1b
-ftdi_layout_signal nTRST -data 0x0200 -noe 0x0100
-ftdi_layout_signal nSRST -data 0x0800 -noe 0x0400
+ftdi layout_init 0x0508 0x0f1b
+ftdi layout_signal nTRST -data 0x0200 -noe 0x0100
+ftdi layout_signal nSRST -data 0x0800 -noe 0x0400