Skip to content

Commit 8334240

Browse files
claudiubezneaLee Jones
authored andcommitted
dt-bindings: atmel-usart: Remove wildcard
Remove chip whildcard and introduce the list of compatibles instead. Signed-off-by: Claudiu Beznea <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent 4602dce commit 8334240

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Documentation/devicetree/bindings/mfd/atmel-usart.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
* Atmel Universal Synchronous Asynchronous Receiver/Transmitter (USART)
22

33
Required properties for USART:
4-
- compatible: Should be "atmel,<chip>-usart" or "atmel,<chip>-dbgu"
5-
The compatible <chip> indicated will be the first SoC to support an
6-
additional mode or an USART new feature.
7-
For the dbgu UART, use "atmel,<chip>-dbgu", "atmel,<chip>-usart"
4+
- compatible: Should be one of the following:
5+
- "atmel,at91rm9200-usart"
6+
- "atmel,at91sam9260-usart"
7+
- "atmel,at91rm9200-dbgu", "atmel,at91rm9200-usart"
8+
- "atmel,at91sam9260-dbgu", "atmel,at91sam9260-usart"
89
- reg: Should contain registers location and length
910
- interrupts: Should contain interrupt
1011
- clock-names: tuple listing input clock names.

0 commit comments

Comments
 (0)