ARM: dts: qcom: Add EUD node for Kera
Add EUD node in device tree to enable EUD driver on Kera SoC. Change-Id: I94aacb9b223b9935c78045bfc3de9179f3bf9871 Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
This commit is contained in:
@@ -389,6 +389,19 @@
|
|||||||
cap-based-alloc-and-pwr-collapse;
|
cap-based-alloc-and-pwr-collapse;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eud: qcom,msm-eud@88e0000 {
|
||||||
|
compatible = "qcom,msm-eud";
|
||||||
|
interrupt-names = "eud_irq";
|
||||||
|
interrupt-parent = <&pdc>;
|
||||||
|
interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
reg = <0x88e0000 0x2000>,
|
||||||
|
<0x88e2000 0x1000>;
|
||||||
|
reg-names = "eud_base", "eud_mode_mgr2";
|
||||||
|
qcom,secure-eud-en;
|
||||||
|
qcom,eud-utmi-delay = /bits/ 16 <255>;
|
||||||
|
status = "ok";
|
||||||
|
};
|
||||||
|
|
||||||
clocks {
|
clocks {
|
||||||
xo_board: xo_board {
|
xo_board: xo_board {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
|
Reference in New Issue
Block a user