board: Add NXP LS1088ARDB
[fw/openocd] / tcl / board / nxp_rdb-ls1088a.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 # NXP LS1088ARDB (Reference Design Board)
3 # This is for the "main" JTAG connector J55
4
5 transport select jtag
6 reset_config srst_only
7
8 # To access the CPLD, populate J48 and add `-c 'set CWTAP 1'` to your command
9 # line. At the time of this writing, programming is unsupported.
10 if { [info exists CWTAP] } {
11         source [find cpld/altera-epm240.cfg]
12 } else {
13         source [find target/ls1088a.cfg]
14 }