1/*
2 * Copyright 2021 Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	bbram: bbram {
9		compatible = "zephyr,bbram-emul";
10		status = "okay";
11		size = <0xff>;
12	};
13};
14