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,sm6115-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. SM6115, SM4250 TLMM block
10 - Iskren Chernev <iskren.chernev@gmail.com>
18 const: qcom,sm6115-tlmm
23 reg-names:
25 - const: west
26 - const: south
27 - const: east
32 gpio-reserved-ranges: true
35 "-state$":
37 - $ref: "#/$defs/qcom-sm6115-tlmm-state"
38 - patternProperties:
39 "-pins$":
40 $ref: "#/$defs/qcom-sm6115-tlmm-state"
44 qcom-sm6115-tlmm-state:
49 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
59 - pattern: "^gpio([0-9]|[1-9][0-9]|10[0-9]|11[0-2])$"
60 - enum: [ sdc1_rclk, sdc1_clk, sdc1_cmd, sdc1_data,
84 - pins
87 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
90 - compatible
91 - reg
92 - reg-names
97 - |
98 #include <dt-bindings/interrupt-controller/arm-gic.h>
99 tlmm: pinctrl@500000 {
100 compatible = "qcom,sm6115-tlmm";
104 reg-names = "west", "south", "east";
106 gpio-controller;
107 #gpio-cells = <2>;
108 interrupt-controller;
109 #interrupt-cells = <2>;
110 gpio-ranges = <&tlmm 0 0 114>;
112 sdc2_on_state: sdc2-on-state {
113 clk-pins {
115 bias-disable;
116 drive-strength = <16>;
119 cmd-pins {
121 bias-pull-up;
122 drive-strength = <10>;
125 data-pins {
127 bias-pull-up;
128 drive-strength = <10>;
131 sd-cd-pins {
134 bias-pull-up;
135 drive-strength = <2>;