1# Copyright (c) 2021 Google Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Zephyr, Battery Backed RAM emulator node
5
6compatible: "zephyr,bbram-emul"
7
8include: base.yaml
9
10properties:
11  size:
12    type: int
13    required: true
14    description: Size of the BBRAM region in bytes.
15