Commit 8798e392 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by James Hogan

MIPS: mscc: Connect phys to ports on ocelot_pcb123

Add phy to switch port connections for PCB123 for internal PHYs.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: linux-mips@linux-mips.org
Cc: netdev@vger.kernel.org
Signed-off-by: default avatarJames Hogan <jhogan@kernel.org>
parent 49b03169
......@@ -25,3 +25,23 @@ &uart0 {
&uart2 {
status = "okay";
};
&mdio0 {
status = "okay";
};
&port0 {
phy-handle = <&phy0>;
};
&port1 {
phy-handle = <&phy1>;
};
&port2 {
phy-handle = <&phy2>;
};
&port3 {
phy-handle = <&phy3>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment