aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/renesas_rcar_reset_common.cfg
blob: 3e4579b91de27b13b4f78d92122ce314ce0abc82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Renesas R-Car Gen2 Evaluation Board common settings

reset_config trst_and_srst srst_nogate

proc init_reset {mode} {
    # Assert both resets: equivalent to a power-on reset
    adapter assert trst assert srst

    # Deassert TRST to begin TAP communication
    adapter deassert trst assert srst

    # TAP should now be responsive, validate the scan-chain
    jtag arp_init
}