Skip to content

Commit 8e64481

Browse files
svanheuletsbogend
authored andcommitted
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 <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 045cbcc commit 8e64481

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/mips/boot/dts/realtek/rtl838x.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,15 @@
7373

7474
status = "disabled";
7575
};
76+
77+
intc: interrupt-controller@3000 {
78+
compatible = "realtek,rtl8380-intc", "realtek,rtl-intc";
79+
reg = <0x3000 0x20>;
80+
interrupt-controller;
81+
#interrupt-cells = <1>;
82+
83+
interrupt-parent = <&cpuintc>;
84+
interrupts = <2>, <3>, <4>, <5>, <6>;
85+
};
7686
};
7787
};

0 commit comments

Comments
 (0)