1# Copyright (c) 2023 Antmicro <www.antmicro.com>
2# SPDX-License-Identifier: Apache-2.0
3
4description: Renesas RZ/T2M UART
5
6compatible: "renesas,rzt2m-uart"
7
8include:
9  - name: uart-controller.yaml
10  - name: pinctrl-device.yaml
11
12properties:
13  reg:
14    required: true
15
16  current-speed:
17    required: true
18    description: |
19      Initial baud rate setting for UART. Only a fixed set of baud
20      rates is currently supported.
21    enum:
22      - 9600
23      - 115200
24
25  interrupts:
26    required: true
27