Commit 7b54d92a authored by Bhupesh Sharma's avatar Bhupesh Sharma Committed by Bjorn Andersson

arm64: dts: qcom: sm6115: Add watchdog node to dtsi

Add watchdog node in Qualcomm sm6115 SoC dtsi.
Signed-off-by: default avatarBhupesh Sharma <bhupesh.sharma@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230119123200.1021735-1-bhupesh.sharma@linaro.org
parent a8ce6344
......@@ -1957,6 +1957,13 @@ wifi: wifi@c800000 {
status = "disabled";
};
watchdog@f017000 {
compatible = "qcom,apss-wdt-sm6115", "qcom,kpss-wdt";
reg = <0x0 0x0f017000 0x0 0x1000>;
clocks = <&sleep_clk>;
interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>;
};
apcs_glb: mailbox@f111000 {
compatible = "qcom,sm6115-apcs-hmss-global";
reg = <0x0 0x0f111000 0x0 0x1000>;
......
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