summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <[email protected]>2018-12-01 19:00:28 +0100
committerDaniel Schwierzeck <[email protected]>2018-12-19 15:23:01 +0100
commiteb4bdc7cc238f48313cc5554ad6515b314b7d101 (patch)
tree410003883fbf60055b92398eef13d51a6734c9e9 /arch
parent9dc07b9493f1c340b3509dada8a4d26e8a96866c (diff)
bmips: enable ct-5361 enet support
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/dts/comtrend,ct-5361.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/comtrend,ct-5361.dts b/arch/mips/dts/comtrend,ct-5361.dts
index 25747ca95d7..f6b8a94e255 100644
--- a/arch/mips/dts/comtrend,ct-5361.dts
+++ b/arch/mips/dts/comtrend,ct-5361.dts
@@ -34,6 +34,18 @@
};
};
+&enet1 {
+ status = "okay";
+ phy = <&enet1phy>;
+ phy-mode = "mii";
+
+ enet1phy: fixed-link {
+ reg = <1>;
+ speed = <100>;
+ full-duplex;
+ };
+};
+
&gpio0 {
status = "okay";
};