moxa,moxart-watchdog.txt 353 B

12345678910111213141516
  1. MOXA ART Watchdog timer
  2. Required properties:
  3. - compatible : Must be "moxa,moxart-watchdog"
  4. - reg : Should contain registers location and length
  5. - clocks : Should contain phandle for the clock that drives the counter
  6. Example:
  7. watchdog: watchdog@98500000 {
  8. compatible = "moxa,moxart-watchdog";
  9. reg = <0x98500000 0x10>;
  10. clocks = <&coreclk>;
  11. };