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:
@@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
@@ -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>;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user