Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | * Qualcomm Atheros AR7130 Watchdog Timer (WDT) Controller |
2 | |||||
3 | Required properties: | ||||
4 | - compatible: must be "qca,ar7130-wdt" | ||||
5 | - reg: physical base address of the controller and length of memory mapped | ||||
6 | region. | ||||
7 | |||||
8 | Example: | ||||
9 | |||||
10 | wdt@18060008 { | ||||
11 | compatible = "qca,ar9330-wdt", "qca,ar7130-wdt"; | ||||
12 | reg = <0x18060008 0x8>; | ||||
13 | }; |