Lines Matching +full:sm6350 +full:- +full:tlmm
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm6350-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. SM6350 TLMM block
10 - Konrad Dybcio <konrad.dybcio@somainline.org>
13 This binding describes the Top Level Mode Multiplexer (TLMM) block found
14 in the SM6350 platform.
17 - $ref: "pinctrl.yaml#"
18 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
22 const: qcom,sm6350-tlmm
28 interrupt-controller: true
29 '#interrupt-cells': true
30 gpio-controller: true
31 gpio-reserved-ranges: true
32 '#gpio-cells': true
33 gpio-ranges: true
34 wakeup-parent: true
37 - compatible
38 - reg
43 '-state$':
45 - $ref: "#/$defs/qcom-sm6350-tlmm-state"
46 - patternProperties:
47 "-pins$":
48 $ref: "#/$defs/qcom-sm6350-tlmm-state"
52 qcom-sm6350-tlmm-state:
65 - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-4][0-9]|15[0-7])$"
66 - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk, sdc2_cmd, sdc2_data ]
103 bias-disable: true
104 bias-pull-down: true
105 bias-pull-up: true
106 drive-strength: true
107 input-enable: true
108 output-high: true
109 output-low: true
112 - pins
115 - $ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state"
116 - if:
119 pattern: "^gpio([0-9]|[1-9][0-9]|1[0-4][0-9]|15[0-7])$"
122 - function
127 - |
128 #include <dt-bindings/interrupt-controller/arm-gic.h>
130 compatible = "qcom,sm6350-tlmm";
133 gpio-controller;
134 #gpio-cells = <2>;
135 interrupt-controller;
136 #interrupt-cells = <2>;
137 gpio-ranges = <&tlmm 0 0 157>;
139 gpio-wo-subnode-state {
144 uart-w-subnodes-state {
145 rx-pins {
148 bias-disable;
151 tx-pins {
154 bias-disable;