Fix a few duplicated key issues in a small handful of binding files. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
17 lines
274 B
YAML
17 lines
274 B
YAML
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Simulated flash memory
|
|
|
|
compatible: "zephyr,sim-flash"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
label:
|
|
required: true
|
|
|
|
erase-value:
|
|
type: int
|
|
description: Value of erased flash cell
|
|
required: false
|