realtek: Netgear GS110TPP v1: add lan9 and lan10
The original commit for the GS110TP was missing ports 9 and 10. These are provided by an external RTL8214C phy, for which no support was available at the time. Now that this phy is supported, add the missing entries to enable all device ports. Signed-off-by: Sander Vanheule <sander@svanheule.net>
This commit is contained in:
parent
ead7e5b4c3
commit
225137608c
1 changed files with 12 additions and 0 deletions
|
@ -43,3 +43,15 @@
|
||||||
&uart1 {
|
&uart1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mdio {
|
||||||
|
EXTERNAL_PHY(16)
|
||||||
|
EXTERNAL_PHY(17)
|
||||||
|
};
|
||||||
|
|
||||||
|
&switch0 {
|
||||||
|
ports {
|
||||||
|
SWITCH_PORT(16, 9, qsgmii)
|
||||||
|
SWITCH_PORT(17, 10, qsgmii)
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in a new issue