From: Matthias Brugger Date: Tue, 13 Jan 2015 12:28:56 +0000 (+0100) Subject: ARM: mediatek: dts: Add bindings for watchdog X-Git-Tag: v4.0~249^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a4c88016458424e53084ed3c26bfbae8cd8af22;p=platform%2Fkernel%2Flinux-amlogic.git ARM: mediatek: dts: Add bindings for watchdog Signed-off-by: Matthias Brugger Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt new file mode 100644 index 0000000..af9eb5b --- /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>; +};