Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / watchdog / mtk-wdt.txt
1 Mediatek SoCs Watchdog timer
2
3 Required properties:
4
5 - compatible should contain:
6         "mediatek,mt2701-wdt", "mediatek,mt6589-wdt": for MT2701
7         "mediatek,mt6589-wdt": for MT6589
8         "mediatek,mt6797-wdt", "mediatek,mt6589-wdt": for MT6797
9
10 - reg : Specifies base physical address and size of the registers.
11
12 Example:
13
14 wdt: watchdog@010000000 {
15         compatible = "mediatek,mt6589-wdt";
16         reg = <0x10000000 0x18>;
17 };