-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
driver: serial: Add UART driver initial version of RTS5912.
Add UART driver for Realtek RTS5912. Signed-off-by: Lin Yu-Cheng <[email protected]>
- Loading branch information
1 parent
8a5d9f9
commit b9af712
Showing
7 changed files
with
554 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7 | ||
# | ||
|
||
config UART_RTS5912 | ||
bool "UART driver for Realtek RTS5912 EC" | ||
default y | ||
depends on DT_HAS_REALTEK_RTS5912_UART_ENABLED | ||
select SERIAL_HAS_DRIVER | ||
select PINCTRL | ||
select CLOCK_CONTROL | ||
help | ||
This option enables the UART driver for Realtek RTS591x EC. | ||
Say y if you wish to use serial port on Realtek RTS591x EC. |
Oops, something went wrong.