Lines Matching +full:spi1 +full:- +full:default +full:- +full:state
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 gpio-reserved-ranges:
30 gpio-line-names:
34 "-state$":
36 - $ref: "#/$defs/qcom-msm8960-tlmm-state"
37 - patternProperties:
38 "-pins$":
39 $ref: "#/$defs/qcom-msm8960-tlmm-state"
43 qcom-msm8960-tlmm-state:
48 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
58 - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-4][0-9]|15[0-1])$"
59 - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc3_clk, sdc3_cmd,
95 - pins
98 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
101 - compatible
102 - reg
107 - |
108 #include <dt-bindings/interrupt-controller/arm-gic.h>
111 compatible = "qcom,msm8960-pinctrl";
113 #gpio-cells = <2>;
114 gpio-controller;
115 gpio-ranges = <&msmgpio 0 0 152>;
117 interrupt-controller;
118 #interrupt-cells = <2>;
120 spi1-default-state {
121 mosi-pins {
124 drive-strength = <12>;
125 bias-disable;
128 miso-pins {
131 drive-strength = <12>;
132 bias-disable;
135 cs-pins {
138 drive-strength = <12>;
139 bias-disable;
140 output-low;
143 clk-pins {
146 drive-strength = <12>;
147 bias-disable;