drm/etnaviv: Implement mmap as GEM object function
[linux-2.6-microblaze.git] / 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         };