27 lines
516 B
YAML
27 lines
516 B
YAML
#
|
|
# Copyright (c) 2023, Andes Technology Corporation.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
compatible: "andestech,qspi-nor"
|
|
|
|
description:
|
|
Properties supporting Zephyr qspi-nor flash driver control of
|
|
flash memories using the standard M25P80-based command set.
|
|
|
|
include: "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
|