sigma,smp8642-wdt.txt 391 B

12345678910111213141516171819
  1. Sigma Designs SMP86xx/SMP87xx watchdog
  2. Required properties:
  3. - compatible: Should be "sigma,smp8642-wdt"
  4. - reg: Specifies the physical address region
  5. - clocks: Should be a phandle to the clock
  6. Optional properties:
  7. - timeout-sec: watchdog timeout in seconds
  8. Example:
  9. watchdog@1fd00 {
  10. compatible = "sigma,smp8642-wdt";
  11. reg = <0x1fd00 8>;
  12. clocks = <&xtal_in_clk>;
  13. timeout-sec = <30>;
  14. };