mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
89ebf2b850
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>
14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
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>;
|
|
};
|