qca-ar7130-wdt.txt 308 B

1234567891011121314
  1. * Qualcomm Atheros AR7130 Watchdog Timer (WDT) Controller
  2. Required properties:
  3. - compatible: must be "qca,ar7130-wdt"
  4. - reg: physical base address of the controller and length of memory mapped
  5. region.
  6. Example:
  7. wdt@18060008 {
  8. compatible = "qca,ar9330-wdt", "qca,ar7130-wdt";
  9. reg = <0x18060008 0x8>;
  10. };