diff options
author | Harald Geyer <harald@ccbib.org> | 2018-03-15 17:25:07 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-03-19 22:12:26 +0100 |
commit | d41850437c364ef7aba9bc25c1c701699d0240e0 (patch) | |
tree | a6b1ec49666d404a81ce353a759fd7e077d13fb4 /Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt | |
parent | arm64: dts: allwinner: a64: Add i2c0 pins (diff) | |
download | linux-d41850437c364ef7aba9bc25c1c701699d0240e0.tar.xz linux-d41850437c364ef7aba9bc25c1c701699d0240e0.zip |
arm64: dts: allwinner: a64: Add watchdog
Add a watchdog node for the A64, automatically enabled on all boards.
Since the device is compatible with an existing driver, we only reserve
a new compatible string to be used together with the fall back.
Tested on Olimex Teres-I.
Signed-off-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt index 62dd5baad70e..04fc368d828f 100644 --- a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt @@ -2,8 +2,10 @@ Allwinner SoCs Watchdog timer Required properties: -- compatible : should be either "allwinner,sun4i-a10-wdt" or - "allwinner,sun6i-a31-wdt" +- compatible : should be one of + "allwinner,sun4i-a10-wdt" + "allwinner,sun6i-a31-wdt" + "allwinner,sun50i-a64-wdt","allwinner,sun6i-a31-wdt" - reg : Specifies base physical address and size of the registers. Example: |