Lines Matching +full:msm8226 +full:- +full:pinctrl
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,msm8226-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. MSM8226 TLMM block
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
14 MSM8226 platform.
18 const: qcom,msm8226-pinctrl
28 interrupt-controller: true
30 '#interrupt-cells':
32 include/dt-bindings/interrupt-controller/irq.h
35 gpio-controller: true
37 '#gpio-cells':
39 include/dt-bindings/gpio/gpio.h
42 gpio-ranges:
45 gpio-reserved-ranges:
50 '-pins$':
53 Pinctrl node's client devices use subnodes for desired pin configuration.
55 $ref: "/schemas/pinctrl/pincfg-node.yaml"
64 - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-1][0-6])$"
65 - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk, sdc2_cmd, sdc2_data ]
78 drive-strength:
84 bias-pull-down: true
86 bias-pull-up: true
88 bias-disable: true
90 output-high: true
92 output-low: true
95 - pins
96 - function
101 - $ref: "pinctrl.yaml#"
104 - compatible
105 - reg
106 - interrupts
107 - interrupt-controller
108 - '#interrupt-cells'
109 - gpio-controller
110 - '#gpio-cells'
111 - gpio-ranges
116 - |
117 #include <dt-bindings/interrupt-controller/arm-gic.h>
118 msmgpio: pinctrl@fd510000 {
119 compatible = "qcom,msm8226-pinctrl";
122 gpio-controller;
123 #gpio-cells = <2>;
124 gpio-ranges = <&msmgpio 0 0 117>;
125 interrupt-controller;
126 #interrupt-cells = <2>;
129 serial-pins {
132 drive-strength = <8>;
133 bias-disable;