diff options
author | Carlo Caione <carlo@caione.org> | 2014-09-20 19:06:49 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-10-20 20:57:13 +0200 |
commit | 0c5691f00879cacf98a31b873c02d71c66d72855 (patch) | |
tree | 6d38f44ee46146ff9c5f54a7de20c3e671194d87 /Documentation | |
parent | 3281b85c8697938e344d67144ca8ba520fa54d2b (diff) | |
download | op-kernel-dev-0c5691f00879cacf98a31b873c02d71c66d72855.zip op-kernel-dev-0c5691f00879cacf98a31b873c02d71c66d72855.tar.gz |
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')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/meson6-wdt.txt | 13 |
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 0000000..9200fc2 --- /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>; +}; |