Home
last modified time | relevance | path

Searched +full:ipq5332 +full:- +full:tlmm (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,ipq5332-tlmm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,ipq5332-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm IPQ5332 TLMM pin controller
10 - Bjorn Andersson <andersson@kernel.org>
11 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
14 Top Level Mode Multiplexer pin controller in Qualcomm IPQ5332 SoC.
17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
21 const: qcom,ipq5332-tlmm
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dipq5332-rdp-common.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * IPQ5332 RDP board common device tree source
5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
8 /dts-v1/;
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/leds/common.h>
13 #include "ipq5332.dtsi"
21 stdout-path = "serial0";
24 gpio-keys {
[all …]
H A Dipq5332-rdp441.dts1 // SPDX-License-Identifier: BSD-3-Clause
3 * IPQ5332 AP-MI01.2 board device tree source
5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
8 /dts-v1/;
10 #include "ipq5332-rdp-common.dtsi"
13 model = "Qualcomm Technologies, Inc. IPQ5332 MI01.2";
14 compatible = "qcom,ipq5332-ap-mi01.2", "qcom,ipq5332";
18 clock-frequency = <400000>;
19 pinctrl-0 = <&i2c_1_pins>;
20 pinctrl-names = "default";
[all …]
H A Dipq5332-rdp474.dts1 // SPDX-License-Identifier: BSD-3-Clause
3 * IPQ5332 RDP474 board device tree source
5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
8 /dts-v1/;
10 #include "ipq5332-rdp-common.dtsi"
13 model = "Qualcomm Technologies, Inc. IPQ5332 MI01.9";
14 compatible = "qcom,ipq5332-ap-mi01.9", "qcom,ipq5332";
18 clock-frequency = <400000>;
19 pinctrl-0 = <&i2c_1_pins>;
20 pinctrl-names = "default";
[all …]
H A Dipq5332-rdp442.dts1 // SPDX-License-Identifier: BSD-3-Clause
3 * IPQ5332 RDP442 board device tree source
8 /dts-v1/;
10 #include "ipq5332-rdp-common.dtsi"
13 model = "Qualcomm Technologies, Inc. IPQ5332 MI01.3";
14 compatible = "qcom,ipq5332-ap-mi01.3", "qcom,ipq5332";
18 clock-frequency = <400000>;
19 pinctrl-0 = <&i2c_1_pins>;
20 pinctrl-names = "default";
25 pinctrl-0 = <&spi_0_data_clk_pins &spi_0_cs_pins>;
[all …]
H A Dipq5332-rdp468.dts1 // SPDX-License-Identifier: BSD-3-Clause
3 * IPQ5332 RDP468 board device tree source
5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
8 /dts-v1/;
10 #include "ipq5332-rdp-common.dtsi"
13 model = "Qualcomm Technologies, Inc. IPQ5332 MI01.6";
14 compatible = "qcom,ipq5332-ap-mi01.6", "qcom,ipq5332";
16 regulator_fixed_5p0: regulator-s0500 {
17 compatible = "regulator-fixed";
18 regulator-min-microvolt = <500000>;
[all …]
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-ipq5332.c1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
10 #include "pinctrl-msm.h"
826 { .compatible = "qcom,ipq5332-tlmm", },
833 .name = "ipq5332-tlmm",
852 MODULE_DESCRIPTION("QTI IPQ5332 TLMM driver");