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

Commit eacf6356 authored by Shadab Naseem's avatar Shadab Naseem
Browse files

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

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 bengal based platforms.
Also add support for secure eud.

Change-Id: I765ee107c7998f4c0fefaa27363927cdc83e7614
parent 0bfe522f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -659,6 +659,17 @@
		qcom,rtb-size = <0x100000>;
	};

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

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