Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Miquel Raynal <miquel.raynal@bootlin.com>

authored by

Vignesh Raghavendra and committed by
Miquel Raynal
89ebf2b8 4844ef80

+13
+13
Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt
··· 1 + Bindings for HyperFlash NOR flash chips compliant with Cypress HyperBus 2 + specification and supports Cypress CFI specification 1.5 command set. 3 + 4 + Required properties: 5 + - compatible : "cypress,hyperflash", "cfi-flash" for HyperFlash NOR chips 6 + - reg : Address of flash's memory map 7 + 8 + Example: 9 + 10 + flash@0 { 11 + compatible = "cypress,hyperflash", "cfi-flash"; 12 + reg = <0x0 0x4000000>; 13 + };