]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
Merge tag 'trace-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / watchdog / aspeed-wdt.txt
1 Aspeed Watchdog Timer
2
3 Required 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
11 Example:
12
13 wdt1: watchdog@1e785000 {
14 compatible = "aspeed,ast2400-wdt";
15 reg = <0x1e785000 0x1c>;
16 };