diff options
| author | Mikhail Kshevetskiy <[email protected]> | 2026-02-11 21:22:25 +0300 |
|---|---|---|
| committer | Jerome Forissier <[email protected]> | 2026-03-12 15:53:41 +0100 |
| commit | f1deb4f2e2ba3c04562d898a1f5180c26807ac24 (patch) | |
| tree | 1882efc7cecf677d801041df796bd6464acd8c25 | |
| parent | 2a7f69203f596b6a8cf29df2d512af3e646a6a2a (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/en7523-evb-u-boot.dtsi | 4 | ||||
| -rw-r--r-- | arch/arm/dts/en7523-u-boot.dtsi | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/dts/en7523-evb-u-boot.dtsi b/arch/arm/dts/en7523-evb-u-boot.dtsi index c109d6794fb..d6ab621d590 100644 --- a/arch/arm/dts/en7523-evb-u-boot.dtsi +++ b/arch/arm/dts/en7523-evb-u-boot.dtsi @@ -9,3 +9,7 @@ }; #include "en7523-u-boot.dtsi" + +&gdm1 { + status = "okay"; +}; diff --git a/arch/arm/dts/en7523-u-boot.dtsi b/arch/arm/dts/en7523-u-boot.dtsi index 9eadaccc500..62d1a724678 100644 --- a/arch/arm/dts/en7523-u-boot.dtsi +++ b/arch/arm/dts/en7523-u-boot.dtsi @@ -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 { |
