diff --git a/qcom/sun-oemvm.dtsi b/qcom/sun-oemvm.dtsi index 2c417283..c508e3bf 100644 --- a/qcom/sun-oemvm.dtsi +++ b/qcom/sun-oemvm.dtsi @@ -210,4 +210,13 @@ gunyah-label = <0x5>; affinity = <0>; }; + + qcom,gh-qtimer@16805000 { + compatible = "qcom,gh-qtmr"; + reg = <0x16805000 0x1000>; + reg-names = "qtmr-base"; + interrupts = ; + interrupt-names = "qcom,qtmr-intr"; + qcom,secondary; + }; }; diff --git a/qcom/sun-vm.dtsi b/qcom/sun-vm.dtsi index 3099d137..32934d09 100644 --- a/qcom/sun-vm.dtsi +++ b/qcom/sun-vm.dtsi @@ -358,6 +358,15 @@ affinity = <0>; }; + qcom,gh-qtimer@16805000 { + compatible = "qcom,gh-qtmr"; + reg = <0x16805000 0x1000>; + reg-names = "qtmr-base"; + interrupts = ; + interrupt-names = "qcom,qtmr-intr"; + qcom,secondary; + }; + qcom,gunyah-panic-notifier { compatible = "qcom,gh-panic-notifier"; gunyah-label = <9>; diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 9a85f4c9..7d580d4b 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -2524,6 +2524,15 @@ qcom,primary; }; + qcom,gh-qtimer@16805000 { + compatible = "qcom,gh-qtmr"; + reg = <0x16805000 0x1000>; + reg-names = "qtmr-base"; + interrupts = ; + interrupt-names = "qcom,qtmr-intr"; + qcom,primary; + }; + qcom,gunyah-panic-notifier { compatible = "qcom,gh-panic-notifier"; qcom,primary-vm;