tcl/board: add SPDX tag
[fw/openocd] / tcl / board / colibri.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # Toradex Colibri PXA270
4 source [find target/pxa270.cfg]
5 reset_config trst_and_srst srst_push_pull
6 adapter srst pulse_width 40
7
8 # CS0 -- one bank of CFI flash, 32 MBytes
9 # the bank is 32-bits wide, two 16-bit chips in parallel
10 set _FLASHNAME $_CHIPNAME.flash
11 flash bank $_FLASHNAME cfi 0x00000000 0x02000000 2 4 $_TARGETNAME