rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / omap-wdt.txt
blob1fa20e453a2d00207fb72408b3c84db066d3ed9a
1 TI Watchdog Timer (WDT) Controller for OMAP
3 Required properties:
4 - compatible : "ti,omap3-wdt" for OMAP3 or "ti,omap4-wdt" for OMAP4
5 - ti,hwmods : Name of the hwmod associated to the WDT
7 Optional properties:
8 - timeout-sec : default watchdog timeout in seconds
10 Examples:
12 wdt2: wdt@4a314000 {
13         compatible = "ti,omap4-wdt", "ti,omap3-wdt";
14         ti,hwmods = "wd_timer2";