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

Commit 98b41845 authored by Komal Bajaj's avatar Komal Bajaj
Browse files

ARM: dts: msm: Add EUD device node for Lagoon

The EUD (Embedded USB Debugger) is a mini-USB hub implemented
on chip to support the USB-based debug and trace capabilities.
Add device tree node to support EUD on lagoon based platforms.

Change-Id: If1a19c1ba84d745367de19ff5311f2263f98ed8d
parent 96e5bad9
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2161,6 +2161,20 @@
		qcom,smem-state-names = "qcom,force-stop";
	};

	eud: qcom,msm-eud@88e0000 {
		compatible = "qcom,msm-eud";
		interrupt-names = "eud_irq";
		interrupt-parent = <&pdc>;
		interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
		reg = <0x088e0000 0x2000>,
			<0x088e2000 0x1000>;
		reg-names = "eud_base", "eud_mode_mgr2";
		qcom,secure-eud-en;
		qcom,eud-clock-vote-req;
		clock-names = "eud_ahb2phy_clk";
		status = "ok";
	};

	llcc_pmu: llcc-pmu@90cc000 {
		compatible = "qcom,llcc-pmu-ver1";
		reg = <0x090cc000 0x300>;