All in tree device drivers use some form of DEVICE_DT_GET so we no longer need to require label properties. Signed-off-by: Kumar Gala <galak@kernel.org>
14 lines
241 B
YAML
14 lines
241 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
|
|
required: false
|