forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: serial: add support of hscif driver for RCar boards
commit 448466a upstream Add support of HSCIF UART driver for Renesas boards. Signed-off-by: Mykola Kvach <[email protected]> Acked-by: Dmytro Firsov <[email protected]>
- Loading branch information
1 parent
62fa552
commit ee2aa8f
Showing
4 changed files
with
82 additions
and
41 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
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,18 @@ | ||
# Copyright (c) 2024, EPAM Systems | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
description: Renesas R-Car HSCIF controller | ||
|
||
compatible: "renesas,rcar-hscif" | ||
|
||
include: [uart-controller.yaml, pinctrl-device.yaml] | ||
|
||
properties: | ||
reg: | ||
required: true | ||
|
||
clocks: | ||
required: true | ||
|
||
current-speed: | ||
required: true |