renesas_rcar_reset_common.cfg 425 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # Renesas R-Car Gen2 Evaluation Board common settings
  3. reset_config trst_and_srst srst_nogate
  4. proc init_reset {mode} {
  5. # Assert both resets: equivalent to a power-on reset
  6. adapter assert trst assert srst
  7. # Deassert TRST to begin TAP communication
  8. adapter deassert trst assert srst
  9. # TAP should now be responsive, validate the scan-chain
  10. jtag arp_init
  11. }