diff options
author | Cristian Ciocaltea <cristian.ciocaltea@collabora.com> | 2023-04-19 21:13:09 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-05-08 00:47:30 +0300 |
commit | 09d5fef31f9058e3b39e3a6b8870b6fb9f28091d (patch) | |
tree | 7a9c3e35d68732d55f83284b8b80b09014a13f87 | |
parent | 06cdac8e840767f801bbd94ed991354a206adf1f (diff) | |
download | linux-09d5fef31f9058e3b39e3a6b8870b6fb9f28091d.tar.xz |
arm64: dts: rockchip: Add rk3588 timer
Add DT node for Rockchip RK3588/RK3588S SoC timer.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20230419181309.338354-4-cristian.ciocaltea@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi index 63fbf6646691..944fbe0e8bdb 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi @@ -1417,6 +1417,14 @@ status = "disabled"; }; + timer0: timer@feae0000 { + compatible = "rockchip,rk3588-timer", "rockchip,rk3288-timer"; + reg = <0x0 0xfeae0000 0x0 0x20>; + interrupts = <GIC_SPI 289 IRQ_TYPE_LEVEL_HIGH 0>; + clocks = <&cru PCLK_BUSTIMER0>, <&cru CLK_BUSTIMER0>; + clock-names = "pclk", "timer"; + }; + wdt: watchdog@feaf0000 { compatible = "rockchip,rk3588-wdt", "snps,dw-wdt"; reg = <0x0 0xfeaf0000 0x0 0x100>; |