Commit 4f681369 authored by Baolin Wang's avatar Baolin Wang Committed by Arnd Bergmann

arm64: dts: Add watchdog device node for Spreadtrum SC9860

Add the watchdog device node for Spreadtrum SC9860 platform to
watch the system's stability.
Signed-off-by: default avatarBaolin Wang <baolin.wang@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 0cb3dad0
...@@ -141,6 +141,15 @@ pin_controller: pinctrl@402a0000 { ...@@ -141,6 +141,15 @@ pin_controller: pinctrl@402a0000 {
compatible = "sprd,sc9860-pinctrl"; compatible = "sprd,sc9860-pinctrl";
reg = <0 0x402a0000 0 0x10000>; reg = <0 0x402a0000 0 0x10000>;
}; };
watchdog@40310000 {
compatible = "sprd,sp9860-wdt";
reg = <0 0x40310000 0 0x1000>;
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
timeout-sec = <12>;
clock-names = "enable";
clocks = <&aon_gate CLK_APCPU_WDG_EB>;
};
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment