dts: bindings: mtd: add Andes qspi-nor
Add dts binding for Andes qspi-nor. Signed-off-by: Wei-Tai Lee <wtlee@andestech.com>
This commit is contained in:
parent
73388c34e3
commit
3548bf26d8
1 changed files with 26 additions and 0 deletions
26
dts/bindings/mtd/andestech,qspi-nor.yaml
Normal file
26
dts/bindings/mtd/andestech,qspi-nor.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
#
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue