summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/watchdog/qca-ar7130-wdt.txt
blob: 7a89e5f854153401ceb88d14633cc6e624ba2ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
* Qualcomm Atheros AR7130 Watchdog Timer (WDT) Controller

Required properties:
- compatible: must be "qca,ar7130-wdt"
- reg: physical base address of the controller and length of memory mapped
  region.

Example:

wdt@18060008 {
	compatible = "qca,ar9330-wdt", "qca,ar7130-wdt";
	reg = <0x18060008 0x8>;
};