2019-01-29 02:26:30 +08:00
|
|
|
# Copyright (c) 2018 Peter Bigot Consulting, LLC
|
2019-11-20 21:45:06 +08:00
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
2019-01-29 02:26:30 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-20 21:45:06 +08:00
|
|
|
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.
|
2019-01-29 02:26:30 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "jedec,spi-nor"
|
|
|
|
|
2019-11-20 21:45:06 +08:00
|
|
|
include: [spi-device.yaml, "jedec,spi-nor-common.yaml"]
|
2019-01-29 02:26:30 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
wp-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2019-01-29 02:26:30 +08:00
|
|
|
description: WPn pin
|
|
|
|
hold-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2019-01-29 02:26:30 +08:00
|
|
|
description: HOLDn pin
|
|
|
|
reset-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2019-01-29 02:26:30 +08:00
|
|
|
description: RESETn pin
|