1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7
4#
5
6description: Realtek RTS5912 UART
7
8compatible: "realtek,rts5912-uart"
9
10include: [uart-controller.yaml, pinctrl-device.yaml]
11
12properties:
13  reg:
14    required: true
15
16  port:
17    type: int
18    required: true
19
20  pinctrl-0:
21    required: true
22
23  pinctrl-names:
24    required: true
25