Lines Matching +full:sm7150 +full:- +full:tlmm
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm7150-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SM7150 TLMM pin controller
10 - Bjorn Andersson <andersson@kernel.org>
11 - Danila Tikhonov <danila@jiaxyga.com>
14 Top Level Mode Multiplexer pin controller in Qualcomm SM7150 SoC.
17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
21 const: qcom,sm7150-tlmm
26 reg-names:
28 - const: west
29 - const: north
30 - const: south
35 gpio-reserved-ranges:
39 gpio-line-names:
43 "-state$":
45 - $ref: "#/$defs/qcom-sm7150-tlmm-state"
46 - patternProperties:
47 "-pins$":
48 $ref: "#/$defs/qcom-sm7150-tlmm-state"
52 qcom-sm7150-tlmm-state:
57 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
67 - pattern: "^gpio([0-9]|[1-9][0-9]|10[0-9]|11[0-8])$"
68 - enum: [ sdc1_rclk, sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk,
100 - pins
103 - compatible
104 - reg
105 - reg-names
110 - |
111 #include <dt-bindings/interrupt-controller/arm-gic.h>
113 tlmm: pinctrl@3500000 {
114 compatible = "qcom,sm7150-tlmm";
118 reg-names = "west", "north", "south";
120 gpio-ranges = <&tlmm 0 0 120>;
121 gpio-controller;
122 #gpio-cells = <2>;
123 interrupt-controller;
124 #interrupt-cells = <2>;
125 wakeup-parent = <&pdc>;
127 gpio-wo-state {
132 uart-w-state {
133 rx-pins {
136 bias-pull-up;
139 tx-pins {
142 bias-disable;