summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/uut/main.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/uut/main.cc b/util/uut/main.cc
index 7f7923b2bf..df34191acc 100644
--- a/util/uut/main.cc
+++ b/util/uut/main.cc
@@ -141,6 +141,12 @@ const static struct npcx_chip_info chip_info[] = {
.chip_id = 0x09,
.flash_size = 512 * 1024,
},
+ {
+ /* NPCX997F */
+ .device_id = 0x22,
+ .chip_id = 0x09,
+ .flash_size = 1024 * 1024,
+ },
};
/*---------------------------------------------------------------------------
* Functions prototypes