openocd: Add Artix DC-SCM cable type
authorJoel Stanley <joel@jms.id.au>
Tue, 16 Aug 2022 05:14:44 +0000 (15:14 +1000)
committerJoel Stanley <joel@jms.id.au>
Wed, 31 Aug 2022 09:21:15 +0000 (18:51 +0930)
commitad858995aa0dde8675be791f7a2deaed7bae35a4
tree25ec92af8f7dea03b53e48ed359629328675f757
parent13aa52dfa742de446b4bc50d4d58ffd16ca89f84
openocd: Add Artix DC-SCM cable type

The Antmicro Artix DC-SCM uses the following FTDI part:

 0403:6011 Future Technology Devices International, Ltd FT4232H Quad HS USB-UART/FIFO IC

To use:

 $ openocd/flash-arty -c antmicro-artix-dc-scm -f a100 -t bin -a 0x300000 ~/u-boot

Signed-off-by: Joel Stanley <joel@jms.id.au>
openocd/antmicro-artix-dc-scm.cfg [new file with mode: 0644]