Skip to content

Commit 0884b1b

Browse files
glneoSantoshShilimkar
authored andcommitted
ARM: dts: keystone-k2g: Add keystone IRQ controller node
Add the Keystone IRQ controller IP node on K2G SoC. This allows the ARM CorePac core to receive interrupts from remote processor devices (eg: DSP) on the SoC. The IP is identical in functionality to that of the equivalent nodes on existing K2 SoCs. The only difference is the ARM INTC interrupt id/event number. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
1 parent 08fa198 commit 0884b1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,13 @@
9898
clock-frequency = <200000000>;
9999
status = "disabled";
100100
};
101+
102+
kirq0: keystone_irq@026202a0 {
103+
compatible = "ti,keystone-irq";
104+
interrupts = <GIC_SPI 1 IRQ_TYPE_EDGE_RISING>;
105+
interrupt-controller;
106+
#interrupt-cells = <1>;
107+
ti,syscon-dev = <&devctrl 0x2a0>;
108+
};
101109
};
102110
};

0 commit comments

Comments
 (0)