zephyr/dts/bindings/memory-controllers/zephyr,bbram-emul.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

15 lines
285 B
YAML

# Copyright (c) 2021 Google Inc.
# SPDX-License-Identifier: Apache-2.0
description: Zephyr, Battery Backed RAM emulator node
compatible: "zephyr,bbram-emul"
include: base.yaml
properties:
size:
type: int
required: true
description: Size of the BBRAM region in bytes.