Skip to content

Commit 0197a7c

Browse files
dt-bindings: rtc: at91rm9200: add sam9x7 compatible
Add compatible for SAM9X7 RTC. Signed-off-by: Varshini Rajendran <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent ed17a2b commit 0197a7c

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ maintainers:
1414

1515
properties:
1616
compatible:
17-
enum:
18-
- atmel,at91rm9200-rtc
19-
- atmel,at91sam9x5-rtc
20-
- atmel,sama5d4-rtc
21-
- atmel,sama5d2-rtc
22-
- microchip,sam9x60-rtc
23-
- microchip,sama7g5-rtc
17+
oneOf:
18+
- enum:
19+
- atmel,at91rm9200-rtc
20+
- atmel,at91sam9x5-rtc
21+
- atmel,sama5d4-rtc
22+
- atmel,sama5d2-rtc
23+
- microchip,sam9x60-rtc
24+
- microchip,sama7g5-rtc
25+
- items:
26+
- const: microchip,sam9x7-rtc
27+
- const: microchip,sam9x60-rtc
2428

2529
reg:
2630
maxItems: 1

0 commit comments

Comments
 (0)