We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b7fda3 + d1312c5 commit a1cc634Copy full SHA for a1cc634
Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml
@@ -15,13 +15,19 @@ description: |
15
16
properties:
17
compatible:
18
- items:
19
- - enum:
20
- - atmel,at91rm9200-tcb
21
- - atmel,at91sam9x5-tcb
22
- - atmel,sama5d2-tcb
23
- - const: simple-mfd
24
- - const: syscon
+ oneOf:
+ - items:
+ - enum:
+ - atmel,at91rm9200-tcb
+ - atmel,at91sam9x5-tcb
+ - atmel,sama5d2-tcb
+ - const: simple-mfd
25
+ - const: syscon
26
27
+ - const: microchip,sam9x7-tcb
28
+ - const: atmel,sama5d2-tcb
29
30
31
32
reg:
33
maxItems: 1
0 commit comments