Skip to content

Commit f503ede

Browse files
khoa-nguyen-18pillo79
authored andcommitted
tests: drivers: flash: Add support to test qspi_nor for RA6
Add support to test flash/common for qspi_nor on Renesas ek_ra6m5, ek_ra6m4, ek_ra6m3, ek_ra6e2 Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 21f7d9d commit f503ede

14 files changed

+82
-1
lines changed

tests/drivers/flash/common/boards/ek_ra6e2.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818
};
1919
};
2020
};
21+
22+
&at25sf128a {
23+
status = "disabled";
24+
};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2025 Renesas Electronics Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_TEST_DRIVER_FLASH_SIZE=16777216
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/delete-node/ &storage_partition;
7+
8+
&at25sf128a {
9+
status = "okay";
10+
};

tests/drivers/flash/common/boards/ek_ra6m3.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818
};
1919
};
2020
};
21+
22+
&mx25l25645g {
23+
status = "disabled";
24+
};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2025 Renesas Electronics Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_TEST_DRIVER_FLASH_SIZE=33554432
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/delete-node/ &storage_partition;
7+
8+
&mx25l25645g {
9+
status = "okay";
10+
};

tests/drivers/flash/common/boards/ek_ra6m4.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818
};
1919
};
2020
};
21+
22+
&mx25l25645g {
23+
status = "disabled";
24+
};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2025 Renesas Electronics Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_TEST_DRIVER_FLASH_SIZE=33554432
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/delete-node/ &storage_partition;
7+
8+
&mx25l25645g {
9+
status = "okay";
10+
};

tests/drivers/flash/common/boards/ek_ra6m5.overlay

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 Renesas Electronics Corporation
2+
* Copyright (c) 2024-2025 Renesas Electronics Corporation
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

@@ -18,3 +18,7 @@
1818
};
1919
};
2020
};
21+
22+
&mx25l25645g {
23+
status = "disabled";
24+
};

0 commit comments

Comments
 (0)