Skip to content

Commit bb8611a

Browse files
committed
[nrf fromlist] boards: 54h20: Support IPC between SEC and APP
Support IPC between SEC and APP. This is needed for PSA Crypto support. This patch is expected to be removed within a couple of weeks by the ongoing work in NCSDK-32158. Upstream PR #: 88285 Ref: NCSDK-NONE Signed-off-by: Sebastian Bøe <[email protected]>
1 parent e48bca4 commit bb8611a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_iron.dts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,24 @@
88

99
/delete-node/&cpurad_rx_partitions;
1010
/delete-node/&cpuapp_rx_partitions;
11-
/delete-node/&cpusec_cpuapp_ipc;
1211

1312
/* This is not yet an exhaustive memory map, and contain only a minimum required to boot
1413
* the application core.
1514
*/
1615

16+
/* Temporary until NCSDK-32158 */
17+
&cpusec_cpuapp_ipc {
18+
status = "okay";
19+
mbox-names = "tx", "rx";
20+
tx-region = <&cpuapp_cpusec_ipc_shm>;
21+
rx-region = <&cpusec_cpuapp_ipc_shm>;
22+
};
23+
24+
/* Temporary until NCSDK-32158 */
25+
&cpusec_bellboard {
26+
status = "okay";
27+
};
28+
1729
&mram1x {
1830
cpuapp_rx_partitions: cpuapp-rx-partitions {
1931
compatible = "nordic,owned-partitions", "fixed-partitions";

0 commit comments

Comments
 (0)