Skip to content

Commit 28530bc

Browse files
lucien-nxpcfriedt
authored andcommitted
samples: subsys: ipc: openamp: correct mpu attribution
- Set ocram2_sh_mem attribution as ATTR_MPU_RAM_NOCACHE Signed-off-by: Lucien Zhao <[email protected]>
1 parent c503850 commit 28530bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/subsys/ipc/openamp/boards/mimxrt1180_evk_mimxrt1189_cm33.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
compatible = "zephyr,memory-region", "mmio-sram";
2323
reg = <0x20500000 DT_SIZE_K(32)>;
2424
zephyr,memory-region = "OCRAM2_SH_MEM";
25-
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_IO)>;
25+
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE)>;
2626
};
2727

2828
mailbox_a: ipm-mbox {

0 commit comments

Comments
 (0)