drivers: flash: JESD216 ospi command for SFDP

Includes the 16bit command to read the SFDP in the NOR flash.
according to the JEDEC standard.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-05-05 08:40:13 +02:00 committed by Maureen Helm
commit 712d2537be

View file

@ -20,6 +20,7 @@
#define JESD216_CMD_READ_SFDP 0x5A
#define JESD216_CMD_BURST_SFDP 0x5B
#define JESD216_OCMD_READ_SFDP 0x5AA5
/* Layout of a JESD216 parameter header. */
struct jesd216_param_header {