Skip to content

Commit ed03475

Browse files
khoa-nguyen-18cfriedt
authored andcommitted
tests: drivers: flash: Add support flash/common to test MRAM
Add support test app `flash/common` to test MRAM on Renesas ek_ra8p1, mck_ra8t2 Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
1 parent 9b97367 commit ed03475

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&code_mram_cm33 {
7+
partitions {
8+
compatible = "fixed-partitions";
9+
#address-cells = <1>;
10+
#size-cells = <1>;
11+
12+
storage_partition: partition@48000 {
13+
label = "storage";
14+
reg = <0x48000 DT_SIZE_K(32)>;
15+
};
16+
};
17+
};
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&code_mram_cm85 {
7+
partitions {
8+
compatible = "fixed-partitions";
9+
#address-cells = <1>;
10+
#size-cells = <1>;
11+
12+
storage_partition: partition@98000 {
13+
label = "storage";
14+
reg = <0x98000 DT_SIZE_K(32)>;
15+
};
16+
};
17+
};
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&code_mram_cm85 {
7+
partitions {
8+
compatible = "fixed-partitions";
9+
#address-cells = <1>;
10+
#size-cells = <1>;
11+
12+
storage_partition: partition@98000 {
13+
label = "storage";
14+
reg = <0x98000 DT_SIZE_K(32)>;
15+
};
16+
};
17+
};

0 commit comments

Comments
 (0)