ARM: shmobile: r8a7791 Arch timer device tree node
authorMagnus Damm <damm@opensource.se>
Tue, 1 Oct 2013 08:12:38 +0000 (17:12 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 8 Oct 2013 00:25:22 +0000 (09:25 +0900)
Add r8a7791 arch timer device tree information.

This needs to be used together with r8a7791 support
code that ties in the R-Car Gen2 arch timer workarounds.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index b70141758de169594b8f052329e7e10fef044594..a1a9e5c4813d796adbe17f1b6f025bc37ad12f68 100644 (file)
                interrupts = <1 9 0xf04>;
        };
 
+       timer {
+               compatible = "arm,armv7-timer";
+               interrupts = <1 13 0xf08>,
+                               <1 14 0xf08>,
+                               <1 11 0xf08>,
+                               <1 10 0xf08>;
+       };
+
        irqc0: interrupt-controller@e61c0000 {
                compatible = "renesas,irqc";
                #interrupt-cells = <2>;
This page took 0.02988 seconds and 5 git commands to generate.