Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88f9e7b6 authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar
Browse files

ARM: dts: msm: Add EUD device tree node support for SDM670



Add EUD (Embedded USB debugger) device tree node support
for SDM670 target. 

Change-Id: I5c78a0080b406a03fd6ee038dfc3c7d7fe9f107c
Signed-off-by: default avatarLingutla Chandrasekhar <clingutla@codeaurora.org>
parent d14a930f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1422,6 +1422,15 @@
		interrupts = <0 17 0>;
	};

	eud: qcom,msm-eud@88e0000 {
		compatible = "qcom,msm-eud";
		interrupt-names = "eud_irq";
		interrupts = <GIC_SPI 492 IRQ_TYPE_LEVEL_HIGH>;
		reg = <0x88e0000 0x2000>;
		reg-names = "eud_base";
		status = "disabled";
	};

	qcom,llcc@1100000 {
		compatible = "qcom,llcc-core", "syscon", "simple-mfd";
		reg = <0x1100000 0x250000>;