serial: sam: add support for interrupt driven serial
Implements interrupt driven UART for the serial driver. Signed-off-by: Kumar Gala <kumar.gala@linaro.org> Signed-off-by: Justin Watson <jwatson5@gmail.com>
This commit is contained in:
parent
0c45b84ce1
commit
c1ce290d45
8 changed files with 323 additions and 12 deletions
|
@ -55,7 +55,7 @@
|
|||
uart0: uart@400E0800 {
|
||||
compatible = "atmel,sam-uart";
|
||||
reg = <0x400E0800 0x124>;
|
||||
interrupts = <8 0>;
|
||||
interrupts = <8 1>;
|
||||
peripheral-id = <8>;
|
||||
status = "disabled";
|
||||
label = "UART_0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue