mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
serial: Added Timberdale UART driver
Driver for the UART found in the Timberdale FPGA Signed-off-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e960bf73dd
commit
34aec59184
5 changed files with 589 additions and 0 deletions
|
@ -168,6 +168,9 @@
|
|||
/* MAX3100 */
|
||||
#define PORT_MAX3100 86
|
||||
|
||||
/* Timberdale UART */
|
||||
#define PORT_TIMBUART 87
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
#include <linux/compiler.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue