blob: 21b78b750126cd2839357a86b8be2aa46e2de4b7 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
description: Simulated flash memory
compatible: "zephyr,sim-flash"
include: base.yaml
properties:
erase-value:
type: int
enum: [0xff, 0x00]
description: Value of erased flash cell
memory-region:
type: phandle
description: |
Memory region used by the simulated flash memory. If this option is used
the memory that is used by the simulated flash memory is not erased.