summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/watchdog/mtk-wdt.txt
blob: af9eb5b8a2534ab965d8a7843c3ecc1895af888b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>;
};