diff options
author | Claudiu Beznea <[email protected]> | 2020-01-17 13:58:29 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2020-01-24 07:33:59 +0000 |
commit | aac5d8fec9cae8bcdf1eaf0e9733f8839c8a72b4 (patch) | |
tree | eb34ad6fe5898262008f058c2e5361d049d0922a | |
parent | 8334240fa0a63d4e4a872a1a011bbd6138d9dbd0 (diff) |
dt-bindings: atmel-usart: Add microchip,sam9x60-{usart, dbgu}
Add microchip,sam9x60-usart and add microchip,sam9x60-dbgu to DT
bindings documentation.
Signed-off-by: Claudiu Beznea <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/atmel-usart.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/atmel-usart.txt b/Documentation/devicetree/bindings/mfd/atmel-usart.txt index 614a14b5d205..a09133066aff 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-usart.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-usart.txt @@ -4,8 +4,10 @@ Required properties for USART: - compatible: Should be one of the following: - "atmel,at91rm9200-usart" - "atmel,at91sam9260-usart" + - "microchip,sam9x60-usart" - "atmel,at91rm9200-dbgu", "atmel,at91rm9200-usart" - "atmel,at91sam9260-dbgu", "atmel,at91sam9260-usart" + - "microchip,sam9x60-dbgu", "microchip,sam9x60-usart" - reg: Should contain registers location and length - interrupts: Should contain interrupt - clock-names: tuple listing input clock names. |