mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM64: dts: rockchip: add wdt0 for rk3399
There are two watchdogs in ALIVE named WDT0 and WDT1, and one watchdog in PMU named WDT2. WDT0 can drive CRU to generate global software reset. Change-Id: Ide47e7e69572d2f2a537b590dc75010cf0f56c51 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
d9a31f9ee0
commit
a21175a163
@@ -758,6 +758,14 @@
|
||||
reg = <0x0 0xff770000 0x0 0x10000>;
|
||||
};
|
||||
|
||||
wdt0: watchdog@ff840000 {
|
||||
compatible = "snps,dw-wdt";
|
||||
reg = <0x0 0xff840000 0x0 0x100>;
|
||||
clocks = <&cru PCLK_WDT>;
|
||||
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spdif: spdif@ff870000 {
|
||||
compatible = "rockchip,rk3399-spdif";
|
||||
reg = <0x0 0xff870000 0x0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user