diff options
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/watchdog/omap-wdt.txt')
-rw-r--r-- | kernel/Documentation/devicetree/bindings/watchdog/omap-wdt.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/Documentation/devicetree/bindings/watchdog/omap-wdt.txt b/kernel/Documentation/devicetree/bindings/watchdog/omap-wdt.txt new file mode 100644 index 000000000..c22797067 --- /dev/null +++ b/kernel/Documentation/devicetree/bindings/watchdog/omap-wdt.txt @@ -0,0 +1,14 @@ +TI Watchdog Timer (WDT) Controller for OMAP + +Required properties: +compatible: +- "ti,omap3-wdt" for OMAP3 +- "ti,omap4-wdt" for OMAP4 +- ti,hwmods: Name of the hwmod associated to the WDT + +Examples: + +wdt2: wdt@4a314000 { + compatible = "ti,omap4-wdt", "ti,omap3-wdt"; + ti,hwmods = "wd_timer2"; +}; |