spi-nand.yaml 543 B

12345678910111213141516171819202122232425262728
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/mtd/spi-nand.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: SPI-NAND flash
  7. maintainers:
  8. - Miquel Raynal <miquel.raynal@bootlin.com>
  9. allOf:
  10. - $ref: nand-chip.yaml#
  11. - $ref: /schemas/spi/spi-peripheral-props.yaml#
  12. properties:
  13. compatible:
  14. const: spi-nand
  15. reg:
  16. description: Encode the chip-select line on the SPI bus
  17. maxItems: 1
  18. required:
  19. - compatible
  20. - reg
  21. unevaluatedProperties: false