Skip to content

Commit

Permalink
devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog
Browse files Browse the repository at this point in the history
This adds a binding for the watchdog in Sigma Designs SMP8642 and
similar devices.

Signed-off-by: Mans Rullgard <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
  • Loading branch information
mansr authored and Wim Van Sebroeck committed Dec 28, 2015
1 parent dca536c commit 2bfc9be
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Sigma Designs SMP86xx/SMP87xx watchdog

Required properties:
- compatible: Should be "sigma,smp8642-wdt"
- reg: Specifies the physical address region
- clocks: Should be a phandle to the clock

Optional properties:
- timeout-sec: watchdog timeout in seconds

Example:

watchdog@1fd00 {
compatible = "sigma,smp8642-wdt";
reg = <0x1fd00 8>;
clocks = <&xtal_in_clk>;
timeout-sec = <30>;
};

0 comments on commit 2bfc9be

Please sign in to comment.