tcl/board: add SPDX tag
[fw/openocd] / tcl / board / spear300evb_mod.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # Configuration for the ST SPEAr300 Evaluation board
4 # EVALSPEAr300 Rev. 1.0, modified to enable SRST on JTAG connector
5 # http://www.st.com/spear
6 #
7 # List of board modifications to enable SRST, as reported in
8 # ST Application Note (FIXME: add reference).
9 # - Modifications on the top layer:
10 #    1. replace reset chip U4 with a STM6315SDW13F;
11 # - Modifications on the bottom layer:
12 #    2. add 0 ohm resistor R10. It is located close to JTAG connector.
13 #    3. add a 10K ohm pull-up resistor on the reset wire named as
14 #       POWERGOOD in the schematic.
15 #
16 # The easier way to do modification 3, is to use a resistor in package
17 # 0603 and solder it between R10 and R54:
18 # - one pad soldered with the pad of R54 connected to 3.3V (this
19 #   is the pad of R54 far from JTAG connector J4)
20 # - the other pad soldered with the nearest pad of R10.
21 #
22 # Date:      2011-11-18
23 # Author:    Antonio Borneo <borneo.antonio@gmail.com>
24
25
26 # Modified boards has SRST on JTAG connector
27 set BOARD_HAS_SRST 1
28 source [find board/spear300evb.cfg]