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

Commit 077d4746 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

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



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 sdm855 based platforms.

Change-Id: Ife63f2d1f6edb8c5e51486a95e02923ae6bb489b
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent b1d9a051
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1369,6 +1369,16 @@
		cell-index = <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 = "ok";
	};

	pil_modem: qcom,mss@4080000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x4080000 0x100>;