Skip to content

Commit f75794b

Browse files
committed
dt-bindings: serial: Convert altr,uart-1.0 to DT schema
Convert the Altera JTAG UART binding to DT schema. The "ALTR,uart-1.0" compatible has long been deprecated, so drop it. Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent ed2a6ff commit f75794b

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

Documentation/devicetree/bindings/serial/altera_uart.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
7+
title: Altera UART
8+
9+
maintainers:
10+
- Dinh Nguyen <[email protected]>
11+
12+
allOf:
13+
- $ref: /schemas/serial/serial.yaml#
14+
15+
properties:
16+
compatible:
17+
const: altr,uart-1.0
18+
19+
clock-frequency:
20+
description: Frequency of the clock input to the UART.
21+
22+
required:
23+
- compatible
24+
25+
unevaluatedProperties: false

0 commit comments

Comments
 (0)