Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: watchdog: stm32-iwdg: Document interrupt and wakeup properties

The watchdog IP can generate pre-timeout interrupt and can be used as
a wake up source. Document both properties.

Signed-off-by: Marek Vasut <marex@denx.de>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240705115052.116705-1-marex@denx.de
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Marek Vasut and committed by
Wim Van Sebroeck
6c8def1e 3a0caeca

+6
+6
Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.yaml
··· 36 36 minItems: 1 37 37 maxItems: 2 38 38 39 + interrupts: 40 + maxItems: 1 41 + description: Pre-timeout interrupt from the watchdog. 42 + 43 + wakeup-source: true 44 + 39 45 required: 40 46 - compatible 41 47 - reg