tcl/target: add SPDX tag
[fw/openocd] / tcl / target / at91sam3ax_8x.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # common stuff
4 source [find target/at91sam3ax_xx.cfg]
5
6 # size is automatically "calculated" by probing
7 set _FLASHNAME $_CHIPNAME.flash0
8 flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
9 # This is a 512K chip - it has the 2nd bank
10 set _FLASHNAME $_CHIPNAME.flash1
11 flash bank $_FLASHNAME at91sam3 0x0000C0000 0 1 1 $_TARGETNAME