Commit 2a4013c0 authored by Sergiu Moga's avatar Sergiu Moga Committed by Rob Herring

dt-bindings: i2c: at91: Add SAMA7G5 compatible strings list

Add compatible strings list for SAMA7G5.
Signed-off-by: default avatarSergiu Moga <sergiu.moga@microchip.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220310114553.184763-4-sergiu.moga@microchip.com
parent 7ea75dd3
...@@ -12,7 +12,9 @@ maintainers: ...@@ -12,7 +12,9 @@ maintainers:
properties: properties:
compatible: compatible:
enum: oneOf:
- items:
- enum:
- atmel,at91rm9200-i2c - atmel,at91rm9200-i2c
- atmel,at91sam9261-i2c - atmel,at91sam9261-i2c
- atmel,at91sam9260-i2c - atmel,at91sam9260-i2c
...@@ -22,6 +24,9 @@ properties: ...@@ -22,6 +24,9 @@ properties:
- atmel,sama5d4-i2c - atmel,sama5d4-i2c
- atmel,sama5d2-i2c - atmel,sama5d2-i2c
- microchip,sam9x60-i2c - microchip,sam9x60-i2c
- items:
- const: microchip,sama7g5-i2c
- const: microchip,sam9x60-i2c
reg: reg:
maxItems: 1 maxItems: 1
...@@ -79,6 +84,7 @@ allOf: ...@@ -79,6 +84,7 @@ allOf:
- atmel,sama5d4-i2c - atmel,sama5d4-i2c
- atmel,sama5d2-i2c - atmel,sama5d2-i2c
- microchip,sam9x60-i2c - microchip,sam9x60-i2c
- microchip,sama7g5-i2c
then: then:
properties: properties:
i2c-sda-hold-time-ns: i2c-sda-hold-time-ns:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment