Searched +full:ipq5018 +full:- +full:tlmm (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,ipq5018-tlmm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,ipq5018-tlmm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm IPQ5018 TLMM pin controller 10 - Bjorn Andersson <[email protected]> 11 - Krzysztof Kozlowski <[email protected]> 14 Top Level Mode Multiplexer pin controller in Qualcomm IPQ5018 SoC. 18 const: qcom,ipq5018-tlmm 26 gpio-reserved-ranges: [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/qcom/ |
D | ipq5018-tplink-archer-ax55-v1.dts | 1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/input.h> 7 #include <dt-bindings/leds/common.h> 9 #include "ipq5018.dtsi" 12 model = "TP-Link Archer AX55 v1"; 13 compatible = "tplink,archer-ax55-v1", "qcom,ipq5018"; 20 stdout-path = "serial0:115200n8"; 24 compatible = "gpio-leds"; [all …]
|
D | ipq5018.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause 3 * IPQ5018 SoC device tree source 8 #include <dt-bindings/clock/qcom,apss-ipq.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/clock/qcom,gcc-ipq5018.h> 11 #include <dt-bindings/reset/qcom,gcc-ipq5018.h> 14 interrupt-parent = <&intc>; 15 #address-cells = <2>; 16 #size-cells = <2>; 19 sleep_clk: sleep-clk { [all …]
|
D | ipq5018-rdp432-c2.dts | 1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause 3 * IPQ5018 MP03.1-C2 board device tree source 8 /dts-v1/; 10 #include "ipq5018.dtsi" 13 model = "Qualcomm Technologies, Inc. IPQ5018/AP-RDP432.1-C2"; 14 compatible = "qcom,ipq5018-rdp432-c2", "qcom,ipq5018"; 21 stdout-path = "serial0:115200n8"; 26 pinctrl-0 = <&uart1_pins>; 27 pinctrl-names = "default"; 32 pinctrl-0 = <&sdc_default_state>; [all …]
|
/linux-6.14.4/drivers/pinctrl/qcom/ |
D | Kconfig.msm | 1 # 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. 26 tristate "Qualcomm Technologies, Inc. IPQ5018 pin controller driver" 30 the Qualcomm Technologies Inc. TLMM block found on the 31 Qualcomm Technologies Inc. IPQ5018 platform. Select this for 32 IPQ5018. 39 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 46 Qualcomm Technologies Inc TLMM block found on the Qualcomm [all …]
|
D | pinctrl-ipq5018.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2019-2021, 2023 The Linux Foundation. All rights reserved. 10 #include "pinctrl-msm.h" 746 { .compatible = "qcom,ipq5018-tlmm", }, 753 .name = "ipq5018-tlmm", 772 MODULE_DESCRIPTION("Qualcomm Technologies Inc ipq5018 pinctrl driver");
|