[PATCH v2 5/5] spi: dt-bindings: Add an example with two stacked flashes
Miquel Raynal
miquel.raynal at bootlin.com
Fri Nov 26 08:34:50 PST 2021
Provide an example of how to describe two flashes in eg. stacked mode.
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
Documentation/devicetree/bindings/spi/spi-controller.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/spi/spi-controller.yaml b/Documentation/devicetree/bindings/spi/spi-controller.yaml
index 1ceba6c7430d..7a3fb237830a 100644
--- a/Documentation/devicetree/bindings/spi/spi-controller.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-controller.yaml
@@ -225,4 +225,11 @@ examples:
spi-max-frequency = <100000>;
reg = <1>;
};
+
+ flash at 2,3 {
+ compatible = "jedec,spi-nor";
+ spi-max-frequency = <50000000>;
+ reg = <2>, <3>;
+ stacked-memories;
+ };
};
--
2.27.0
More information about the linux-mtd
mailing list