summaryrefslogtreecommitdiff
path: root/zephyr/test/system_shim/default.overlay
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/system_shim/default.overlay')
-rw-r--r--zephyr/test/system_shim/default.overlay12
1 files changed, 12 insertions, 0 deletions
diff --git a/zephyr/test/system_shim/default.overlay b/zephyr/test/system_shim/default.overlay
new file mode 100644
index 0000000000..13ceee9c19
--- /dev/null
+++ b/zephyr/test/system_shim/default.overlay
@@ -0,0 +1,12 @@
+/* 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.
+ */
+
+#include "boards/native_posix.overlay"
+
+/ {
+ chosen {
+ cros-ec,bbram = &bbram;
+ };
+};