mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user