m68k: dts: mcf5441x: add mmc device for mcf5441x

Add mmc support for the mcf5441x family. There is only one esdhc
controller for this cpu family.

Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
This commit is contained in:
Angelo Dureghello 2026-03-23 22:12:12 +01:00
parent bb0f3eebb3
commit 988c983370

View File

@ -163,5 +163,13 @@
clock-frequency = <100000>;
status = "disabled";
};
esdhc: mmc@0xfc0cc000 {
compatible = "fsl,esdhc";
reg = <0xfc0cc000 0x8000>;
non-removable;
bus-width = <4>;
status = "disabled";
};
};
};