Skip to content

Commit 8997523

Browse files
quytranpzzcfriedt
authored andcommitted
dts: renesas: rx: Add non-mask interrupt reg for RX26T
Add NMISR, NMIER, NMICLR regs for RX26T Signed-off-by: Quy Tran <[email protected]>
1 parent df638db commit 8997523

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

dts/rx/renesas/rx26t-common.dtsi

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,12 @@
3939
<0x00872f0 0x02>,
4040
<0x0087500 0x0f>,
4141
<0x0087510 0x01>,
42-
<0x0087514 0x01>;
43-
reg-names = "IR", "IER", "IPR", "FIR", "IRQCR", "IRQFLTE", "IRQFLTC0";
42+
<0x0087514 0x01>,
43+
<0x0087580 0x01>,
44+
<0x0087581 0x01>,
45+
<0x0087582 0x01>;
46+
reg-names = "IR", "IER", "IPR", "FIR", "IRQCR", "IRQFLTE", "IRQFLTC0", "NMISR",
47+
"NMIER", "NMICLR";
4448

4549
swint1: swint1@872e0 {
4650
compatible = "renesas,rx-swint";

0 commit comments

Comments
 (0)