From c47ae40f500dddb00d2496f39940de6a3bcb313b Mon Sep 17 00:00:00 2001
From: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Date: Tue, 15 Apr 2025 23:09:55 +0400
Subject: [PATCH] airoha/dts: sync en7581-base.dtsi with Airoha 2024 Q4 sdk

---
 airoha/dts/en7581-base.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/airoha/dts/en7581-base.dtsi b/airoha/dts/en7581-base.dtsi
index 3a975a599..4fb1e219a 100644
--- a/airoha/dts/en7581-base.dtsi
+++ b/airoha/dts/en7581-base.dtsi
@@ -138,6 +138,11 @@
 			reg = <0x0 0x84000000 0x0 0x100000>;
 		};
 
+		optee_reserved: optee_os@8a800000 {
+			no-map;
+			reg = <0x0 0x8a800000 0x0 0x800000>;
+		};
+
 		/* pstore memory reservations */
 		#include "en7581-pstore.dtsi"
 
@@ -1046,6 +1051,12 @@
 		phy15: phy@15 {
 			reg = <15>;
 		};
+		phy29: phy@29 {
+			reg = <29>;
+		};
+		phy31: phy@31 {
+			eg = <31>;
+		};
 	};
 
 	thermal-zones {
-- 
GitLab