blob: f801d71de1cd42565e44831f25aa04c0d06ca726 [file] [log] [blame]
Stephen Warrend0f1c7f2012-09-15 22:18:10 -06001BCM2835 Watchdog timer
2
3Required properties:
4
5- compatible : should be "brcm,bcm2835-pm-wdt"
6- reg : Specifies base physical address and size of the registers.
7
Lubomir Rintel938d0a82013-06-18 19:44:48 +02008Optional properties:
9
10- timeout-sec : Contains the watchdog timeout in seconds
11
Stephen Warrend0f1c7f2012-09-15 22:18:10 -060012Example:
13
14watchdog {
15 compatible = "brcm,bcm2835-pm-wdt";
16 reg = <0x7e100000 0x28>;
Lubomir Rintel938d0a82013-06-18 19:44:48 +020017 timeout-sec = <10>;
Stephen Warrend0f1c7f2012-09-15 22:18:10 -060018};