ARM: dts: rockchip: rv1106: add tclk for watchdog node

Change-Id: I5fee23f43796f9cf9df5970807860a29ec77a08a
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
Liang Chen
2022-03-28 15:15:52 +08:00
committed by Tao Huang
parent e18dd28625
commit cfa5feae96

View File

@@ -871,7 +871,8 @@
wdt: watchdog@ff5a0000 {
compatible = "rockchip,rv1106-wdt", "snps,dw-wdt";
reg = <0xff5a0000 0x100>;
clocks = <&cru PCLK_WDT_NS>;
clocks = <&cru TCLK_WDT_NS>, <&cru PCLK_WDT_NS>;
clock-names = "tclk", "pclk";
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};