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:
7
qcom/tuna-pinctrl.dtsi
Normal file
7
qcom/tuna-pinctrl.dtsi
Normal file
@@ -0,0 +1,7 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
&tlmm {
|
||||
};
|
@@ -281,4 +281,16 @@
|
||||
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"
|
||||
|
Reference in New Issue
Block a user