Skip to content

Commit 9972cd2

Browse files
[nrf fromlist] boards: nrf54h0: iron: enable cpusec_bellboard for cpuapp
Upstream PR #: 89333 Enable the cpusec_bellboard by default for the cpuapp iron board variant so that IPC toward the secure domain is available by default. Because IPC is needed to boot the radio core, this fits the standard use case. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent ebc9bf1 commit 9972cd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_iron.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
};
1818
};
1919

20+
&cpusec_bellboard {
21+
status = "okay";
22+
};
23+
2024
&cpusec_cpuapp_ipc {
2125
mbox-names = "tx", "rx";
2226
status = "okay";

0 commit comments

Comments
 (0)