From fe2d0076e8538b7d2f971783a2da7ff64c03e8b1 Mon Sep 17 00:00:00 2001 From: Po-Jung Lai Date: Tue, 10 Oct 2023 12:33:55 -0700 Subject: [PATCH] ARM: dts: msm: gunyah: Add qtmr binding Add qtmr binding description and example. Change-Id: Ifbfcfc86931b38d08f6edec87d7c7983122d051c Signed-off-by: Po-Jung Lai --- bindings/soc/qcom/qcom,gh-qtmr.yaml | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bindings/soc/qcom/qcom,gh-qtmr.yaml diff --git a/bindings/soc/qcom/qcom,gh-qtmr.yaml b/bindings/soc/qcom/qcom,gh-qtmr.yaml new file mode 100644 index 00000000..9c4113b8 --- /dev/null +++ b/bindings/soc/qcom/qcom,gh-qtmr.yaml @@ -0,0 +1,32 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/soc/qcom/qcom,gh-dbl.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: QCT Gunyah Hypervisor irq Lending Test Driver + +maintainers: + - Murali Nalajala + - Satya Durga Srinivasu Prabhala + - Po-Jung Lai + +description: + The Gunyah Hypervisor Test Driver is used to validate gunyah hypervisor + functionality. It includes test node for gunyah irq lending between vms. + Qtime timer and irq will be lended between vms. + +properties: + compatible: + const: qcom,gh-qtmr + +examples: + - | + qcom,gh-qtimer@17425000{ + compatible = "qcom,gh-qtmr"; + reg = <0x17425000 0x1000>; + reg-names = "qtmr-base"; + interrupts = ; + interrupt-names = "qcom,qtmr-intr"; + qcom,primary; + };