zephyr/dts/bindings/flash_controller/zephyr,sim-flash.yaml
Kumar Gala 033d82460a dts: bindings: Fix some YAML issues
Fix a few duplicated key issues in a small handful of binding files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-10-23 08:02:19 -05:00

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