Commit 7841b88a authored by Otavio Salvador's avatar Otavio Salvador Committed by Heiko Stuebner

ARM: dts: rockchip: Add internal timer support for rv1108

Add support for the internal timer peripheral on RV1108.
Signed-off-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 36ead914
...@@ -2,6 +2,7 @@ Rockchip rk timer ...@@ -2,6 +2,7 @@ Rockchip rk timer
Required properties: Required properties:
- compatible: should be: - compatible: should be:
"rockchip,rv1108-timer", "rockchip,rk3288-timer": for Rockchip RV1108
"rockchip,rk3036-timer", "rockchip,rk3288-timer": for Rockchip RK3036 "rockchip,rk3036-timer", "rockchip,rk3288-timer": for Rockchip RK3036
"rockchip,rk3066-timer", "rockchip,rk3288-timer": for Rockchip RK3066 "rockchip,rk3066-timer", "rockchip,rk3288-timer": for Rockchip RK3066
"rockchip,rk3188-timer", "rockchip,rk3288-timer": for Rockchip RK3188 "rockchip,rk3188-timer", "rockchip,rk3288-timer": for Rockchip RK3188
......
...@@ -293,6 +293,14 @@ u2phy_host: host-port { ...@@ -293,6 +293,14 @@ u2phy_host: host-port {
}; };
}; };
timer: timer@10350000 {
compatible = "rockchip,rv1108-timer", "rockchip,rk3288-timer";
reg = <0x10350000 0x20>;
interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&xin24m>, <&cru PCLK_TIMER>;
clock-names = "timer", "pclk";
};
watchdog: wdt@10360000 { watchdog: wdt@10360000 {
compatible = "snps,dw-wdt"; compatible = "snps,dw-wdt";
reg = <0x10360000 0x100>; reg = <0x10360000 0x100>;
......
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