Skip to content

Commit

Permalink
[nrf fromlist] boards: nordic: nrf9280pdk: set dcache alignment for c…
Browse files Browse the repository at this point in the history
…pusec ipc nodes

Set data cache alignment for nodes defining IPC towards cpusec.

Upstream PR: zephyrproject-rtos/zephyr#79332

Signed-off-by: Andreas Moltumyr <[email protected]>
  • Loading branch information
anhmolt committed Oct 4, 2024
1 parent 877a20e commit de39c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-ipc_conf.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
cpusec_cpuapp_ipc: ipc-1-2 {
compatible = "zephyr,ipc-icmsg";
status = "disabled";
dcache-alignment = <32>;
mboxes = <&cpusec_bellboard 12>,
<&cpuapp_bellboard 0>;
};

cpusec_cpurad_ipc: ipc-1-3 {
compatible = "zephyr,ipc-icmsg";
status = "disabled";
dcache-alignment = <32>;
mboxes = <&cpusec_bellboard 18>,
<&cpurad_bellboard 0>;
};
Expand Down

0 comments on commit de39c50

Please sign in to comment.