ARM: dts: msm: gunyah: Add irq lend test node for sun

Add irq lend test node to sun, sun-vm and sun-oemvm to validate
hypervisor irq lend functionality.

Change-Id: I2cc6fae7645c12920fe742f2c3c7ce8a166fe663
Signed-off-by: Po-Jung Lai <quic_pojulai@quicinc.com>
This commit is contained in:
Po-Jung Lai
2023-10-10 12:53:33 -07:00
parent 4ad12bb94f
commit 976b3e2ad7
3 changed files with 27 additions and 0 deletions

View File

@@ -210,4 +210,13 @@
gunyah-label = <0x5>; gunyah-label = <0x5>;
affinity = <0>; affinity = <0>;
}; };
qcom,gh-qtimer@16805000 {
compatible = "qcom,gh-qtmr";
reg = <0x16805000 0x1000>;
reg-names = "qtmr-base";
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "qcom,qtmr-intr";
qcom,secondary;
};
}; };

View File

@@ -358,6 +358,15 @@
affinity = <0>; affinity = <0>;
}; };
qcom,gh-qtimer@16805000 {
compatible = "qcom,gh-qtmr";
reg = <0x16805000 0x1000>;
reg-names = "qtmr-base";
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "qcom,qtmr-intr";
qcom,secondary;
};
qcom,gunyah-panic-notifier { qcom,gunyah-panic-notifier {
compatible = "qcom,gh-panic-notifier"; compatible = "qcom,gh-panic-notifier";
gunyah-label = <9>; gunyah-label = <9>;

View File

@@ -2524,6 +2524,15 @@
qcom,primary; qcom,primary;
}; };
qcom,gh-qtimer@16805000 {
compatible = "qcom,gh-qtmr";
reg = <0x16805000 0x1000>;
reg-names = "qtmr-base";
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "qcom,qtmr-intr";
qcom,primary;
};
qcom,gunyah-panic-notifier { qcom,gunyah-panic-notifier {
compatible = "qcom,gh-panic-notifier"; compatible = "qcom,gh-panic-notifier";
qcom,primary-vm; qcom,primary-vm;