mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00
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>
This commit is contained in:
parent
21d39eb5a5
commit
39248d3260
1 changed files with 22 additions and 0 deletions
|
@ -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";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue