ARM: dts: msm: Add pinctrl for TLMM on Tuna

Add pinctrl node with compatible "qcom,tuna-tlmm" in order to
enable the Top Level Multiplexer (TLMM) block on Tuna SoC.

Change-Id: I0d493147efd67b73846701cddc31274a006a6a99
Signed-off-by: Shivendra Pratap <quic_spratap@quicinc.com>
This commit is contained in:
Shivendra Pratap
2024-04-10 22:21:43 +05:30
parent 639c8091f5
commit c5f8ddc9b2
2 changed files with 19 additions and 0 deletions

7
qcom/tuna-pinctrl.dtsi Normal file
View File

@@ -0,0 +1,7 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&tlmm {
};

View File

@@ -281,4 +281,16 @@
status = "disabled"; status = "disabled";
}; };
}; };
tlmm: pinctrl@f000000 {
compatible = "qcom,tuna-tlmm";
reg = <0x0f000000 0x1000000>;
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
}; };
#include "tuna-pinctrl.dtsi"