ARM: dts: rockchip: Add rockchip timer node for rk3288
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 25 Jan 2015 09:42:59 +0000 (10:42 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 25 Jan 2015 20:40:25 +0000 (21:40 +0100)
The rk3288 board uses the architected timers and these ones are shutdown when
the cpu is powered down. There is a need of a broadcast timer in this case to
ensure proper wakeup when the cpus are in sleep mode and a timer expires.

Add the timer node for the broadcast timer.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288.dtsi

index c7235fa899cc05563c40bfd994fe33ccac77f430..37847c14b449655ec93cc6a4712b27bfcffbebdc 100644 (file)
                clock-frequency = <24000000>;
        };
 
+       timer: timer@ff810000 {
+               compatible = "rockchip,rk3288-timer";
+               reg = <0xff810000 0x20>;
+               interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&xin24m>, <&cru PCLK_TIMER>;
+               clock-names = "timer", "pclk";
+       };
+
        display-subsystem {
                compatible = "rockchip,display-subsystem";
                ports = <&vopl_out>, <&vopb_out>;
This page took 0.0249 seconds and 5 git commands to generate.