Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-backports > by-pkgid > a98dac1e239cd5babaaa60c463eb7321 > files > 4205

kernel-doc-4.18.20-1.mga6.noarch.rpm

STM32 Independent WatchDoG (IWDG)
---------------------------------

Required properties:
- compatible: "st,stm32-iwdg"
- reg: physical base address and length of the registers set for the device
- clocks: must contain a single entry describing the clock input

Optional Properties:
- timeout-sec: Watchdog timeout value in seconds.

Example:

iwdg: watchdog@40003000 {
	compatible = "st,stm32-iwdg";
	reg = <0x40003000 0x400>;
	clocks = <&clk_lsi>;
	timeout-sec = <32>;
};