aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
blob: 20ada673ab0c17a1647be7eeb80353aedea64ceb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Mediatek SoCs Watchdog timer

Required properties:

- compatible should contain:
	"mediatek,mt2701-wdt", "mediatek,mt6589-wdt": for MT2701
	"mediatek,mt6589-wdt": for MT6589
	"mediatek,mt6797-wdt", "mediatek,mt6589-wdt": for MT6797

- reg : Specifies base physical address and size of the registers.

Example:

wdt: watchdog@010000000 {
	compatible = "mediatek,mt6589-wdt";
	reg = <0x10000000 0x18>;
};