rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / moxa,moxart-watchdog.txt
blob1169857d1d12a08e9d0e7d3ff76dcd521e3c88f3
1 MOXA ART Watchdog timer
3 Required properties:
5 - compatible : Must be "moxa,moxart-watchdog"
6 - reg : Should contain registers location and length
7 - clocks : Should contain phandle for the clock that drives the counter
9 Example:
11         watchdog: watchdog@98500000 {
12                 compatible = "moxa,moxart-watchdog";
13                 reg = <0x98500000 0x10>;
14                 clocks = <&coreclk>;
15         };