diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2015-01-13 15:28:56 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-02-17 23:32:57 +0300 |
commit | 9a4c88016458424e53084ed3c26bfbae8cd8af22 (patch) | |
tree | 0f4ee32a8137d8352aaa985f075e1db68775adb1 /Documentation | |
parent | a44a45536f7bc2a5349cd44ee5d8cccd9aae0612 (diff) | |
download | linux-9a4c88016458424e53084ed3c26bfbae8cd8af22.tar.xz |
ARM: mediatek: dts: Add bindings for watchdog
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
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/mtk-wdt.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt new file mode 100644 index 000000000000..af9eb5b8a253 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt @@ -0,0 +1,13 @@ +Mediatek SoCs Watchdog timer + +Required properties: + +- compatible : should be "mediatek,mt6589-wdt" +- reg : Specifies base physical address and size of the registers. + +Example: + +wdt: watchdog@010000000 { + compatible = "mediatek,mt6589-wdt"; + reg = <0x10000000 0x18>; +}; |