dt-bindings: pwm: at91: Add SAMA7G5 compatible strings list
Add compatible strings list for SAMA7G5. Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
1a406a38bc
commit
f30673a9df
1 changed files with 10 additions and 5 deletions
|
@ -15,11 +15,16 @@ allOf:
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
oneOf:
|
||||||
- atmel,at91sam9rl-pwm
|
- items:
|
||||||
- atmel,sama5d3-pwm
|
- enum:
|
||||||
- atmel,sama5d2-pwm
|
- atmel,at91sam9rl-pwm
|
||||||
- microchip,sam9x60-pwm
|
- atmel,sama5d3-pwm
|
||||||
|
- atmel,sama5d2-pwm
|
||||||
|
- microchip,sam9x60-pwm
|
||||||
|
- items:
|
||||||
|
- const: microchip,sama7g5-pwm
|
||||||
|
- const: atmel,sama5d2-pwm
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue