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,msm8994-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <andersson@kernel.org>
11 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
19 - qcom,msm8992-pinctrl
20 - qcom,msm8994-pinctrl
28 interrupt-controller: true
29 "#interrupt-cells": true
30 gpio-controller: true
31 "#gpio-cells": true
32 gpio-ranges: true
33 wakeup-parent: true
35 gpio-reserved-ranges:
39 gpio-line-names:
43 "-state$":
45 - $ref: "#/$defs/qcom-msm8994-tlmm-state"
46 - patternProperties:
47 "-pins$":
48 $ref: "#/$defs/qcom-msm8994-tlmm-state"
52 qcom-msm8994-tlmm-state:
57 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
67 - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-3][0-9]|14[0-5])$"
68 - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc1_rclk, sdc2_clk,
108 - pins
111 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
114 - compatible
115 - reg
120 - |
121 #include <dt-bindings/interrupt-controller/arm-gic.h>
124 compatible = "qcom,msm8994-pinctrl";
127 gpio-controller;
128 gpio-ranges = <&tlmm 0 0 146>;
129 #gpio-cells = <2>;
130 interrupt-controller;
131 #interrupt-cells = <2>;
133 blsp1-uart2-default-state {
136 drive-strength = <16>;
137 bias-disable;
140 blsp1-spi1-default-state {
141 default-pins {
144 drive-strength = <10>;
145 bias-pull-down;
148 cs-pins {
151 drive-strength = <2>;
152 bias-disable;