summaryrefslogtreecommitdiff
path: root/util/openocd/target/npcx993f.cfg
blob: b9c7c4e43d29cd6914e8f17086d18afd56c72f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Also works for the 7F and 6F as these all share 64K of RAM at 0x200C0000
set WORKAREASIZE 0x10000
set WORKAREAADDR 0x200c0000
set CHIPNAME NPCX993F
set CPUTAPID 0x2ba01477

source [find target/npcx99nf.cfg]