18 lines
421 B
YAML
18 lines
421 B
YAML
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Simulated flash memory
|
|
|
|
compatible: "zephyr,sim-flash"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
erase-value:
|
|
type: int
|
|
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.
|