ARM: dts: msm: Add pinctrl node for TLMM on Diwali SoC

Add pinctrl node with compatiability of qcom,diwali-pinctrl,
to enable Top Level Mode Multiplexer block(TLMM) on Diwali SoC.

Change-Id: Iebbfeb7c0d4729070b4716e2ccdafc52ed5a21e6
This commit is contained in:
Prateek Sood
2021-01-20 14:56:17 +05:30
committed by Gerrit - the friendly Code Review server
parent fb85ddbce3
commit 2999b44d39
2 changed files with 13 additions and 0 deletions

1
qcom/diwali-pinctrl.dtsi Normal file
View File

@@ -0,0 +1 @@
&tlmm { };

View File

@@ -189,6 +189,16 @@
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>;
};
tlmm: pinctrl@f000000 {
compatible = "qcom,diwali-pinctrl";
reg = <0x0F000000 0x1000000>;
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
wdog: qcom,wdt@17410000 {
compatible = "qcom,msm-watchdog";
reg = <0x17410000 0x1000>;
@@ -264,3 +274,5 @@
};
};
};
#include "diwali-pinctrl.dtsi"