Skip to content

Commit 11b897a

Browse files
nmenonSantoshShilimkar
authored andcommitted
ARM: dts: keystone-k2g: Add Message Manager node
Introduce the message manager node for the A15 queues on which Linux runs. The Message Manager is primarily used for communication with Power Management controller on K2G. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
1 parent e0f0b54 commit 11b897a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm/boot/dts/keystone-k2g.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,17 @@
113113
#gpio-cells = <2>;
114114
gpio,syscon-dev = <&devctrl 0x240>;
115115
};
116+
117+
msgmgr: msgmgr@02a00000 {
118+
compatible = "ti,k2g-message-manager";
119+
#mbox-cells = <2>;
120+
reg-names = "queue_proxy_region",
121+
"queue_state_debug_region";
122+
reg = <0x02a00000 0x400000>, <0x028c3400 0x400>;
123+
interrupt-names = "rx_005",
124+
"rx_057";
125+
interrupts = <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>,
126+
<GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>;
127+
};
116128
};
117129
};

0 commit comments

Comments
 (0)