mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
parent
ceac4d9e49
commit
f64ff42aba
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user