dts: sam3x: fix incorrect usart2 IRQ number
Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This commit is contained in:
parent
61467e019e
commit
7e68430bcf
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
usart2: usart@400A0000 {
|
usart2: usart@400A0000 {
|
||||||
compatible = "atmel,sam-usart";
|
compatible = "atmel,sam-usart";
|
||||||
reg = <0x400A0000 0x130>;
|
reg = <0x400A0000 0x130>;
|
||||||
interrupts = <18 0>;
|
interrupts = <19 0>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
label = "USART_2";
|
label = "USART_2";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue