summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <[email protected]>2018-12-01 19:00:26 +0100
committerDaniel Schwierzeck <[email protected]>2018-12-19 15:23:01 +0100
commitec96de3b66f059ae2d7abe572985f7e275a6284c (patch)
treee40f77314b9536e50acdb97b22e6f0baeb75c99d /arch
parentd7f5bc1aea26823b81d0ea1a6eb1481b5a25b9ed (diff)
bmips: enable f@st1704 enet support
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/dts/sagem,[email protected]12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/sagem,[email protected] b/arch/mips/dts/sagem,[email protected]
index 5300f8b6df9..ec6846dd9f2 100644
--- a/arch/mips/dts/sagem,[email protected]
+++ b/arch/mips/dts/sagem,[email protected]
@@ -39,6 +39,18 @@
};
};
+&enet {
+ status = "okay";
+ phy = <&enetphy>;
+ phy-mode = "mii";
+
+ enetphy: fixed-link {
+ reg = <1>;
+ speed = <100>;
+ full-duplex;
+ };
+};
+
&gpio {
status = "okay";
};