From 8261384c4a6e31b8c7a11724d71724aa453cc211 Mon Sep 17 00:00:00 2001 From: Melody Olvera Date: Wed, 9 Aug 2023 16:29:37 -0700 Subject: [PATCH] ARM: dts: msm: sun: Add EUD node for sun SoC Add EUD node for sun SoC. Change-Id: If4105edc4c0426eab5168ed256d10ed28cfaa889 Signed-off-by: Melody Olvera --- qcom/sun.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 942ae0cb..d8ff5abf 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -279,6 +279,17 @@ }; }; + eud: qcom,msm-eud@88e0000 { + compatible = "qcom,msm-eud"; + interrupt-names = "eud_irq"; + interrupts = ; + reg = <0x88e0000 0x2000>, + <0x88e2000 0x1000>; + reg-names = "eud_base", "eud_mode_mgr2"; + qcom,secure-eud-en; + status = "ok"; + }; + cache-controller@24800000 { compatible = "qcom,sun-llcc"; reg = <0x24800000 0x2000000> , <0x26800000 0x200000>;