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,sm8350-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vinod Koul <vkoul@kernel.org>
17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
21 const: qcom,sm8350-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-sm8350-tlmm-state"
45 - patternProperties:
47 $ref: "#/$defs/qcom-sm8350-tlmm-state"
50 qcom-sm8350-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]|1[0-9][0-9]|20[0-3])$"
65 - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk, sdc2_cmd, sdc2_data ]
99 bias-disable: true
100 bias-pull-down: true
101 bias-pull-up: true
102 drive-strength: true
103 input-enable: true
104 output-high: true
105 output-low: true
108 - pins
109 - function
114 - |
115 #include <dt-bindings/interrupt-controller/arm-gic.h>
117 compatible = "qcom,sm8350-tlmm";
120 gpio-controller;
121 #gpio-cells = <2>;
122 interrupt-controller;
123 #interrupt-cells = <2>;
124 gpio-ranges = <&tlmm 0 0 203>;
126 gpio-wo-subnode-state {
131 uart-w-subnodes-state {
135 bias-pull-up;
141 bias-disable;