1 MOXA ART Watchdog timer 1 MOXA ART Watchdog timer 2 2 3 Required properties: 3 Required properties: 4 4 5 - compatible : Must be "moxa,moxart-watchdog" 5 - compatible : Must be "moxa,moxart-watchdog" 6 - reg : Should contain registers location and 6 - reg : Should contain registers location and length 7 - clocks : Should contain phandle for the cloc 7 - clocks : Should contain phandle for the clock that drives the counter 8 8 9 Example: 9 Example: 10 10 11 watchdog: watchdog@98500000 { 11 watchdog: watchdog@98500000 { 12 compatible = "moxa,moxart-watc 12 compatible = "moxa,moxart-watchdog"; 13 reg = <0x98500000 0x10>; 13 reg = <0x98500000 0x10>; 14 clocks = <&coreclk>; 14 clocks = <&coreclk>; 15 }; 15 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.