Lines Matching +full:blsp2 +full:- +full:uart1 +full:- +full:sleep +full:- +full:state
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,msm8974-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,msm8974-pinctrl
26 gpio-reserved-ranges:
30 gpio-line-names:
34 "-state$":
36 - $ref: "#/$defs/qcom-msm8974-tlmm-state"
37 - patternProperties:
38 "-pins$":
39 $ref: "#/$defs/qcom-msm8974-tlmm-state"
43 qcom-msm8974-tlmm-state:
48 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
58 - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-3][0-9]|14[0-5])$"
59 - enum: [ hsic_data, hsic_strobe, sdc1_clk, sdc1_cmd, sdc1_data,
91 - pins
94 - if:
99 - hsic_data
100 - hsic_strobe
102 - pins
105 bias-pull-down: false
106 bias-pull-up: false
107 bias-disable: false
108 drive-strength: false
109 input-enable: false
110 output-high: false
111 output-low: false
114 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
117 - compatible
118 - reg
123 - |
124 #include <dt-bindings/interrupt-controller/arm-gic.h>
126 compatible = "qcom,msm8974-pinctrl";
128 gpio-controller;
129 gpio-ranges = <&tlmm 0 0 146>;
130 #gpio-cells = <2>;
131 interrupt-controller;
132 #interrupt-cells = <2>;
135 sdc1-off-state {
136 clk-pins {
138 bias-disable;
139 drive-strength = <2>;
142 cmd-pins {
144 bias-pull-up;
145 drive-strength = <2>;
148 data-pins {
150 bias-pull-up;
151 drive-strength = <2>;
155 blsp2-uart1-sleep-state {
158 drive-strength = <2>;
159 bias-pull-down;
162 hsic-state {