Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a4c8801 authored by Matthias Brugger's avatar Matthias Brugger Committed by Wim Van Sebroeck
Browse files

ARM: mediatek: dts: Add bindings for watchdog

parent a44a4553
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
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>;
};