File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
tests/drivers/flash/common/src Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 3232#elif defined(TEST_AREA_DEV_NODE )
3333
3434#define TEST_AREA_DEVICE DEVICE_DT_GET(TEST_AREA_DEV_NODE)
35+ #if defined(CONFIG_SOC_NRF54L15_CPUAPP ) && defined(CONFIG_MSPI_NRFE )
36+ #define TEST_AREA_OFFSET 0x00
37+ #else
3538#define TEST_AREA_OFFSET 0xff000
39+ #endif
3640
3741#if DT_NODE_HAS_PROP (TEST_AREA_DEV_NODE , size_in_bytes )
3842#define TEST_AREA_MAX DT_PROP(TEST_AREA_DEV_NODE, size_in_bytes)
4448#error "Unsupported configuraiton"
4549#endif
4650
51+ #if defined(CONFIG_SOC_NRF54L15_CPUAPP ) && defined(CONFIG_MSPI_NRFE )
52+ #define EXPECTED_SIZE 64
53+ #else
4754#define EXPECTED_SIZE 512
55+ #endif
4856
4957#if !defined(CONFIG_FLASH_HAS_EXPLICIT_ERASE ) && \
5058 !defined(CONFIG_FLASH_HAS_NO_EXPLICIT_ERASE )
You can’t perform that action at this time.
0 commit comments