1#
2# Copyright (c) 2023, Andes Technology Corporation.
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7compatible: "andestech,qspi-nor"
8
9description:
10  Properties supporting Zephyr qspi-nor flash driver control of
11  flash memories using the standard M25P80-based command set.
12
13include: "jedec,spi-nor-common.yaml"
14
15properties:
16  wp-gpios:
17    type: phandle-array
18    description: WPn pin
19
20  hold-gpios:
21    type: phandle-array
22    description: HOLDn pin
23
24  reset-gpios:
25    type: phandle-array
26    description: RESETn pin
27