Skip to content

Commit f2fca08

Browse files
committed
dts: rx: Update interrupt-controller node
Update interrupt controller node to be compatible with new binding configuration Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent b2c7571 commit f2fca08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dts/rx/renesas/rx-qemu.dtsi

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@
3636
reg = <0x0087000 0xff>,
3737
<0x0087200 0x1f>,
3838
<0x0087300 0xff>,
39-
<0x00872f0 0x02>;
40-
reg-names = "IR", "IER", "IPR", "FIR";
39+
<0x00872f0 0x02>,
40+
<0x0087500 0x0f>,
41+
<0x0087510 0x01>,
42+
<0x0087514 0x01>;
43+
reg-names = "IR", "IER", "IPR", "FIR","IRQCR","IRQFLTE","IRQFLTC0";
4144
};
4245

4346
clocks: clocks {

0 commit comments

Comments
 (0)