2019-04-18 20:55:30 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: Simulated flash memory
|
2019-04-18 20:55:30 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "zephyr,sim-flash"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: base.yaml
|
2019-06-08 00:12:49 +08:00
|
|
|
|
2019-04-18 20:55:30 +08:00
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
erase-value:
|
|
|
|
type: int
|
|
|
|
description: Value of erased flash cell
|
2023-04-28 20:16:45 +08:00
|
|
|
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.
|