tcl/interface: add SPDX tag
[fw/openocd] / tcl / interface / ftdi / minimodule.cfg
index 57249dfc14bd6e89908f705c3bc2789800b24320..825d7c1dc86a246d58918d7385978dfd727360c0 100644 (file)
@@ -1,17 +1,18 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # FTDI MiniModule
 #
 # http://www.ftdichip.com/Support/Documents/DataSheets/Modules/DS_FT2232H_Mini_Module.pdf
 #
 
-echo "WARNING!"
-echo "This file was not tested with real interface, it is based on code in ft2232.c."
-echo "Please report your experience with this file to openocd-devel mailing list,"
-echo "so it could be marked as working or fixed."
+adapter driver ftdi
+ftdi device_desc "FT2232H MiniModule"
+ftdi vid_pid 0x0403 0x6010
 
-interface ftdi
-ftdi_device_desc "FT2232H MiniModule"
-ftdi_vid_pid 0x0403 0x6010
+# Every pin set as high impedance except TCK, TDI, TDO and TMS
+ftdi layout_init 0x0008 0x000b
 
-ftdi_layout_init 0x0018 0x05fb
-ftdi_layout_signal nSRST -data 0x0020
+# nSRST defined on pin CN2-13 of the MiniModule (pin ADBUS5 [AD5] on the FT2232H chip)
+# This choice is arbitrary. Use other GPIO pin if desired.
+ftdi layout_signal nSRST -data 0x0020 -oe 0x0020