1c9ccf3a3SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2c9ccf3a3SEmmanuel Vadot%YAML 1.2 3c9ccf3a3SEmmanuel Vadot--- 4c9ccf3a3SEmmanuel Vadot$id: http://devicetree.org/schemas/mtd/spi-nand.yaml# 5c9ccf3a3SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6c9ccf3a3SEmmanuel Vadot 77ef62cebSEmmanuel Vadottitle: SPI-NAND flash 8c9ccf3a3SEmmanuel Vadot 9c9ccf3a3SEmmanuel Vadotmaintainers: 10c9ccf3a3SEmmanuel Vadot - Miquel Raynal <miquel.raynal@bootlin.com> 11c9ccf3a3SEmmanuel Vadot 12c9ccf3a3SEmmanuel VadotallOf: 13*fac71e4eSEmmanuel Vadot - $ref: nand-chip.yaml# 14d5b0e70fSEmmanuel Vadot - $ref: /schemas/spi/spi-peripheral-props.yaml# 15c9ccf3a3SEmmanuel Vadot 16c9ccf3a3SEmmanuel Vadotproperties: 17c9ccf3a3SEmmanuel Vadot compatible: 18c9ccf3a3SEmmanuel Vadot const: spi-nand 19c9ccf3a3SEmmanuel Vadot 20c9ccf3a3SEmmanuel Vadot reg: 21c9ccf3a3SEmmanuel Vadot description: Encode the chip-select line on the SPI bus 22c9ccf3a3SEmmanuel Vadot maxItems: 1 23c9ccf3a3SEmmanuel Vadot 24c9ccf3a3SEmmanuel Vadotrequired: 25c9ccf3a3SEmmanuel Vadot - compatible 26c9ccf3a3SEmmanuel Vadot - reg 27c9ccf3a3SEmmanuel Vadot 28c9ccf3a3SEmmanuel VadotunevaluatedProperties: false 29