xref: /linux/Documentation/devicetree/bindings/watchdog/omap-wdt.txt (revision 83efa1cbcff406f0305d4b227d356d6bdce8cb13)
1TI Watchdog Timer (WDT) Controller for OMAP
2
3Required 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
6
7Examples:
8
9wdt2: wdt@4a314000 {
10	compatible = "ti,omap4-wdt", "ti,omap3-wdt";
11	ti,hwmods = "wd_timer2";
12};
13