diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 10:34:54 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-03-01 12:22:43 +0100 |
commit | 15920d12998a408efe4b1b25a28c21dfc48f6e69 (patch) | |
tree | a1701c193f643fb77d9eb3a899eb8e0c005840a5 /Documentation | |
parent | 09f5100a592d11dad06b218f41d560ff1f87f666 (diff) | |
download | linux-15920d12998a408efe4b1b25a28c21dfc48f6e69.tar.gz linux-15920d12998a408efe4b1b25a28c21dfc48f6e69.tar.bz2 linux-15920d12998a408efe4b1b25a28c21dfc48f6e69.zip |
watchdog: ath79_wdt: add device tree matching
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: devicetree-discuss@lists.ozlabs.org
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/qca-ar7130-wdt.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/qca-ar7130-wdt.txt b/Documentation/devicetree/bindings/watchdog/qca-ar7130-wdt.txt new file mode 100644 index 000000000000..7a89e5f85415 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/qca-ar7130-wdt.txt @@ -0,0 +1,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>; +}; |