Commit 354f31e9 authored by Michael Walle's avatar Michael Walle Committed by Lee Jones
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 avatarLee Jones <lee@kernel.org>
parent 59863239
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