Skip to content

Commit ed2a6ff

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

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

Documentation/devicetree/bindings/serial/altera_jtaguart.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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,juart-1.0.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Altera JTAG UART
8+
9+
maintainers:
10+
- Dinh Nguyen <[email protected]>
11+
12+
properties:
13+
compatible:
14+
const: altr,juart-1.0
15+
16+
required:
17+
- compatible
18+
19+
additionalProperties: false

0 commit comments

Comments
 (0)