Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
13 lines
213 B
YAML
13 lines
213 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
|