This is an automated email from Gerrit. "Name of user not set <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9528
-- gerrit commit d3e1fa4ed1785e963eae46c2d861ff0468938a22 Author: Frederic Boyer <[email protected]> Date: Thu Apr 30 16:12:43 2026 +0200 tcl/interface: add Microchip DV22S07A OpenOCD Debug Probe Add interface configuration for the Microchip DV22S07A OpenOCD Debug Probe. JTAG only (no SWD support). 3.3V logic only, no level shifters. USB-powered via USB 2.0 Type-C (connector J4). Link: https://www.microchip.com/en-us/development-tool/DV22S07A Change-Id: I739f054b90abc724d8e82cf30c7c3015f426107e Signed-off-by: Frederic Boyer <[email protected]> diff --git a/tcl/interface/microchip/dv22s07a.cfg b/tcl/interface/microchip/dv22s07a.cfg new file mode 100644 index 0000000000..caf68c1cf8 --- /dev/null +++ b/tcl/interface/microchip/dv22s07a.cfg @@ -0,0 +1,22 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# +# Microchip DV22S07A OpenOCD Debug Probe +# +# https://www.microchip.com/en-us/development-tool/DV22S07A +# +# FT4232HQ-based JTAG debug probe. +# Channel A is dedicated to JTAG (2x10 IDC connector J2). +# 3.3V JTAG logic only (no level shifters). +# +# On Windows, the FT4232HQ Channel A interface requires a +# libusb-compatible driver (WinUSB...) to be used with +# OpenOCD. See the product page for installation instructions: +# https://www.microchip.com/en-us/development-tool/DV22S07A +# + +adapter driver ftdi +ftdi vid_pid 0x0403 0x6011 +ftdi channel 0 +ftdi layout_init 0x0038 0x003b +ftdi layout_signal nTRST -data 0x0010 -oe 0x0010 +ftdi layout_signal nSRST -data 0x0020 -oe 0x0020 --
