ARM: dts: msm: Add WDT node for sm8150

Add WDT node with compatible qcom,msm-watchdog, to enable
watchdog driver on sm8150.

Change-Id: I9685add09210fa5204c6ea78636681b4679f36fc
This commit is contained in:
Abhishek Shah
2022-02-22 11:35:37 +05:30
committed by Gerrit - the friendly Code Review server
parent bca4c62cfe
commit c99ba6c21a

View File

@@ -878,6 +878,13 @@
cap-based-alloc-and-pwr-collapse;
};
wdog: qcom,wdt@17c10000 {
compatible = "qcom,msm-watchdog";
reg = <0x17c10000 0x1000>;
reg-names = "wdt-base";
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
};
qcom,mem-buf {
compatible = "qcom,mem-buf";
qcom,mem-buf-capabilities = "supplier";