Skip to content

Commit 9a90dff

Browse files
Aymeric Ailletcarlescufi
authored andcommitted
dts: bindings: serial: add Renesas R-Car SCIF
Renesas has Serial Communication Interface with FIFO (SCIF) hardware block which allow asynchronous and synchronous serial communication. The SCIF has 16-stage FIFO buffers separately for transmissions and reception. Signed-off-by: Aymeric Aillet <[email protected]>
1 parent 5f43fb3 commit 9a90dff

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright (c) 2021, IoT.bzh
2+
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
description: Renesas R-Car UART controller
5+
6+
compatible: "renesas,rcar-scif"
7+
8+
include: uart-controller.yaml
9+
10+
properties:
11+
reg:
12+
required: true
13+
14+
clocks:
15+
required: true

0 commit comments

Comments
 (0)