mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
serial: bflb_uart: add Bouffalolab UART Driver
Add the driver for Bouffalolab UART IP which is found in Bouffalolab SoCs such as bl808. UART driver probe will create path named "/dev/ttySx". Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
This commit is contained in:
parent
d54c88d193
commit
350729c7e8
4 changed files with 681 additions and 0 deletions
|
@ -276,4 +276,7 @@
|
|||
/* Sunplus UART */
|
||||
#define PORT_SUNPLUS 123
|
||||
|
||||
/* Bouffalolab UART */
|
||||
#define PORT_BFLB 124
|
||||
|
||||
#endif /* _UAPILINUX_SERIAL_CORE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue