Commit d1312c5c authored by Varshini Rajendran's avatar Varshini Rajendran Committed by Claudiu Beznea
Browse files

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: default avatarVarshini Rajendran <varshini.rajendran@microchip.com>
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240903064233.49366-1-varshini.rajendran@microchip.com


Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@tuxon.dev>
parent 9852d85e
Loading
Loading
Loading
Loading
+13 −7
Original line number Diff line number Diff line
@@ -15,13 +15,19 @@ description: |

properties:
  compatible:
    items:
    oneOf:
      - items:
          - enum:
              - atmel,at91rm9200-tcb
              - atmel,at91sam9x5-tcb
              - atmel,sama5d2-tcb
          - const: simple-mfd
          - const: syscon
      - items:
          - const: microchip,sam9x7-tcb
          - const: atmel,sama5d2-tcb
          - const: simple-mfd
          - const: syscon

  reg:
    maxItems: 1