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

Commit bf148766 authored by Venkata Narendra Kumar Gutta's avatar Venkata Narendra Kumar Gutta Committed by Jeevan Shriram
Browse files

ARM: dts: qcom: Add EUD devicetree node for kona target



Add Embedded USB debugger(EUD) devicetree node for enabling driver on
kona target.

Change-Id: I8078728b6537d319807c9eb4161935bd30870ba1
Signed-off-by: default avatarVenkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
parent 53749fb3
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2357,6 +2357,20 @@
		mbox-names = "aop";
	};

	qcom,msm-eud@ff0000 {
		compatible = "qcom,msm-eud";
		interrupt-names = "eud_irq";
		interrupts = <GIC_SPI 491 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;
		clocks = <&clock_gcc GCC_USB_PHY_CFG_AHB2PHY_BCR>;
		clock-names = "eud_ahb2phy_clk";
		status = "ok";
	};

	qcom,lpass@17300000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x17300000 0x00100>;