From 3548bf26d8262d192f84c0037fa78304654c2c15 Mon Sep 17 00:00:00 2001 From: Wei-Tai Lee Date: Wed, 31 May 2023 16:37:44 +0800 Subject: [PATCH] dts: bindings: mtd: add Andes qspi-nor Add dts binding for Andes qspi-nor. Signed-off-by: Wei-Tai Lee --- dts/bindings/mtd/andestech,qspi-nor.yaml | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dts/bindings/mtd/andestech,qspi-nor.yaml diff --git a/dts/bindings/mtd/andestech,qspi-nor.yaml b/dts/bindings/mtd/andestech,qspi-nor.yaml new file mode 100644 index 00000000000..04621cead24 --- /dev/null +++ b/dts/bindings/mtd/andestech,qspi-nor.yaml @@ -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