ARM: dts: msm: Add TLMM block for Kera SoC
Add pinctrl node with compatible "qcom,kera-tlmm" in order to enable the Top Level Multiplexer (TLMM) block on Kera SoC. Change-Id: Ie0b58783d8c77c5f6375eb6ddab5495ca5061040 Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
This commit is contained in:
@@ -273,4 +273,16 @@
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
tlmm: pinctrl@f000000 {
|
||||
compatible = "qcom,kera-tlmm";
|
||||
reg = <0xf000000 0x1000000>;
|
||||
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "kera-pinctrl.dtsi"
|
||||
|
Reference in New Issue
Block a user