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,mdm9607-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. MDM9607 TLMM block
10 - Konrad Dybcio <konrad.dybcio@somainline.org>
17 - $ref: "pinctrl.yaml#"
18 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
22 const: qcom,mdm9607-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-mdm9607-tlmm-state"
46 - patternProperties:
48 $ref: "#/$defs/qcom-mdm9607-tlmm-state"
51 qcom-mdm9607-tlmm-state:
56 $ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state"
65 - pattern: "^gpio([1-9]|[1-7][0-9]|80)$"
66 - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk, sdc2_cmd,
108 bias-disable: true
109 bias-pull-down: true
110 bias-pull-up: true
111 drive-strength: true
112 input-enable: true
113 output-high: true
114 output-low: true
117 - pins
118 - function
123 - |
124 #include <dt-bindings/interrupt-controller/arm-gic.h>
125 tlmm: pinctrl@1000000 {
126 compatible = "qcom,mdm9607-tlmm";
129 gpio-controller;
130 gpio-ranges = <&msmgpio 0 0 80>;
131 #gpio-cells = <2>;
132 interrupt-controller;
133 #interrupt-cells = <2>;