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>
32 lines
735 B
YAML
32 lines
735 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-mem-access.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Qualcomm Technologies, Inc. TLMM VM memory access driver binding
|
|
|
|
maintainers:
|
|
|
|
description: |+
|
|
The driver facilitates initial memory access to TLMM VM driver.
|
|
|
|
properties:
|
|
compatible:
|
|
const: qcom,tlmm-vm-mem-access
|
|
|
|
qcom,master:
|
|
description: Specify if this device is on the primary virtual machine.
|
|
|
|
tlmm-vm-gpio-list:
|
|
description: List of shared gpios.
|
|
|
|
example:
|
|
- |
|
|
tlmm-vm-mem-access {
|
|
compatible = "qcom,tlmm-vm-mem-access";
|
|
qcom,master;
|
|
tlmm-vm-gpio-list = <&tlmm 0 0 &tlmm 1 0>;
|
|
};
|
|
...
|