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:
Justin Watson 2018-02-19 21:58:07 -08:00 committed by Kumar Gala
commit c1ce290d45
8 changed files with 323 additions and 12 deletions

View file

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