tcl/target: add SPDX tag
[fw/openocd] / tcl / target / bcm6348.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 set _CHIPNAME bcm6348
4 set _CPUID 0x0634817f
5
6 adapter speed 1000
7
8 jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID
9
10 set _TARGETNAME $_CHIPNAME.cpu
11 target create $_TARGETNAME mips_m4k -endian big -chain-position $_TARGETNAME