diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-02-27 01:24:45 -0500 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-08 18:21:20 -0400 |
commit | 55452197ce43a8de500507e88eeae2f0c3520649 (patch) | |
tree | 78fb87098409405d19fa533726fedd574ce7b1ad /arch/arm/boot/dts | |
parent | 20a60eaa4459174d7893bce29292b8b4453e2fc5 (diff) |
ARM: dts: OMAP5: Add watchdog timer node
Add watchdog timer DT node for OMAP5 devices.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
590 | ti,timer-pwm; | 590 | ti,timer-pwm; |
591 | }; | 591 | }; |
592 | 592 | ||
593 | wdt2: wdt@4ae14000 { | ||
594 | compatible = "ti,omap5-wdt", "ti,omap3-wdt"; | ||
595 | reg = <0x4ae14000 0x80>; | ||
596 | interrupts = <0 80 0x4>; | ||
597 | ti,hwmods = "wd_timer2"; | ||
598 | }; | ||
599 | |||
593 | emif1: emif@0x4c000000 { | 600 | emif1: emif@0x4c000000 { |
594 | compatible = "ti,emif-4d5"; | 601 | compatible = "ti,emif-4d5"; |
595 | ti,hwmods = "emif1"; | 602 | ti,hwmods = "emif1"; |