Lines Matching +full:qcom +full:- +full:tlmm +full:- +full:state
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm8550-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. SM8550 TLMM block
10 - Abel Vesa <abel.vesa@linaro.org>
16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
20 const: qcom,sm8550-tlmm
28 gpio-reserved-ranges:
32 gpio-line-names:
36 "-state$":
38 - $ref: "#/$defs/qcom-sm8550-tlmm-state"
39 - patternProperties:
40 "-pins$":
41 $ref: "#/$defs/qcom-sm8550-tlmm-state"
45 qcom-sm8550-tlmm-state:
50 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
60 - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-9][0-9]|20[0-9])$"
61 - enum: [ ufs_reset, sdc2_clk, sdc2_cmd, sdc2_data ]
108 - pins
111 - compatible
112 - reg
117 - |
118 #include <dt-bindings/interrupt-controller/arm-gic.h>
119 tlmm: pinctrl@f100000 {
120 compatible = "qcom,sm8550-tlmm";
122 gpio-controller;
123 #gpio-cells = <2>;
124 gpio-ranges = <&tlmm 0 0 211>;
125 interrupt-controller;
126 #interrupt-cells = <2>;
129 gpio-wo-state {
134 uart-w-state {
135 rx-pins {
138 bias-pull-up;
141 tx-pins {
144 bias-disable;