From: Angelo Dureghello Date: Mon, 23 Mar 2026 21:12:12 +0000 (+0100) Subject: m68k: dts: mcf5441x: add mmc device for mcf5441x X-Git-Tag: v2026.07-rc2~23^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=988c9833709cf78b7e91c525ef0cfd4aba2c0adc;p=thirdparty%2Fu-boot.git 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 --- 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@0xfc0cc000 { + compatible = "fsl,esdhc"; + reg = <0xfc0cc000 0x8000>; + non-removable; + bus-width = <4>; + status = "disabled"; + }; }; };