J-Link & SWD

I have an IAR Systmes J-Link to JTAG/SWD emulator, but my board, with an STM32F207ZE, seems to only support SWD. Is it possible to use OpenOCD with this configuration?

Using interfaces\jlink.cfg with target\stm32f2x.cfg just produced a bunch of jtag errors, I’m assuming because the stm32f2x.cfg is using the jtag transport. Is it possible to modify the stm32f2x.cfg file to use the swd transport? If yes, then of course you know my next question is “how?”.