zephyr/dts/bindings/mtd/zephyr,emu-eeprom.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

30 lines
813 B
YAML

# Copyright (c) 2019 Laczen
# SPDX-License-Identifier: Apache-2.0
description: Zephyr Emulated EEPROM device
compatible: "zephyr,emu-eeprom"
include: eeprom-base.yaml
properties:
size:
required: true
pagesize:
type: int
required: true
description: Size of a page used to emulate EEPROM in flash
partition:
type: phandle
required: true
description: Flash partition used to store the emulated EEPROM data
rambuf:
type: boolean
description: Enable a ram buffer of EEPROM size for improved read speed
partition-erase:
type: boolean
description: |
Delay erase until complete partition is used. This enables a
ram buffer to allow data to be copied during the partition erase. If
power is lost during the partition erase the data will be lost.