2014-09-20 17:06:49 +00:00
|
|
|
Meson SoCs Watchdog timer
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2017-07-11 22:14:38 +00:00
|
|
|
- compatible : depending on the SoC this should be one of:
|
|
|
|
"amlogic,meson6-wdt" on Meson6 SoCs
|
|
|
|
"amlogic,meson8-wdt" and "amlogic,meson6-wdt" on Meson8 SoCs
|
|
|
|
"amlogic,meson8b-wdt" on Meson8b SoCs
|
|
|
|
"amlogic,meson8m2-wdt" and "amlogic,meson8b-wdt" on Meson8m2 SoCs
|
2014-09-20 17:06:49 +00:00
|
|
|
- reg : Specifies base physical address and size of the registers.
|
|
|
|
|
2018-02-11 20:08:46 +00:00
|
|
|
Optional properties:
|
|
|
|
- timeout-sec: contains the watchdog timeout in seconds.
|
|
|
|
|
2014-09-20 17:06:49 +00:00
|
|
|
Example:
|
|
|
|
|
|
|
|
wdt: watchdog@c1109900 {
|
|
|
|
compatible = "amlogic,meson6-wdt";
|
|
|
|
reg = <0xc1109900 0x8>;
|
2018-02-11 20:08:46 +00:00
|
|
|
timeout-sec = <10>;
|
2014-09-20 17:06:49 +00:00
|
|
|
};
|