Merge "ARM: dts: qcom: Add EUD node for Ravelin"

This commit is contained in:
qctecmdr
2022-11-04 06:44:55 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1794,6 +1794,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"