diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-03-16 05:53:24 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-03-16 15:48:48 -0400 |
commit | 71de5c46e0600b72df58269e80da343e354ddbd7 (patch) | |
tree | 5ce4eaefd41211d4c8916eb1c13119db039196c4 /arch/arm/boot | |
parent | 15daf691e8e0119e6c21d3ddf6b4754e66e37365 (diff) |
ARM: ux500: Provide local timer support for Device Tree
This enables local timer (AKA: private timer) support for
all u8500 based hardware using DT.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/db8500.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi index a81cce0f755e..d73dce645667 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi | |||
@@ -42,6 +42,12 @@ | |||
42 | interrupts = <0 7 0x4>; | 42 | interrupts = <0 7 0x4>; |
43 | }; | 43 | }; |
44 | 44 | ||
45 | timer@a0410600 { | ||
46 | compatible = "arm,cortex-a9-twd-timer"; | ||
47 | reg = <0xa0410600 0x20>; | ||
48 | interrupts = <1 13 0x304>; | ||
49 | }; | ||
50 | |||
45 | rtc@80154000 { | 51 | rtc@80154000 { |
46 | compatible = "stericsson,db8500-rtc"; | 52 | compatible = "stericsson,db8500-rtc"; |
47 | reg = <0x80154000 0x1000>; | 53 | reg = <0x80154000 0x1000>; |