mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 17:41:29 +00:00
9a4c880164
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
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>;
|
|
};
|