Commit 932d139e authored by Shreeya Patel's avatar Shreeya Patel Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Enable watchdog support for RK3588

parent cadda005
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1241,6 +1241,14 @@
		status = "disabled";
	};

	wdt: watchdog@feaf0000 {
		compatible = "rockchip,rk3588-wdt", "snps,dw-wdt";
		reg = <0x0 0xfeaf0000 0x0 0x100>;
		clocks = <&cru TCLK_WDT0>, <&cru PCLK_WDT0>;
		clock-names = "tclk", "pclk";
		interrupts = <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH 0>;
	};

	spi0: spi@feb00000 {
		compatible = "rockchip,rk3588-spi", "rockchip,rk3066-spi";
		reg = <0x0 0xfeb00000 0x0 0x1000>;