zephyr/dts/bindings/serial/renesas,ra-uart-sci.yaml
TOKITA Hiroshi 69a3930a19 drivers: serial: Add UART driver for Renesas RA series
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>
2023-11-01 10:56:46 +00:00

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]