summaryrefslogtreecommitdiff
path: root/zephyr/test/system_shim/boards/native_posix.overlay
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/system_shim/boards/native_posix.overlay')
-rw-r--r--zephyr/test/system_shim/boards/native_posix.overlay5
1 files changed, 4 insertions, 1 deletions
diff --git a/zephyr/test/system_shim/boards/native_posix.overlay b/zephyr/test/system_shim/boards/native_posix.overlay
index b08ea4bf7a..0bcda0f513 100644
--- a/zephyr/test/system_shim/boards/native_posix.overlay
+++ b/zephyr/test/system_shim/boards/native_posix.overlay
@@ -6,6 +6,9 @@
#include <board-overlays/native_posix.dts>
/ {
+ chosen {
+ cros-ec,bbram = &bbram;
+ };
bbram: test-bbram-dev {
compatible = "zephyr,bbram-emul";
@@ -30,7 +33,7 @@
offset = <0x07>;
size = <0x05>;
};
- scratchpad: scratchpad {
+ scratchpad {
offset = <0x0c>;
size = <0x04>;
};