Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a392d42d authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone: add keystone irq controller node



Add Keystone IRQ controller IP node which allows ARM
CorePac core to receive signals from DSP cores.

Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent 7d1311b9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -277,5 +277,13 @@
			clock-names = "fck";
			bus_freq	= <2500000>;
		};

		kirq0: keystone_irq@26202a0 {
			compatible = "ti,keystone-irq";
			interrupts = <GIC_SPI 4 IRQ_TYPE_EDGE_RISING>;
			interrupt-controller;
			#interrupt-cells = <1>;
			ti,syscon-dev = <&devctrl 0x2a0>;
		};
	};
};