Lines Matching +full:gpio +full:- +full:wo +full:- +full:state

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sc8280xp-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
21 const: qcom,sc8280xp-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-sc8280xp-tlmm-state"
45 - patternProperties:
46 "-pins$":
47 $ref: "#/$defs/qcom-sc8280xp-tlmm-state"
51 qcom-sc8280xp-tlmm-state:
60 List of gpio pins affected by the properties specified in this
64 - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-1][0-9]|22[0-7])$"
65 - enum: [ sdc2_clk, sdc2_cmd, sdc2_data, ufs_reset, ufs1_reset ]
84 gcc_gp5, gpio, hs1_mi2s, hs2_mi2s, hs3_mi2s, ibi_i3c,
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
117 - $ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state"
118 - if:
121 pattern: "^gpio([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-1][0-9]|22[0-7])$"
124 - function
129 - |
130 #include <dt-bindings/interrupt-controller/arm-gic.h>
132 compatible = "qcom,sc8280xp-tlmm";
135 gpio-controller;
136 #gpio-cells = <2>;
137 interrupt-controller;
138 #interrupt-cells = <2>;
139 gpio-ranges = <&tlmm 0 0 230>;
141 gpio-wo-subnode-state {
143 function = "gpio";
146 uart-w-subnodes-state {
147 rx-pins {
150 bias-pull-up;
153 tx-pins {
156 bias-disable;