diff --git a/qcom/quin-vm-common.dtsi b/qcom/quin-vm-common.dtsi index 6c76233d..3711ca27 100644 --- a/qcom/quin-vm-common.dtsi +++ b/qcom/quin-vm-common.dtsi @@ -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 = , + ; + }; + + vm_restart: restart { + compatible = "qcom,vm-restart"; + status = "ok"; + }; + intc: vgic@0 { qvm,vdev = "gic"; #interrupt-cells = <3>;