diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-01-17 17:07:12 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-01-23 18:25:43 +0100 |
commit | 55037902b825667ddcdaed0f8e65d8993c6ab0e7 (patch) | |
tree | 2da923948d0971f845e530cb86fb894a9ec4e6a4 /arch/mips/dts/ocelot_pcb123.dts | |
parent | 7794fe2c8c1303d303dbc515955c6c5be706da88 (diff) |
MIPS: mscc: ocelot: Add ethernet nodes for Ocelot
Import Ethernet related nodes from Linux
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/mips/dts/ocelot_pcb123.dts')
-rw-r--r-- | arch/mips/dts/ocelot_pcb123.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/mips/dts/ocelot_pcb123.dts b/arch/mips/dts/ocelot_pcb123.dts index c4cb7a1194..a4fa37001f 100644 --- a/arch/mips/dts/ocelot_pcb123.dts +++ b/arch/mips/dts/ocelot_pcb123.dts @@ -35,3 +35,23 @@ status = "okay"; mscc,sgpio-ports = <0x00FFFFFF>; }; + +&mdio0 { + status = "okay"; +}; + +&port0 { + phy-handle = <&phy0>; +}; + +&port1 { + phy-handle = <&phy1>; +}; + +&port2 { + phy-handle = <&phy2>; +}; + +&port3 { + phy-handle = <&phy3>; +}; |