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

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

Change-Id: I6573b4064410ba9d0669976eaa8012116ce3ab04
Signed-off-by: Prateek Sood <prsood@codeaurora.org>
This commit is contained in:
Prateek Sood 2018-08-16 15:18:20 +05:30 committed by Gerrit - the friendly Code Review server
parent ceac4d9e49
commit f64ff42aba

View File

@ -843,6 +843,15 @@
qcom,wakeup-enable;
};
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";
};
qcom,chd_sliver {
compatible = "qcom,core-hang-detect";
label = "silver";