aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2015-11-18 17:55:42 +0000
committerWim Van Sebroeck <wim@iguana.be>2015-12-28 23:03:55 +0100
commit2bfc9beb61ed042c4c7632bd1c96c9dfbcedcc05 (patch)
tree9003d24dac44045abbc7d1f82c618f9450a1b216 /Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt
parentwatchdog: add support for Sigma Designs SMP86xx/SMP87xx (diff)
downloadlinux-dev-2bfc9beb61ed042c4c7632bd1c96c9dfbcedcc05.tar.xz
linux-dev-2bfc9beb61ed042c4c7632bd1c96c9dfbcedcc05.zip
devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog
This adds a binding for the watchdog in Sigma Designs SMP8642 and similar devices. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt')
-rw-r--r--Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt b/Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt
new file mode 100644
index 000000000000..5b7ec2c707d8
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt
@@ -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>;
+};