pnx4008-wdt.txt 372 B

1234567891011121314151617
  1. * NXP PNX watchdog timer
  2. Required properties:
  3. - compatible: must be "nxp,pnx4008-wdt"
  4. - reg: physical base address of the controller and length of memory mapped
  5. region.
  6. Optional properties:
  7. - timeout-sec: contains the watchdog timeout in seconds.
  8. Example:
  9. watchdog@4003C000 {
  10. compatible = "nxp,pnx4008-wdt";
  11. reg = <0x4003C000 0x1000>;
  12. timeout-sec = <10>;
  13. };