Adding bindings to support vm on Sun. This is snapshot of bindings from 'commit 999a92cd8b38 ("Merge "ARM: dts: qcom: Add platform support for VMs on Cliffs"")' from device tree project msm-6.1 branch. Change-Id: I47eda741b3451d38d215f7d95505a2bb4dd86565 Signed-off-by: Meena Pasumarthi <quic_pasumart@quicinc.com> Signed-off-by: Sahitya Tummala <quic_stummala@quicinc.com>
37 lines
760 B
YAML
37 lines
760 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/pinctrl/qcom,tlmm-vm-irq.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Qualcomm Technologies, Inc. TLMM VM Irqchip driver binding
|
|
|
|
maintainers:
|
|
|
|
description: |+
|
|
The driver acts as a parent interrupt controller for tlmm driver for VMs.
|
|
|
|
properties:
|
|
compatible:
|
|
const: qcom,tlmm-vm-irq
|
|
|
|
reg:
|
|
items:
|
|
- description: Base address of TLMM register space
|
|
- description: Size of TLMM register space
|
|
|
|
interrupt-controller: true
|
|
|
|
'#interrupt-cells':
|
|
const: 2
|
|
|
|
example:
|
|
- |
|
|
vm-tlmm-irq@0 {
|
|
compatible = "qcom,tlmm-vm-irq";
|
|
reg = <0x0 0x0>;
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
};
|
|
...
|