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

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

Change-Id: I7f155d615d4f144ccec9d040cbca4fbda1e9368f
This commit is contained in:
Yadu MG
2022-08-04 17:15:36 +05:30
committed by Gerrit - the friendly Code Review server
parent a4b060957f
commit 3ef8d925e7
2 changed files with 14 additions and 0 deletions

2
qcom/lemans-pinctrl.dtsi Normal file
View File

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

View File

@@ -574,6 +574,16 @@
};
};
tlmm: pinctrl@f000000 {
compatible = "qcom,lemans-pinctrl";
reg = <0xf000000 0x1000000>;
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
wdog: qcom,wdt@17c10000 {
compatible = "qcom,msm-watchdog";
reg = <0x17c10000 0x1000>;
@@ -1093,3 +1103,5 @@
parent-supply = <&VDD_MM_LEVEL>;
status = "ok";
};
#include "lemans-pinctrl.dtsi"