ARM: dts: qcom: Add EUD node for Ravelin

Add EUD DT node to enable the EUD driver on
Ravelin platform.

Change-Id: I201f6324fc603fe0f7df3c60971e2000496ea1fe
This commit is contained in:
Yue Liu
2022-08-24 13:47:12 +08:00
parent 109714e986
commit c487e436df

View File

@@ -1731,6 +1731,20 @@
thermal_zones: thermal-zones {
};
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";
clocks = <&gcc GCC_EUSB3_0_CLKREF_EN>;
clock-names = "eud_clkref_clk";
qcom,secure-eud-en;
status = "ok";
};
};
#include "ravelin-pinctrl.dtsi"