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

Commit efb077d2 authored by Chandra Sai Chidipudi's avatar Chandra Sai Chidipudi
Browse files

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

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 secure EUD for Scuba.

Change-Id: Ic3c5aa1ec3f78eb30431f188ce76ca958c35d77c
parent 636b9248
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -502,6 +502,23 @@
				   0x0f1a80b8 0x0f1b80b8>;
	};

	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>,
		      <0x3E5018 0x4>;
		reg-names = "eud_base", "eud_mode_mgr2",
				"eud_tcsr_check_reg";
		qcom,secure-eud-en;
		qcom,eud-tcsr-check-enable;
		qcom,eud-clock-vote-req;
		clocks = <&gcc GCC_AHB2PHY_USB_CLK>;
		clock-names = "eud_ahb2phy_clk";
		status = "ok";
	};

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