Skip to content

Commit d1312c5

Browse files
varshini-rajendranclaudiubeznea
authored andcommitted
dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x7 compatible
Add support for sam9x7 device compatible with sama5d2 compatible as the fallback as the sam9x7 SoC uses the same tcb IP as the latter. Signed-off-by: Varshini Rajendran <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 9852d85 commit d1312c5

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ description: |
1515
1616
properties:
1717
compatible:
18-
items:
19-
- enum:
20-
- atmel,at91rm9200-tcb
21-
- atmel,at91sam9x5-tcb
22-
- atmel,sama5d2-tcb
23-
- const: simple-mfd
24-
- const: syscon
18+
oneOf:
19+
- items:
20+
- enum:
21+
- atmel,at91rm9200-tcb
22+
- atmel,at91sam9x5-tcb
23+
- atmel,sama5d2-tcb
24+
- const: simple-mfd
25+
- const: syscon
26+
- items:
27+
- const: microchip,sam9x7-tcb
28+
- const: atmel,sama5d2-tcb
29+
- const: simple-mfd
30+
- const: syscon
2531

2632
reg:
2733
maxItems: 1

0 commit comments

Comments
 (0)