Commit ef857678 authored by Bjorn Andersson's avatar Bjorn Andersson

arm64: dts: qcom: sdm845: Add APSS watchdog node

Add a node describing the watchdog found in the application subsystem.
Reviewed-by: default avatarVinod Koul <vkoul@kernel.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 3cd82e95
......@@ -3084,6 +3084,12 @@ lpasscc: clock-controller@17014000 {
status = "disabled";
};
watchdog@17980000 {
compatible = "qcom,apss-wdt-sdm845", "qcom,kpss-wdt";
reg = <0 0x17980000 0 0x1000>;
clocks = <&sleep_clk>;
};
apss_shared: mailbox@17990000 {
compatible = "qcom,sdm845-apss-shared";
reg = <0 0x17990000 0 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