Lines Matching +full:msm8909 +full:- +full:tlmm
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,msm8909-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. MSM8909 TLMM block
10 - Stephan Gerhold <stephan@gerhold.net>
13 Top Level Mode Multiplexer pin controller in Qualcomm MSM8909 SoC.
16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
20 const: qcom,msm8909-tlmm
28 interrupt-controller: true
29 "#interrupt-cells": true
30 gpio-controller: true
31 gpio-reserved-ranges: true
32 "#gpio-cells": true
33 gpio-ranges: true
34 wakeup-parent: true
37 - compatible
38 - reg
43 "-state$":
45 - $ref: "#/$defs/qcom-msm8909-tlmm-state"
46 - patternProperties:
47 "-pins$":
48 $ref: "#/$defs/qcom-msm8909-tlmm-state"
52 qcom-msm8909-tlmm-state:
57 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
67 - pattern: "^gpio([0-9]|[1-9][0-9]|10[0-9]|11[0-2])$"
68 - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk, sdc2_cmd,
109 - pins
112 - |
113 #include <dt-bindings/interrupt-controller/arm-gic.h>
116 compatible = "qcom,msm8909-tlmm";
119 gpio-controller;
120 #gpio-cells = <2>;
121 gpio-ranges = <&tlmm 0 0 113>;
122 interrupt-controller;
123 #interrupt-cells = <2>;
125 gpio-wo-subnode-state {
130 uart-w-subnodes-state {
131 rx-pins {
134 bias-pull-up;
137 tx-pins {
140 bias-disable;