mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: add rktimer for rk3588
Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Change-Id: Iad6ecb6a21a4a7d97f7677e9e585523f210d6c3f
This commit is contained in:
@@ -1212,6 +1212,14 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rktimer: timer@feae0000 {
|
||||
compatible = "rockchip,rk3588-timer", "rockchip,rk3288-timer";
|
||||
reg = <0x0 0xfeae0000 0x0 0x20>;
|
||||
interrupts = <GIC_SPI 289 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru PCLK_BUSTIMER0>, <&cru CLK_BUSTIMER0>;
|
||||
clock-names = "pclk", "timer";
|
||||
};
|
||||
|
||||
uart1: serial@feb40000 {
|
||||
compatible = "rockchip,rk3588-uart", "snps,dw-apb-uart";
|
||||
reg = <0x0 0xfeb40000 0x0 0x100>;
|
||||
|
||||
Reference in New Issue
Block a user