dts: sam3x: fix incorrect usart2 IRQ number

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This commit is contained in:
Piotr Mienkowski 2017-10-18 18:36:37 +02:00 committed by Kumar Gala
commit 7e68430bcf

View file

@ -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";
}; };