Commit 6fbf5415 authored by Christian Marangi's avatar Christian Marangi Committed by Wim Van Sebroeck
Browse files

dt-bindings: watchdog: airoha: Add support for Airoha AN7583 SoC



Add compatible for Airoha AN7583 SoC. The implementation is exactly the
same of Airoha EN7581 hence we add the compatible in addition to EN7581
ones.

Signed-off-by: default avatarChristian Marangi <ansuelsmth@gmail.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent 26f2f5ed
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -14,7 +14,11 @@ allOf:

properties:
  compatible:
    const: airoha,en7581-wdt
    oneOf:
      - items:
          - const: airoha,an7583-wdt
          - const: airoha,en7581-wdt
      - const: airoha,en7581-wdt

  reg:
    maxItems: 1