aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorCarlo Caione <carlo@caione.org>2014-09-20 19:06:49 +0200
committerWim Van Sebroeck <wim@iguana.be>2014-10-20 20:57:13 +0200
commit0c5691f00879cacf98a31b873c02d71c66d72855 (patch)
tree6d38f44ee46146ff9c5f54a7de20c3e671194d87 /Documentation/devicetree
parentstmp3xxx_rtc_wdt: Add suspend/resume PM support (diff)
downloadlinux-dev-0c5691f00879cacf98a31b873c02d71c66d72855.tar.xz
linux-dev-0c5691f00879cacf98a31b873c02d71c66d72855.zip
ARM: docs: add documentation binding for meson watchdog
Signed-off-by: Carlo Caione <carlo@caione.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/watchdog/meson6-wdt.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
new file mode 100644
index 000000000000..9200fc2d508c
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
@@ -0,0 +1,13 @@
+Meson SoCs Watchdog timer
+
+Required properties:
+
+- compatible : should be "amlogic,meson6-wdt"
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+wdt: watchdog@c1109900 {
+ compatible = "amlogic,meson6-wdt";
+ reg = <0xc1109900 0x8>;
+};