Skip to content

Commit 9b97367

Browse files
khoa-nguyen-18cfriedt
authored andcommitted
boards: renesas: Update zephyr,flash to MRAM label
Update zephyr,flash to MRAM label for ek_ra8p1 and mck_ra8t2 Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
1 parent 90ab750 commit 9b97367

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm33.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
chosen {
1616
zephyr,sram = &sram1;
17-
zephyr,flash = &flash1;
17+
zephyr,flash = &code_mram_cm33;
1818
zephyr,console = &uart9;
1919
zephyr,shell-uart = &uart9;
2020
};

boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm85.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
chosen {
1717
zephyr,sram = &sram0;
18-
zephyr,flash = &flash0;
18+
zephyr,flash = &code_mram_cm85;
1919
zephyr,console = &uart8;
2020
zephyr,shell-uart = &uart8;
2121
};

boards/renesas/mck_ra8t2/mck_ra8t2_r7ka8t2lfecac_cm85.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
chosen {
1616
zephyr,sram = &sram0;
17-
zephyr,flash = &flash0;
17+
zephyr,flash = &code_mram_cm85;
1818
zephyr,console = &uart9;
1919
zephyr,shell-uart = &uart9;
2020
};

0 commit comments

Comments
 (0)