Lines Matching +full:uart +full:- +full:w +full:- +full:subnodes +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>
17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
21 const: qcom,msm8909-tlmm
27 interrupt-controller: true
28 '#interrupt-cells': true
29 gpio-controller: true
30 gpio-reserved-ranges: true
31 '#gpio-cells': true
32 gpio-ranges: true
33 wakeup-parent: true
36 - compatible
37 - reg
42 '-state$':
44 - $ref: "#/$defs/qcom-msm8909-tlmm-state"
45 - patternProperties:
47 $ref: "#/$defs/qcom-msm8909-tlmm-state"
50 qcom-msm8909-tlmm-state:
53 Pinctrl node's client devices use subnodes for desired pin configuration.
54 Client device subnodes use below standard properties.
55 $ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state"
64 - pattern: "^gpio([0-9]|[1-9][0-9]|10[0-9]|11[0-7])$"
65 - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk, sdc2_cmd,
105 bias-disable: true
106 bias-pull-down: true
107 bias-pull-up: true
108 drive-strength: true
109 input-enable: true
110 output-high: true
111 output-low: true
114 - pins
115 - function
120 - |
121 #include <dt-bindings/interrupt-controller/arm-gic.h>
124 compatible = "qcom,msm8909-tlmm";
127 gpio-controller;
128 #gpio-cells = <2>;
129 gpio-ranges = <&tlmm 0 0 117>;
130 interrupt-controller;
131 #interrupt-cells = <2>;
133 gpio-wo-subnode-state {
138 uart-w-subnodes-state {
142 bias-pull-up;
148 bias-disable;