We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d4976 commit 22b637fCopy full SHA for 22b637f
samples/drivers/jesd216/src/main.c
@@ -28,6 +28,8 @@
28
#define FLASH_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(nxp_s32_qspi_nor)
29
#elif DT_HAS_COMPAT_STATUS_OKAY(nxp_imx_flexspi_nor)
30
#define FLASH_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(nxp_imx_flexspi_nor)
31
+#elif DT_HAS_COMPAT_STATUS_OKAY(renesas_ra_ospi_b_nor)
32
+#define FLASH_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(renesas_ra_ospi_b_nor)
33
#else
34
#error Unsupported flash driver
35
#define FLASH_NODE DT_INVALID_NODE
0 commit comments