Skip to content

Commit

Permalink
changing target gem so that I am modifying the RGMII interface. tweak…
Browse files Browse the repository at this point in the history
…ing PHY address to match FNAL board
  • Loading branch information
awhitbeck committed Oct 15, 2024
1 parent 37e17d6 commit 368da5f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
};
};
};
&gem3 {
&gem1 {
nvmem-cells = <&mac_address>;
nvmem-cell-names = "mac-address";
mdio {
phandle = <0x91>;
#size-cells = <0x00>;
#address-cells = <0x01>;

ethernet-phy@5 {
ethernet-phy@4 {
phandle = <0x89>;
reg = <0x05>;
reg = <0x04>;
compatible = "ethernet-phy-id2000.a0f3";
ti,op-mode = <0x00>;
#phy-cells = <0x01>;
Expand Down

0 comments on commit 368da5f

Please sign in to comment.