Skip to content

Commit

Permalink
arm64: dts: rockchip: Add the broadcast-timer for RK3368 SoC
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Caesar Wang authored and Heiko Stuebner committed Dec 12, 2015
1 parent 8fc5abd commit b8084e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3368.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,12 @@
status = "disabled";
};

timer@ff810000 {
compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
reg = <0x0 0xff810000 0x0 0x20>;
interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
};

gic: interrupt-controller@ffb71000 {
compatible = "arm,gic-400";
interrupt-controller;
Expand Down

0 comments on commit b8084e5

Please sign in to comment.