1# Copyright (c) 2018 Peter Bigot Consulting, LLC
2# Copyright (c) 2019 Nordic Semiconductor ASA
3# SPDX-License-Identifier: Apache-2.0
4
5description: |
6  Properties supporting Zephyr spi-nor flash driver (over the Zephyr SPI
7  API) control of serial flash memories using the standard M25P80-based
8  command set.
9
10compatible: "jedec,spi-nor"
11
12include: [spi-device.yaml, "jedec,spi-nor-common.yaml"]
13
14properties:
15  wp-gpios:
16    type: phandle-array
17    description: WPn pin
18  hold-gpios:
19    type: phandle-array
20    description: HOLDn pin
21  reset-gpios:
22    type: phandle-array
23    description: RESETn pin
24