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