1# SPDX-License-Identifier: Apache-2.0
2
3description: Simulated flash memory
4
5compatible: "zephyr,sim-flash"
6
7include: base.yaml
8
9properties:
10  erase-value:
11    type: int
12    enum: [0xff, 0x00]
13    description: Value of erased flash cell
14  memory-region:
15    type: phandle
16    description: |
17      Memory region used by the simulated flash memory. If this option is used
18      the memory that is used by the simulated flash memory is not erased.
19