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

Commit ca5e10a4 authored by Gaurav Kohli's avatar Gaurav Kohli
Browse files

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



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

Change-Id: Iec6016986d0d36f359a6dc40a9760e6c5f8125f0
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent fce66d6e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -516,6 +516,15 @@
		interrupts = <1 6 4>;
	};

	eud: qcom,msm-eud@1610000 {
		compatible = "qcom,msm-eud";
		interrupt-names = "eud_irq";
		interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
		reg = <0x1610000 0x2000>;
		reg-names = "eud_base";
		status = "ok";
	};

	wdog: qcom,wdt@f017000 {
		compatible = "qcom,msm-watchdog";
		reg = <0xf017000 0x1000>;