Commit e48cc181 authored by Daniel Lezcano's avatar Daniel Lezcano Committed by Heiko Stuebner

ARM: dts: rockchip: Add rockchip timer node for rk3288

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: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent d5a1df48
...@@ -149,6 +149,14 @@ timer { ...@@ -149,6 +149,14 @@ timer {
clock-frequency = <24000000>; 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 { display-subsystem {
compatible = "rockchip,display-subsystem"; compatible = "rockchip,display-subsystem";
ports = <&vopl_out>, <&vopb_out>; ports = <&vopl_out>, <&vopb_out>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment