brcm,bcm2835-pm-wdog.txt 248 B

12345678910111213
  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. Example:
  6. watchdog {
  7. compatible = "brcm,bcm2835-pm-wdt";
  8. reg = <0x7e100000 0x28>;
  9. };