arm64: dts: rockchip: rk3562: add rktimer node

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: Iebe1916d6971983c567c8e7248d12b465284475c
This commit is contained in:
Finley Xiao
2023-03-01 16:25:00 +08:00
parent a5be0ba345
commit 3f303ef773

View File

@@ -2476,6 +2476,14 @@
status = "disabled";
};
rktimer: timer@ffa50000 {
compatible = "rockchip,rk3562-timer", "rockchip,rk3288-timer";
reg = <0x0 0xffa50000 0x0 0x20>;
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru PCLK_TIMER>, <&cru CLK_TIMER0>;
clock-names = "pclk", "timer";
};
wdt: watchdog@ffa60000 {
compatible = "snps,dw-wdt";
reg = <0x0 0xffa60000 0x0 0x100>;