From 55452197ce43a8de500507e88eeae2f0c3520649 Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Wed, 27 Feb 2013 11:54:45 +0530 Subject: [PATCH] ARM: dts: OMAP5: Add watchdog timer node Add watchdog timer DT node for OMAP5 devices. Signed-off-by: Lokesh Vutla Signed-off-by: Santosh Shilimkar Signed-off-by: Benoit Cousson --- arch/arm/boot/dts/omap5.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 94b5ec906d96..86f784e86476 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -590,6 +590,13 @@ ti,timer-pwm; }; + wdt2: wdt@4ae14000 { + compatible = "ti,omap5-wdt", "ti,omap3-wdt"; + reg = <0x4ae14000 0x80>; + interrupts = <0 80 0x4>; + ti,hwmods = "wd_timer2"; + }; + emif1: emif@0x4c000000 { compatible = "ti,emif-4d5"; ti,hwmods = "emif1"; -- 2.11.0