brcm,bcm2835-pm-wdog.txt 351 B

12345678910111213141516171819
  1. BCM2835 Watchdog timer
  2. Required properties:
  3. - compatible : should be "brcm,bcm2835-pm-wdt"
  4. - reg : Specifies base physical address and size of the registers.
  5. Optional properties:
  6. - timeout-sec : Contains the watchdog timeout in seconds
  7. Example:
  8. watchdog {
  9. compatible = "brcm,bcm2835-pm-wdt";
  10. reg = <0x7e100000 0x28>;
  11. timeout-sec = <10>;
  12. };