Skip to content

Commit 7aa28f8

Browse files
eivindj-nordicanangl
authored andcommitted
dts: nordic: nrf9160: Add IPC node
Add devicetree node for IPC driver so that the IPC interrupt properties can be accessed with device tree interrupt property macros and configured using devicetree overlays. Signed-off-by: Eivind Jølsgard <[email protected]> Co-authored-by: Andrzej Głąbek <[email protected]>
1 parent 3202dc1 commit 7aa28f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/nordic/nrf9160_common.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ egu5: egu@20000 {
7979
status = "okay";
8080
};
8181

82+
ipc: ipc@2a000 {
83+
compatible = "nordic,nrf-ipc";
84+
reg = <0x2a000 0x1000>;
85+
interrupts = <42 NRF_DEFAULT_IRQ_PRIORITY>;
86+
status = "okay";
87+
label = "IPC";
88+
};
89+
8290
i2s0: i2s@28000 {
8391
compatible = "nordic,nrf-i2s";
8492
#address-cells = <1>;

0 commit comments

Comments
 (0)