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:
@@ -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>;
|
||||
|
Reference in New Issue
Block a user