3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-11 01:35:57 +00:00

14 lines
308 B
Plaintext
Raw Normal View History

2021-05-27 00:09:36 +05:00
* 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>;
};