mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user