69a3930a19
Adding initial support for Renesas RA UART. To avoid complicating initial code for supporting the SoC, I have implemented only the bare minimum for now. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
9 lines
229 B
YAML
9 lines
229 B
YAML
# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Renesas RA Series SCI based UART controller
|
|
|
|
compatible: "renesas,ra-uart-sci"
|
|
|
|
include: [uart-controller.yaml]
|