18c2ecf20Sopenharmony_ciBindings for HyperFlash NOR flash chips compliant with Cypress HyperBus
28c2ecf20Sopenharmony_cispecification and supports Cypress CFI specification 1.5 command set.
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci- compatible : "cypress,hyperflash", "cfi-flash" for HyperFlash NOR chips
68c2ecf20Sopenharmony_ci- reg : Address of flash's memory map
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciExample:
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci	flash@0 {
118c2ecf20Sopenharmony_ci		compatible = "cypress,hyperflash", "cfi-flash";
128c2ecf20Sopenharmony_ci		reg = <0x0 0x4000000>;
138c2ecf20Sopenharmony_ci	};
14