pnx4008-wdt.txt 271 B

12345678910111213
  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. Example:
  7. watchdog@4003C000 {
  8. compatible = "nxp,pnx4008-wdt";
  9. reg = <0x4003C000 0x1000>;
  10. };