Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 21be4fe1e6180fdb79c9c4d7f33d25e7 > files > 3064

kernel-doc-5.3.11-1.mga7.noarch.rpm

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