Lines Matching +full:sm8450 +full:- +full:tlmm
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm8450-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. SM8450 TLMM block
10 - Vinod Koul <vkoul@kernel.org>
13 This binding describes the Top Level Mode Multiplexer (TLMM) block found
14 in the SM8450 platform.
17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
21 const: qcom,sm8450-tlmm
27 interrupt-controller: true
28 '#interrupt-cells': true
29 gpio-controller: true
31 gpio-reserved-ranges:
35 gpio-line-names:
38 '#gpio-cells': true
39 gpio-ranges: true
40 wakeup-parent: true
43 - compatible
44 - reg
49 '-state$':
51 - $ref: "#/$defs/qcom-sm8450-tlmm-state"
52 - patternProperties:
53 "-pins$":
54 $ref: "#/$defs/qcom-sm8450-tlmm-state"
58 qcom-sm8450-tlmm-state:
71 - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-9][0-9]|20[0-9])$"
72 - enum: [ ufs_reset, sdc2_clk, sdc2_cmd, sdc2_data ]
104 bias-disable: true
105 bias-pull-down: true
106 bias-pull-up: true
107 drive-strength: true
108 input-enable: true
109 output-high: true
110 output-low: true
113 - pins
116 - $ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state"
117 - if:
120 pattern: "^gpio([0-9]|[1-9][0-9]|1[0-9][0-9]|20[0-9])$"
123 - function
128 - |
129 #include <dt-bindings/interrupt-controller/arm-gic.h>
131 compatible = "qcom,sm8450-tlmm";
133 gpio-controller;
134 #gpio-cells = <2>;
135 gpio-ranges = <&tlmm 0 0 211>;
136 interrupt-controller;
137 #interrupt-cells = <2>;
140 gpio-wo-state {
145 uart-w-state {
146 rx-pins {
149 bias-pull-up;
152 tx-pins {
155 bias-disable;