fixing things
This commit is contained in:
parent
c9b4ef916a
commit
9a2e403f67
@ -74,10 +74,28 @@
|
||||
*/
|
||||
psgmii-ethphy = <ðphy12>;
|
||||
|
||||
/delete-node/ ports; /* nuke ALL upstream port definitions first */
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
/*
|
||||
* port@0 is the CPU port — connects ESS to the EDMA/gmac.
|
||||
* This MUST be present or DSA refuses to initialize the tree.
|
||||
*/
|
||||
port@0 {
|
||||
reg = <0>;
|
||||
label = "cpu";
|
||||
ethernet = <&gmac>;
|
||||
phy-mode = "internal";
|
||||
|
||||
fixed-link {
|
||||
speed = <1000>;
|
||||
full-duplex;
|
||||
};
|
||||
};
|
||||
|
||||
swport1: port@1 {
|
||||
reg = <1>;
|
||||
label = "wan1";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user