samples: drivers: jesd216: support NXP FlexSPI NOR driver
Support NXP FlexSPI nor driver with jesd216 sample. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
9d7a3fb647
commit
b83d8b0707
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
|||
#define FLASH_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(st_stm32_ospi_nor)
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(nxp_s32_qspi_nor)
|
||||
#define FLASH_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(nxp_s32_qspi_nor)
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(nxp_imx_flexspi_nor)
|
||||
#define FLASH_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(nxp_imx_flexspi_nor)
|
||||
#else
|
||||
#error Unsupported flash driver
|
||||
#define FLASH_NODE DT_INVALID_NODE
|
||||
|
|
|
|||
Loading…
Reference in a new issue