Skip to content

Commit e09a30c

Browse files
jonathannilsenrlubos
authored andcommitted
[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 cd4c148 commit e09a30c

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)