[U-Boot] [PATCH v4 19/27] dt-bindings: Add bindings for SPI NAND devices

Miquel Raynal miquel.raynal at bootlin.com
Fri Jul 13 12:32:05 UTC 2018


From: Boris Brezillon <boris.brezillon at bootlin.com>

Add bindings for SPI NAND chips.

Signed-off-by: Boris Brezillon <boris.brezillon at bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
 doc/device-tree-bindings/mtd/spi-nand.txt | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 doc/device-tree-bindings/mtd/spi-nand.txt

diff --git a/doc/device-tree-bindings/mtd/spi-nand.txt b/doc/device-tree-bindings/mtd/spi-nand.txt
new file mode 100644
index 0000000000..8b51f3b6d5
--- /dev/null
+++ b/doc/device-tree-bindings/mtd/spi-nand.txt
@@ -0,0 +1,5 @@
+SPI NAND flash
+
+Required properties:
+- compatible: should be "spi-nand"
+- reg: should encode the chip-select line used to access the NAND chip
-- 
2.14.1



More information about the U-Boot mailing list