Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.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         };