Skip to content

Commit 979bc8d

Browse files
committed
[nrf noup] tests: drivers: flash: common: run on SDP MSPI
Changing test parameters when running for SDP MSPI. Signed-off-by: Jakub Zymelka <[email protected]>
1 parent ef3fa17 commit 979bc8d

File tree

1 file changed

+4
-0
lines changed
  • tests/drivers/flash/common/src

1 file changed

+4
-0
lines changed

tests/drivers/flash/common/src/main.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
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)

0 commit comments

Comments
 (0)