]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu...
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / watchdog / aspeed-wdt.txt
CommitLineData
0c9444cc
JS
1Aspeed Watchdog Timer
2
3Required properties:
4 - compatible: must be one of:
5 - "aspeed,ast2400-wdt"
6 - "aspeed,ast2500-wdt"
7
8 - reg: physical base address of the controller and length of memory mapped
9 region
10
11Example:
12
13 wdt1: watchdog@1e785000 {
14 compatible = "aspeed,ast2400-wdt";
15 reg = <0x1e785000 0x1c>;
16 };