@@ -388,6 +388,19 @@ soc: soc {
#size-cells = <1>;
ranges = <0 0 0 0xffffffff>;
+ tlmm: pinctrl@500000 {
+ compatible = "qcom,sm6115-tlmm";
+ reg = <0x500000 0x400000>,
+ <0x900000 0x400000>,
+ <0xd00000 0x400000>;
+ reg-names = "west", "south", "east";
+ interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
+ gpio-controller;
+ gpio-ranges = <&tlmm 0 0 121>;
+ #gpio-cells = <2>;
+ interrupt-controller;
+ };
+
gcc: clock-controller@1400000 {
compatible = "qcom,gcc-sm6115", "syscon";
reg = <0x1400000 0x1f0000>;
Add support for the TLMM on the SM6115. Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> --- arch/arm64/boot/dts/qcom/sm6115.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+)