brcm,kona-wdt.txt 408 B

12345678910111213141516
  1. Broadcom Kona Family Watchdog Timer
  2. -----------------------------------
  3. This watchdog timer is used in the following Broadcom SoCs:
  4. BCM11130, BCM11140, BCM11351, BCM28145, BCM28155
  5. Required properties:
  6. - compatible = "brcm,bcm11351-wdt", "brcm,kona-wdt";
  7. - reg: memory address & range
  8. Example:
  9. watchdog@35002f40 {
  10. compatible = "brcm,bcm11351-wdt", "brcm,kona-wdt";
  11. reg = <0x35002f40 0x6c>;
  12. };