ARM: dts: qcom: Add EUD node for Kalama

Add EUD node for Kalama, so we can use Embedded USB Debug
feature.

Change-Id: Idf3aa31645cab066fbe347b9e7b10ef579947630
This commit is contained in:
Vamsi Krishna Lanka
2021-08-18 15:19:29 -07:00
parent 5f35029345
commit 61cf2f22a0

View File

@@ -1314,6 +1314,18 @@
qcom,config-arr = <0x17800060 0x17810060 0x17820060 0x17830060
0x17840060 0x17850060 0x17860060 0x17870060>;
};
eud: qcom,msm-eud@88e0000 {
compatible = "qcom,msm-eud";
interrupt-names = "eud_irq";
interrupt-parent = <&pdc>;
interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
reg = <0x088E0000 0x2000>,
<0x088E2000 0x1000>;
reg-names = "eud_base", "eud_mode_mgr2";
qcom,secure-eud-en;
status = "ok";
};
};
&firmware {