ARM: dts: msm: Add tlmm node

Add tlmm node for sun SoC.

Change-Id: I3d73fb607a40ae0b00e3c590f0c62bb9c8d777ec
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
This commit is contained in:
Melody Olvera
2023-04-13 16:04:08 -07:00
parent 809006050a
commit eebb932058

View File

@@ -156,6 +156,16 @@
ranges = <0 0 0 0xffffffff>;
compatible = "simple-bus";
tlmm: pinctrl@f000000 {
compatible = "qcom,sun-tlmm";
reg = <0xf000000 0x1000000>;
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
intc: interrupt-controller@16000000 {
compatible = "arm,gic-v3";
#interrupt-cells = <3>;