aspeed-wdt.txt 316 B

1234567891011121314151617
  1. Aspeed Watchdog Timer
  2. Required properties:
  3. - compatible: must be one of:
  4. - "aspeed,ast2400-wdt"
  5. - "aspeed,ast2500-wdt"
  6. - reg: physical base address of the controller and length of memory mapped
  7. region
  8. Example:
  9. wdt1: watchdog@1e785000 {
  10. compatible = "aspeed,ast2400-wdt";
  11. reg = <0x1e785000 0x1c>;
  12. };