summaryrefslogtreecommitdiff
path: root/zephyr/test/system_shim/default.overlay
blob: 13ceee9c1911c556cb74e3cd6a7969089f49a373 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
	};
};