summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/npcx9/npcx9m7f.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/boards/arm/npcx9/npcx9m7f.dts')
-rw-r--r--zephyr/boards/arm/npcx9/npcx9m7f.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/boards/arm/npcx9/npcx9m7f.dts b/zephyr/boards/arm/npcx9/npcx9m7f.dts
index b28c5ade40..8a13e298de 100644
--- a/zephyr/boards/arm/npcx9/npcx9m7f.dts
+++ b/zephyr/boards/arm/npcx9/npcx9m7f.dts
@@ -19,6 +19,17 @@
ec-rw {
offset = <0x50000>;
size = <0x50000>;
+ rw-fw {
+ rw-fwid {
+ /* Fix the lcoation of the FWID to the
+ * last 32 bytes of the flash. This
+ * ensures the RW entries in the FMAP
+ * stored in the RO section of flash
+ * are always correct.
+ */
+ offset = <(0x50000 - 32)>;
+ };
+ };
};
};
};