Skip to content
Snippets Groups Projects
Commit 3e29f8a1 authored by Cristian Ciocaltea's avatar Cristian Ciocaltea
Browse files

arm64: dts: rockchip: Add rk3588 timer


Add DT node for Rockchip RK3588/RK3588S SoC timer.

Signed-off-by: default avatarCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20230419181309.338354-4-cristian.ciocaltea@collabora.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent bb31f8e3
No related branches found
No related tags found
1 merge request!11Add missing patches for rk3588/rock5b timer, OTP and analog audio support
......@@ -2129,6 +2129,14 @@ i2c5: i2c@fead0000 {
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>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment