summaryrefslogtreecommitdiff
path: root/arch/m68k/dts/mcf537x.dtsi
diff options
context:
space:
mode:
authorAngelo Durgehello <angelo.dureghello@timesys.com>2019-11-15 23:54:12 +0100
committerTom Rini <trini@konsulko.com>2020-01-10 10:07:25 -0500
commit04e5dd511555e3f87c6690c96e312a0a78a4a249 (patch)
tree0d3378e3b2b28e67a2b6f4fb79060e1058c25b0d /arch/m68k/dts/mcf537x.dtsi
parentc00bd81ae0d6eb1f94e26b31be3a64cadaa05bcb (diff)
m68k: add fec base node to devicetrees
Add basic ethernet controller devicetree nodes for all ColdFire families. Signed-off-by: Angelo Durgehello <angelo.dureghello@timesys.com>
Diffstat (limited to 'arch/m68k/dts/mcf537x.dtsi')
-rw-r--r--arch/m68k/dts/mcf537x.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/m68k/dts/mcf537x.dtsi b/arch/m68k/dts/mcf537x.dtsi
index aeaa6430af..2a2a32a59b 100644
--- a/arch/m68k/dts/mcf537x.dtsi
+++ b/arch/m68k/dts/mcf537x.dtsi
@@ -8,6 +8,7 @@
aliases {
serial0 = &uart0;
+ fec0 = &fec0;
};
soc {
@@ -32,5 +33,14 @@
reg = <0xfc068000 0x40>;
status = "disabled";
};
+
+ fec0: ethernet@fc030000 {
+ compatible = "fsl,mcf-fec";
+ reg = <0xfc030000 0x400>;
+ mii-base = <0>;
+ max-speed = <100>;
+ timeout-loop = <50000>;
+ status = "disabled";
+ };
};
};