# 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. |