mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3568: add tclk for watchdog
Change-Id: I14018563cb2e1bd844f41859020fa7fdc6b555ec Signed-off-by: Simon Xue <xxm@rock-chips.com>
This commit is contained in:
@@ -1964,7 +1964,8 @@
|
||||
wdt: watchdog@fe600000 {
|
||||
compatible = "snps,dw-wdt";
|
||||
reg = <0x0 0xfe600000 0x0 0x100>;
|
||||
clocks = <&cru PCLK_WDT_NS>;
|
||||
clocks = <&cru TCLK_WDT_NS>, <&cru PCLK_WDT_NS>;
|
||||
clock-names = "tclk", "pclk";
|
||||
interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user