1# Copyright (c) 2021 ITE Corporation. All Rights Reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4description: ITE, IT8XXX2-UART node
5
6compatible: "ite,it8xxx2-uart"
7
8include: [uart-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  reg:
12    required: true
13
14  port-num:
15    type: int
16    required: true
17    description: Ordinal identifying the port
18
19  gpios:
20    type: phandle-array
21    required: true
22
23  uart-dev:
24    type: phandle
25    required: true
26    description: Get the handle of the UART device
27
28  pinctrl-0:
29    required: true
30
31  pinctrl-names:
32    required: true
33