Merge "ARM: dts: qcom: Add power reset and watchdog nodes for vm"

This commit is contained in:
qctecmdr
2022-10-11 09:55:05 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -61,6 +61,19 @@
ranges = <0x0 0x0 0x0 0xffffffff>;
compatible = "simple-bus";
wdog: qcom,wdt@17c10000 {
compatible = "qcom,msm-watchdog";
reg = <0x17c10000 0x1000>;
reg-names = "wdt-base";
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
};
vm_restart: restart {
compatible = "qcom,vm-restart";
status = "ok";
};
intc: vgic@0 {
qvm,vdev = "gic";
#interrupt-cells = <3>;