Home
last modified time | relevance | path

Searched +full:sdx65 +full:- +full:tlmm (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,sdx65-tlmm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sdx65-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. SDX65 TLMM block
10 - Vamsi krishna Lanka <quic_vamslank@quicinc.com>
13 Top Level Mode Multiplexer pin controller in Qualcomm SDX65 SoC.
17 const: qcom,sdx65-tlmm
25 gpio-reserved-ranges:
29 "-state$":
[all …]
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-sdx65.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * SDX65 SoC device tree source
9 #include <dt-bindings/clock/qcom,gcc-sdx65.h>
10 #include <dt-bindings/clock/qcom,rpmh.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/power/qcom-rpmpd.h>
14 #include <dt-bindings/soc/qcom,rpmh-rsc.h>
15 #include <dt-bindings/interconnect/qcom,sdx65.h>
18 #address-cells = <1>;
[all …]
H A Dqcom-sdx65-mtp.dts1 // SPDX-License-Identifier: BSD-3-Clause
5 /dts-v1/;
11 #include "qcom-sdx65.dtsi"
12 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
18 model = "Qualcomm Technologies, Inc. SDX65 MTP";
19 compatible = "qcom,sdx65-mtp", "qcom,sdx65";
20 qcom,board-id = <0x2010008 0x302>;
27 stdout-path = "serial0:115200n8";
30 reserved-memory {
31 #address-cells = <1>;
[all …]
/linux/drivers/pinctrl/qcom/
H A DKconfig.msm1 # SPDX-License-Identifier: GPL-2.0-only
9 Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
16 Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
23 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
30 the Qualcomm Technologies Inc. TLMM block found on the
39 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform.
46 Qualcomm Technologies Inc TLMM block found on the Qualcomm
54 the Qualcomm Technologies Inc. TLMM block found on the
63 the Qualcomm Technologies Inc. TLMM block found on the
72 the Qualcomm Technologies Inc. TLMM block found on the
[all …]
H A Dpinctrl-sdx65.c1 // SPDX-License-Identifier: GPL-2.0-only
10 #include "pinctrl-msm.h"
63 .mux_bit = -1, \
66 .oe_bit = -1, \
67 .in_bit = -1, \
68 .out_bit = -1, \
69 .intr_enable_bit = -1, \
70 .intr_status_bit = -1, \
71 .intr_target_bit = -1, \
72 .intr_raw_status_bit = -1, \
[all …]