thermal: fix Mediatek thermal controller build
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / mtk-wdt.txt
blob6a00939a059a1185c5e4ece5bbcd388131bb4987
1 Mediatek SoCs Watchdog timer
3 Required properties:
5 - compatible should contain:
6         * "mediatek,mt2701-wdt" for MT2701 compatible watchdog timers
7         * "mediatek,mt6589-wdt" for all compatible watchdog timers (MT2701,
8                 MT6589)
10 - reg : Specifies base physical address and size of the registers.
12 Example:
14 wdt: watchdog@010000000 {
15         compatible = "mediatek,mt6589-wdt";
16         reg = <0x10000000 0x18>;