xref: /linux/Documentation/devicetree/bindings/serial/altr,uart-1.0.yaml (revision 5f5598d945e2a69f764aa5c2074dad73e23bcfcb)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/serial/altr,uart-1.0.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Altera UART
8
9maintainers:
10  - Dinh Nguyen <dinguyen@kernel.org>
11
12allOf:
13  - $ref: /schemas/serial/serial.yaml#
14
15properties:
16  compatible:
17    const: altr,uart-1.0
18
19  clock-frequency:
20    description: Frequency of the clock input to the UART.
21
22required:
23  - compatible
24
25unevaluatedProperties: false
26