diff options
author | Sjoerd Simons <sjoerd@collabora.com> | 2022-12-20 16:21:45 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-10 15:39:06 -0500 |
commit | 39248d326046989f646218388e84d68ce4c50c20 (patch) | |
tree | 7c4946d7cf5471e317f75e9282d6547f21688eca /arch/arm/dts | |
parent | 21d39eb5a5be15fe49e23e49a76da7531958295d (diff) |
arm: dts: k3-am625-sk: Enable first ethernet port
The K3 am625 sk EVM has two ethernet ports; Enable the first one for
usage in u-boot.
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/k3-am625-sk-u-boot.dtsi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am625-sk-u-boot.dtsi b/arch/arm/dts/k3-am625-sk-u-boot.dtsi index 92788bae3e0..f275e3b46ca 100644 --- a/arch/arm/dts/k3-am625-sk-u-boot.dtsi +++ b/arch/arm/dts/k3-am625-sk-u-boot.dtsi @@ -126,3 +126,25 @@ }; }; }; + +&cpsw3g { + reg = <0x0 0x8000000 0x0 0x200000>, + <0x0 0x43000200 0x0 0x8>; + reg-names = "cpsw_nuss", "mac_efuse"; + /delete-property/ ranges; + u-boot,dm-spl; + + cpsw-phy-sel@04044 { + compatible = "ti,am64-phy-gmii-sel"; + reg = <0x0 0x00104044 0x0 0x8>; + u-boot,dm-spl; + }; +}; + +&cpsw_port1 { + u-boot,dm-spl; +}; + +&cpsw_port2 { + status = "disabled"; +}; |