rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / brcm,bcm2835-pm-wdog.txt
blobf801d71de1cd42565e44831f25aa04c0d06ca726
1 BCM2835 Watchdog timer
3 Required properties:
5 - compatible : should be "brcm,bcm2835-pm-wdt"
6 - reg : Specifies base physical address and size of the registers.
8 Optional properties:
10 - timeout-sec   : Contains the watchdog timeout in seconds
12 Example:
14 watchdog {
15         compatible = "brcm,bcm2835-pm-wdt";
16         reg = <0x7e100000 0x28>;
17         timeout-sec = <10>;