Skip to content

Commit

Permalink
MIPS: dts: TL-WR1043ND: Add the ethernet interface
Browse files Browse the repository at this point in the history
The TL-WR1043ND has an ethernet switch connected to the first ethernet
MAC with a fixed RGMII link.

Signed-off-by: Alban Bedel <albeu@free.fr>
  • Loading branch information
AlbanBedel committed Mar 24, 2018
1 parent fcb2d93 commit 0331c6d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,15 @@
};
};
};

&eth0 {
status = "okay";

nvmem-cells = <&wmac_address>;

phy-connection-type = "rgmii";
phy-handle = <&eth0>;
fixed-link {
speed = <1000>;
};
};

0 comments on commit 0331c6d

Please sign in to comment.