From: Sander Vanheule Date: Sun, 19 Jan 2025 18:34:20 +0000 (+0100) Subject: mips: dts: realtek: Add SoC IRQ node for RTL838x X-Git-Tag: v6.15-rc1~112^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e6448164753925c0f3597d95021b45138fbd614;p=thirdparty%2Flinux.git mips: dts: realtek: Add SoC IRQ node for RTL838x Add the SoC interrupt controller so other components can link to it. Signed-off-by: Sander Vanheule Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/realtek/rtl838x.dtsi b/arch/mips/boot/dts/realtek/rtl838x.dtsi index 9074490945365..21fb584e63831 100644 --- a/arch/mips/boot/dts/realtek/rtl838x.dtsi +++ b/arch/mips/boot/dts/realtek/rtl838x.dtsi @@ -73,5 +73,15 @@ status = "disabled"; }; + + intc: interrupt-controller@3000 { + compatible = "realtek,rtl8380-intc", "realtek,rtl-intc"; + reg = <0x3000 0x20>; + interrupt-controller; + #interrupt-cells = <1>; + + interrupt-parent = <&cpuintc>; + interrupts = <2>, <3>, <4>, <5>, <6>; + }; }; };