ARM: dts: Add architected timer nodes for exynos5250

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>
This commit is contained in:
Alexander Graf 2013-04-04 14:30:16 +09:00 коммит произвёл Kukjin Kim
Родитель 849ff89b7b
Коммит 2b7da98870
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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>;