aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts
diff options
context:
space:
mode:
authorDale Farnsworth <dale@farnsworth.org>2007-07-24 11:12:24 -0700
committerWim Van Sebroeck <wim@iguana.be>2007-07-24 21:16:02 +0000
commit7e07a15913e2e1fd99fb77c4c848437bd99a8d5f (patch)
treeb53e6f8c4e2ad9675fb2031a12e6b75f44d5b6f1 /arch/powerpc/boot/dts
parent[WATCHDOG] mv64x60_wdt: Get register address from platform data (diff)
downloadlinux-dev-7e07a15913e2e1fd99fb77c4c848437bd99a8d5f.tar.xz
linux-dev-7e07a15913e2e1fd99fb77c4c848437bd99a8d5f.zip
[WATCHDOG] mv64x60_wdt: Add arch/powerpc platform support
Add support for arch/powerpc, specifically for the prpmc2800 platform. Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r--arch/powerpc/boot/dts/prpmc2800.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/prpmc2800.dts b/arch/powerpc/boot/dts/prpmc2800.dts
index 699d0df574d5..5300b50cdc2f 100644
--- a/arch/powerpc/boot/dts/prpmc2800.dts
+++ b/arch/powerpc/boot/dts/prpmc2800.dts
@@ -207,6 +207,12 @@
interrupt-parent = <&/mv64x60/pic>;
};
+ wdt@b410 { /* watchdog timer */
+ compatible = "marvell,mv64x60-wdt";
+ reg = <b410 8>;
+ timeout = <a>; /* wdt timeout in seconds */
+ };
+
i2c@c000 {
device_type = "i2c";
compatible = "marvell,mv64x60-i2c";