diff options
author | Suman Anna <s-anna@ti.com> | 2016-04-06 00:44:10 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 23:01:39 +0300 |
commit | d79852a792c971765dd7dfef9a8df883c63937f3 (patch) | |
tree | 7090d32edba00f60465cc7a8ae13999b79061ad6 /arch/arm/boot/dts/dra7.dtsi | |
parent | 722326c49e0dc2f5c0d4ccd7b69174a63a903e7c (diff) | |
download | linux-d79852a792c971765dd7dfef9a8df883c63937f3.tar.xz |
ARM: dts: DRA7: Add timer12 node
Add the DT node for Timer12 present on DRA7 family of
SoCs. Timer12 is present in PD_WKUPAON power domain, and
has the same capabilities as the other timers, except for
the fact that it serves as a secure timer on HS devices
and is clocked only from the secure 32K clock.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 95d0adfd959b..ee92eed58b58 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -821,6 +821,15 @@ ti,hwmods = "timer11"; }; + timer12: timer@4ae20000 { + compatible = "ti,omap5430-timer"; + reg = <0x4ae20000 0x80>; + interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>; + ti,hwmods = "timer12"; + ti,timer-alwon; + ti,timer-secure; + }; + timer13: timer@48828000 { compatible = "ti,omap5430-timer"; reg = <0x48828000 0x80>; |