fsl-imx-wdt.txt 339 B

123456789101112131415
  1. * Freescale i.MX Watchdog Timer (WDT) Controller
  2. Required properties:
  3. - compatible : Should be "fsl,<soc>-wdt"
  4. - reg : Should contain WDT registers location and length
  5. - interrupts : Should contain WDT interrupt
  6. Examples:
  7. wdt@73f98000 {
  8. compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
  9. reg = <0x73f98000 0x4000>;
  10. interrupts = <58>;
  11. };