dts: arm: renesas: ra: fixed ioport2 irq assigments
Only IRQ's 0-3 are available on ioport2. Signed-off-by: Ian Morris <ian.d.morris@outlook.com>
This commit is contained in:
parent
91dfe8f076
commit
f80de97c26
1 changed files with 2 additions and 3 deletions
|
@ -217,10 +217,9 @@
|
|||
interrupts = <RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ0>,
|
||||
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ1>,
|
||||
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ2>,
|
||||
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ3>,
|
||||
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ9>;
|
||||
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ3>;
|
||||
interrupt-names = "port-irq0", "port-irq1", "port-irq2",
|
||||
"port-irq3", "port-irq9";
|
||||
"port-irq3";
|
||||
port-irq0-pins = <6>;
|
||||
port-irq1-pins = <5>;
|
||||
port-irq2-pins = <13>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue