dts: renesas: ra: Fix interrupt numbers bug for ra4w1
- Update the overlapping irq number between port_irq4 and spi1 - Remove irq number for sci9 as it exceeds the limit (32 irq numbers) Now users will define the irq numbers themselves Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
This commit is contained in:
parent
487f86183a
commit
a9c0fcafa1
2 changed files with 1 additions and 3 deletions
|
@ -90,7 +90,7 @@
|
|||
};
|
||||
|
||||
&port_irq4 {
|
||||
interrupts = <31 12>;
|
||||
interrupts = <27 12>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -149,8 +149,6 @@
|
|||
|
||||
sci9: sci9@40070120 {
|
||||
compatible = "renesas,ra-sci";
|
||||
interrupts = <36 1>, <37 1>, <38 1>, <39 1>;
|
||||
interrupt-names = "rxi", "txi", "tei", "eri";
|
||||
reg = <0x40070120 0x20>;
|
||||
clocks = <&pclka MSTPB 22>;
|
||||
status = "disabled";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue