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,qcm2290-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. QCM2290 TLMM block
10 - Shawn Guo <shawn.guo@linaro.org>
17 const: qcom,qcm2290-tlmm
25 interrupt-controller: true
26 "#interrupt-cells": true
27 gpio-controller: true
28 "#gpio-cells": true
29 gpio-ranges: true
30 wakeup-parent: true
33 "-state$":
35 - $ref: "#/$defs/qcom-qcm2290-tlmm-state"
36 - patternProperties:
37 "-pins$":
38 $ref: "#/$defs/qcom-qcm2290-tlmm-state"
42 qcom-qcm2290-tlmm-state:
47 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
57 - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-1][0-9]|12[0-6])$"
58 - enum: [ sdc1_rclk, sdc1_clk, sdc1_cmd, sdc1_data,
86 - pins
89 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
92 - compatible
93 - reg
98 - |
99 #include <dt-bindings/interrupt-controller/arm-gic.h>
100 tlmm: pinctrl@500000 {
101 compatible = "qcom,qcm2290-tlmm";
104 gpio-controller;
105 #gpio-cells = <2>;
106 interrupt-controller;
107 #interrupt-cells = <2>;
108 gpio-ranges = <&tlmm 0 0 127>;
110 sdc2_on_state: sdc2-on-state {
111 clk-pins {
113 bias-disable;
114 drive-strength = <16>;
117 cmd-pins {
119 bias-pull-up;
120 drive-strength = <10>;
123 data-pins {
125 bias-pull-up;
126 drive-strength = <10>;