Lines Matching +full:gpio +full:- +full:wo +full:- +full:subnode +full:- +full:state
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm7150-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <andersson@kernel.org>
11 - Danila Tikhonov <danila@jiaxyga.com>
17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
21 const: qcom,sm7150-tlmm
26 reg-names:
28 - const: west
29 - const: north
30 - const: south
35 gpio-reserved-ranges:
39 gpio-line-names:
43 "-state$":
45 - $ref: "#/$defs/qcom-sm7150-tlmm-state"
46 - patternProperties:
47 "-pins$":
48 $ref: "#/$defs/qcom-sm7150-tlmm-state"
52 qcom-sm7150-tlmm-state:
57 $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
63 List of gpio pins affected by the properties specified in this
64 subnode.
67 - pattern: "^gpio([0-9]|[1-9][0-9]|10[0-9]|11[0-8])$"
68 - enum: [ sdc1_rclk, sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk,
78 enum: [ gpio, adsp_ext, agera_pll, aoss_cti, atest_char, atest_tsens,
100 - pins
103 - compatible
104 - reg
105 - reg-names
110 - |
111 #include <dt-bindings/interrupt-controller/arm-gic.h>
114 compatible = "qcom,sm7150-tlmm";
118 reg-names = "west", "north", "south";
120 gpio-ranges = <&tlmm 0 0 120>;
121 gpio-controller;
122 #gpio-cells = <2>;
123 interrupt-controller;
124 #interrupt-cells = <2>;
125 wakeup-parent = <&pdc>;
127 gpio-wo-state {
129 function = "gpio";
132 uart-w-state {
133 rx-pins {
136 bias-pull-up;
139 tx-pins {
142 bias-disable;