brcm,bcm7038-wdt.txt 404 B

1234567891011121314151617181920
  1. BCM7038 Watchdog timer
  2. Required properties:
  3. - compatible : should be "brcm,bcm7038-wdt"
  4. - reg : Specifies base physical address and size of the registers.
  5. Optional properties:
  6. - clocks: The clock running the watchdog. If no clock is found the
  7. driver will default to 27000000 Hz.
  8. Example:
  9. watchdog@f040a7e8 {
  10. compatible = "brcm,bcm7038-wdt";
  11. clocks = <&upg_fixed>;
  12. reg = <0xf040a7e8 0x16>;
  13. };