Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/mtd/spi-nand.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: SPI-NAND flash device tree bindings
0008 
0009 maintainers:
0010   - Miquel Raynal <miquel.raynal@bootlin.com>
0011 
0012 allOf:
0013   - $ref: "nand-chip.yaml#"
0014   - $ref: /schemas/spi/spi-peripheral-props.yaml#
0015 
0016 properties:
0017   compatible:
0018     const: spi-nand
0019 
0020   reg:
0021     description: Encode the chip-select line on the SPI bus
0022     maxItems: 1
0023 
0024 required:
0025   - compatible
0026   - reg
0027 
0028 unevaluatedProperties: false