Skip to content

Commit

Permalink
ARM: dts: Add architected timer nodes for exynos5250
Browse files Browse the repository at this point in the history
The exynos 5250 SoC supports A15 style architected timers. Indicate
this through the device tree.

This is required by KVM.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Alexander Graf authored and Kukjin Kim committed Apr 8, 2013
1 parent 849ff89 commit 2b7da98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/exynos5250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
interrupts = <1 9 0xf04>;
};

timer {
compatible = "arm,armv7-timer";
interrupts = <1 13 0xf08>,
<1 14 0xf08>,
<1 11 0xf08>,
<1 10 0xf08>;
};

combiner:interrupt-controller@10440000 {
compatible = "samsung,exynos4210-combiner";
#interrupt-cells = <2>;
Expand Down

0 comments on commit 2b7da98

Please sign in to comment.