Explorar o código

dt-bindings: mtd: Add binding documentation for HyperFlash

Add DT binding documentation for HyperFlash devices.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Vignesh Raghavendra %!s(int64=6) %!d(string=hai) anos
pai
achega
42de5ff4a6
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt

+ 13 - 0
Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt

@@ -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>;
+	};