Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/
Dqcom,sdx75-tlmm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sdx75-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. SDX75 TLMM block
10 - Rohit Agarwal <[email protected]>
13 Top Level Mode Multiplexer pin controller in Qualcomm SDX75 SoC.
16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
20 const: qcom,sdx75-tlmm
28 gpio-reserved-ranges:
[all …]
/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dsdx75-idp.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
9 #include "sdx75.dtsi"
15 model = "Qualcomm Technologies, Inc. SDX75 IDP";
16 compatible = "qcom,sdx75-idp", "qcom,sdx75";
22 vph_pwr: vph-pwr-regulator {
23 compatible = "regulator-fixed";
24 regulator-name = "vph_pwr";
25 regulator-min-microvolt = <3700000>;
[all …]
Dsdx75.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * SDX75 SoC device tree source
9 #include <dt-bindings/clock/qcom,rpmh.h>
10 #include <dt-bindings/clock/qcom,sdx75-gcc.h>
11 #include <dt-bindings/dma/qcom-gpi.h>
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/interconnect/qcom,icc.h>
14 #include <dt-bindings/interconnect/qcom,sdx75.h>
15 #include <dt-bindings/interrupt-controller/arm-gic.h>
16 #include <dt-bindings/mailbox/qcom-ipcc.h>
[all …]
/linux-6.14.4/drivers/pinctrl/qcom/
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 …]
Dpinctrl-sdx75.c1 // SPDX-License-Identifier: GPL-2.0-only
9 #include "pinctrl-msm.h"
64 .mux_bit = -1, \
67 .oe_bit = -1, \
68 .in_bit = -1, \
69 .out_bit = -1, \
70 .intr_enable_bit = -1, \
71 .intr_status_bit = -1, \
72 .intr_target_bit = -1, \
73 .intr_raw_status_bit = -1, \
[all …]