aboutsummaryrefslogtreecommitdiff
path: root/tcl/interface
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-08-13 10:48:53 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2021-07-10 15:26:55 +0100
commitf723e94f525d2de53047ce88d576c0ec72d95e21 (patch)
treef82a712cca159a540b58f80393c9590a53fde908 /tcl/interface
parent28c91b8f80937e6ec6521496f363038d9a5f9a04 (diff)
downloadriscv-openocd-f723e94f525d2de53047ce88d576c0ec72d95e21.zip
riscv-openocd-f723e94f525d2de53047ce88d576c0ec72d95e21.tar.gz
riscv-openocd-f723e94f525d2de53047ce88d576c0ec72d95e21.tar.bz2
config/ftdi: Add tristate capability to sheevaplug config
The legacy ft2232 driver suggests that the adapter has tristate buffers on both nSRST and nTRST, even though they were not used as such. Change-Id: I971692ea6b3439ac93311b89877825a5cc21df46 Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/3663 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'tcl/interface')
-rw-r--r--tcl/interface/ftdi/sheevaplug.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/interface/ftdi/sheevaplug.cfg b/tcl/interface/ftdi/sheevaplug.cfg
index d4ec72e..e582350 100644
--- a/tcl/interface/ftdi/sheevaplug.cfg
+++ b/tcl/interface/ftdi/sheevaplug.cfg
@@ -10,5 +10,5 @@ ftdi_vid_pid 0x9e88 0x9e8f
ftdi_channel 0
ftdi_layout_init 0x0608 0x0f1b
-ftdi_layout_signal nTRST -data 0x0200
-ftdi_layout_signal nSRST -noe 0x0400
+ftdi_layout_signal nTRST -data 0x0200 -noe 0x0100
+ftdi_layout_signal nSRST -data 0x0800 -noe 0x0400