airoha: add GDM1 sub-node into EN7523 ethernet controller node

This is required to make ethernet working after PCS support changes

Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
This commit is contained in:
Mikhail Kshevetskiy
2026-03-12 15:53:41 +01:00
committed by Jerome Forissier
parent 2a7f69203f
commit f1deb4f2e2
2 changed files with 17 additions and 0 deletions
+4
View File
@@ -9,3 +9,7 @@
};
#include "en7523-u-boot.dtsi"
&gdm1 {
status = "okay";
};
+13
View File
@@ -37,6 +37,19 @@
<&scu EN7523_HSI_MAC_RST>;
reset-names = "fe", "pdma", "qdma",
"hsi0-mac", "hsi1-mac", "hsi-mac";
gdm1: ethernet@1 {
compatible = "airoha,eth-mac";
reg = <1>;
phy-mode = "internal";
status = "disabled";
fixed-link {
speed = <10000>;
full-duplex;
pause;
};
};
};
switch: switch@1fb58000 {