[PATCH v2 1/9] m68k: dts: mcf5441x: add mmc device for mcf5441x
Angelo Dureghello
angelo at kernel-space.org
Mon Apr 27 15:58:46 CEST 2026
Add mmc support for the mcf5441x family. There is only one esdhc
controller for this cpu family.
Signed-off-by: Angelo Dureghello <angelo at kernel-space.org>
---
arch/m68k/dts/mcf5441x.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/m68k/dts/mcf5441x.dtsi b/arch/m68k/dts/mcf5441x.dtsi
index dcca36312f5..7cd6072d4a5 100644
--- a/arch/m68k/dts/mcf5441x.dtsi
+++ b/arch/m68k/dts/mcf5441x.dtsi
@@ -163,5 +163,13 @@
clock-frequency = <100000>;
status = "disabled";
};
+
+ esdhc: mmc at 0xfc0cc000 {
+ compatible = "fsl,esdhc";
+ reg = <0xfc0cc000 0x8000>;
+ non-removable;
+ bus-width = <4>;
+ status = "disabled";
+ };
};
};
--
2.54.0
More information about the U-Boot
mailing list