Rtwo/kernel/motorola/sm8550-devicetrees/bindings/pinctrl/qcom,tlmm-vm-mem-access.yaml
2025-09-30 19:22:48 -05:00

30 lines
686 B
YAML

%YAML 1.2
--
$id: http://devicetree.org/schemas/bindings/arm/msm/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>;
};
...