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
829 B
YAML
32 lines
829 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/pinctrl/qcom,sun-vm-pinctrl.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Qualcomm Technologies, Inc. SUN VM TLMM block
|
|
|
|
maintainers:
|
|
- Murali Nalajala <quic_mnalajal@quicinc.com>
|
|
- Satya Durga Srinivasu Prabhala <quic_satyap@quicinc.com>
|
|
|
|
description: |
|
|
This binding describes the Top Level Mode Multiplexer block for VM.
|
|
|
|
properties:
|
|
compatible:
|
|
const: qcom,sun-vm-pinctrl
|
|
|
|
examples:
|
|
- |
|
|
tlmm: pinctrl@03000000 {
|
|
compatible = "qcom,pineapple-vm-pinctrl";
|
|
reg = <0x03000000 0xdc2000>;
|
|
interrupts-extended = <0 208 0>;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
gpios = /bits/ 16 <0 1>;
|
|
};
|