Commit 89ebf2b8 authored by Vignesh Raghavendra's avatar Vignesh Raghavendra Committed by Miquel Raynal
Browse files

dt-bindings: mtd: Add binding documentation for HyperFlash



Add DT binding documentation for HyperFlash devices.

Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 4844ef80
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
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>;
	};