Merge "ARM: dts: msm: Add WDT device node for Lemans"

This commit is contained in:
qctecmdr
2022-08-24 16:58:15 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -546,4 +546,11 @@
reg = <0xc8 0xc8>;
};
};
wdog: qcom,wdt@17c10000 {
compatible = "qcom,msm-watchdog";
reg = <0x17c10000 0x1000>;
reg-names = "wdt-base";
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
};
};