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

Add support for the internal timer peripheral on RV1108.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Otavio Salvador
2018-11-26 15:35:06 -02:00
committed by Heiko Stuebner
parent 36ead91499
commit 7841b88a8f
2 changed files with 9 additions and 0 deletions

View File

@@ -293,6 +293,14 @@
};
};
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 {
compatible = "snps,dw-wdt";
reg = <0x10360000 0x100>;