Lines Matching +full:miso +full:- +full:pins
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,msm8960-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <andersson@kernel.org>
11 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
18 const: qcom,msm8960-pinctrl
26 interrupt-controller: true
27 "#interrupt-cells": true
28 gpio-controller: true
29 "#gpio-cells": true
30 gpio-ranges: true
31 wakeup-parent: true
33 gpio-reserved-ranges:
37 gpio-line-names:
41 "-state$":
43 - $ref: "#/$defs/qcom-msm8960-tlmm-state"
44 - patternProperties:
45 "-pins$":
46 $ref: "#/$defs/qcom-msm8960-tlmm-state"
50 qcom-msm8960-tlmm-state:
55 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
59 pins:
61 List of gpio pins affected by the properties specified in this
65 - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-4][0-9]|15[0-1])$"
66 - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc3_clk, sdc3_cmd,
74 pins.
102 - pins
105 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
108 - compatible
109 - reg
114 - |
115 #include <dt-bindings/interrupt-controller/arm-gic.h>
118 compatible = "qcom,msm8960-pinctrl";
120 #gpio-cells = <2>;
121 gpio-controller;
122 gpio-ranges = <&msmgpio 0 0 152>;
124 interrupt-controller;
125 #interrupt-cells = <2>;
127 spi1-default-state {
128 mosi-pins {
129 pins = "gpio6";
131 drive-strength = <12>;
132 bias-disable;
135 miso-pins {
136 pins = "gpio7";
138 drive-strength = <12>;
139 bias-disable;
142 cs-pins {
143 pins = "gpio8";
145 drive-strength = <12>;
146 bias-disable;
147 output-low;
150 clk-pins {
151 pins = "gpio9";
153 drive-strength = <12>;
154 bias-disable;