Newer
Older
barebox / dts / Bindings / watchdog / mtk-wdt.txt
@Sascha Hauer Sascha Hauer on 3 Mar 2015 269 bytes dts: update to v4.0-rc1
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>;
};