Commit 064a97a2 authored by Michael Walle's avatar Michael Walle Committed by Wim Van Sebroeck
Browse files

dt-bindings: watchdog: add SMARC-sAM67 support



The SMARC-sAM67 board has an on-board uC which has the same register
interface as the older CPLD implementation on the SMARC-sAL28 board.
Although the MCU emulates the same behavior, be prepared for any quirks
and add a board specific compatible.

Signed-off-by: default avatarMichael Walle <mwalle@kernel.org>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent 7dfd80f7
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -18,7 +18,12 @@ allOf:

properties:
  compatible:
    const: kontron,sl28cpld-wdt
    oneOf:
      - items:
          - enum:
              - kontron,sa67mcu-wdt
          - const: kontron,sl28cpld-wdt
      - const: kontron,sl28cpld-wdt

  reg:
    maxItems: 1