zephyr/dts/bindings/mtd/jedec,spi-nor.yaml
Chris Friedt 83bea9a796 dts: bindings: clean up redundant required false attributes
DTS property attributes are (by default) not required.

Explicitly specifying `required: false` is redundant.
Perhaps a warning to that effect would be useful.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2022-11-20 13:12:44 -05:00

24 lines
601 B
YAML

# Copyright (c) 2018 Peter Bigot Consulting, LLC
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: |
Properties supporting Zephyr spi-nor flash driver (over the Zephyr SPI
API) control of serial flash memories using the standard M25P80-based
command set.
compatible: "jedec,spi-nor"
include: [spi-device.yaml, "jedec,spi-nor-common.yaml"]
properties:
wp-gpios:
type: phandle-array
description: WPn pin
hold-gpios:
type: phandle-array
description: HOLDn pin
reset-gpios:
type: phandle-array
description: RESETn pin