Lines Matching +full:gpio +full:- +full:wo +full:- +full:subnode +full:- +full:state
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#
10 - Stephan Gerhold <stephan@gerhold.net>
16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
20 const: qcom,msm8909-tlmm
28 gpio-reserved-ranges: true
31 "-state$":
33 - $ref: "#/$defs/qcom-msm8909-tlmm-state"
34 - patternProperties:
35 "-pins$":
36 $ref: "#/$defs/qcom-msm8909-tlmm-state"
40 qcom-msm8909-tlmm-state:
45 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
51 List of gpio pins affected by the properties specified in this
52 subnode.
55 - pattern: "^gpio([0-9]|[1-9][0-9]|10[0-9]|11[0-2])$"
56 - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk, sdc2_cmd,
78 gcc_gp2_clk_b, gcc_gp3_clk_a, gcc_gp3_clk_b, gcc_plltest, gpio,
97 - pins
100 - compatible
101 - reg
106 - |
107 #include <dt-bindings/interrupt-controller/arm-gic.h>
110 compatible = "qcom,msm8909-tlmm";
113 gpio-controller;
114 #gpio-cells = <2>;
115 gpio-ranges = <&tlmm 0 0 113>;
116 interrupt-controller;
117 #interrupt-cells = <2>;
119 gpio-wo-subnode-state {
121 function = "gpio";
124 uart-w-subnodes-state {
125 rx-pins {
128 bias-pull-up;
131 tx-pins {
134 bias-disable;