]> Git Repo - J-linux.git/commitdiff
dt-bindings: mtd: Add binding documentation for HyperFlash
authorVignesh Raghavendra <[email protected]>
Tue, 25 Jun 2019 07:57:43 +0000 (13:27 +0530)
committerMiquel Raynal <[email protected]>
Thu, 27 Jun 2019 17:47:52 +0000 (19:47 +0200)
Add DT binding documentation for HyperFlash devices.

Signed-off-by: Vignesh Raghavendra <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt b/Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt
new file mode 100644 (file)
index 0000000..ad42f4d
--- /dev/null
@@ -0,0 +1,13 @@
+Bindings for HyperFlash NOR flash chips compliant with Cypress HyperBus
+specification and supports Cypress CFI specification 1.5 command set.
+
+Required properties:
+- compatible : "cypress,hyperflash", "cfi-flash" for HyperFlash NOR chips
+- reg : Address of flash's memory map
+
+Example:
+
+       flash@0 {
+               compatible = "cypress,hyperflash", "cfi-flash";
+               reg = <0x0 0x4000000>;
+       };
This page took 0.053225 seconds and 4 git commands to generate.