ARM: Orion: DTify the watchdog timer.

Add device tree support to the Orion watchdog timer, and enable its
use in the kirkwood devices using device tree.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>
Tested-by: Simon Baatz <gmbnomis@gmail.com>
This commit is contained in:
Andrew Lunn
2012-06-10 15:20:06 +02:00
parent e91cac0a77
commit 1e7bad0f5b
4 changed files with 29 additions and 1 deletions

View File

@@ -70,6 +70,12 @@
status = "disabled";
};
wdt@20300 {
compatible = "marvell,orion-wdt";
reg = <0x20300 0x28>;
status = "okay";
};
nand@3000000 {
#address-cells = <1>;
#size-cells = <1>;