Skip to content

Commit 3fb1c87

Browse files
ppryga-nordicanangl
authored andcommitted
[nrf fromtree] dts: nrf54h20: Add missing global dppic and ipcst configs
There were missing global dppic and ipct channels configuration that allows to deliver events from global peripherlas like GRTC to Radio domain. Add missing configuration to nrf54h20 dtsi file. Signed-off-by: Piotr Pryga <[email protected]> (cherry picked from commit 3140b95) Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 479305b commit 3fb1c87

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dts/arm/nordic/nrf54h20_cpurad.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,23 @@ cpuppr_vevif: &cpuppr_vevif_remote {};
5454
<109 NRF_DEFAULT_IRQ_PRIORITY>,
5555
<110 NRF_DEFAULT_IRQ_PRIORITY>;
5656
};
57+
58+
&dppic130 {
59+
owned-channels = <0>;
60+
sink-channels = <0>;
61+
nonsecure-channels = <0>;
62+
status = "okay";
63+
};
64+
65+
&dppic132 {
66+
owned-channels = <0>;
67+
source-channels = <0>;
68+
nonsecure-channels = <0>;
69+
status = "okay";
70+
};
71+
72+
&ipct130 {
73+
owned-channels = <0>;
74+
source-channel-links = <0 3 0>;
75+
status = "okay";
76+
};

0 commit comments

Comments
 (0)