lantiq-wdt.txt 768 B

123456789101112131415161718192021222324
  1. Lantiq WTD watchdog binding
  2. ============================
  3. This describes the binding of the Lantiq watchdog driver.
  4. -------------------------------------------------------------------------------
  5. Required properties:
  6. - compatible : Should be one of
  7. "lantiq,wdt"
  8. "lantiq,xrx100-wdt"
  9. "lantiq,xrx200-wdt", "lantiq,xrx100-wdt"
  10. "lantiq,falcon-wdt"
  11. - reg : Address of the watchdog block
  12. - lantiq,rcu : A phandle to the RCU syscon (required for
  13. "lantiq,falcon-wdt" and "lantiq,xrx100-wdt")
  14. -------------------------------------------------------------------------------
  15. Example for the watchdog on the xRX200 SoCs:
  16. watchdog@803f0 {
  17. compatible = "lantiq,xrx200-wdt", "lantiq,xrx100-wdt";
  18. reg = <0x803f0 0x10>;
  19. lantiq,rcu = <&rcu0>;
  20. };