]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
m68k: dts: mcf5441x: add mmc device for mcf5441x
authorAngelo Dureghello <angelo@kernel-space.org>
Mon, 23 Mar 2026 21:12:12 +0000 (22:12 +0100)
committerAngelo Dureghello <angelo@kernel-space.org>
Mon, 4 May 2026 20:19:48 +0000 (22:19 +0200)
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>
arch/m68k/dts/mcf5441x.dtsi

index dcca36312f5cbe932338a0c38cdfb044d412b2c7..7cd6072d4a5d34ccc50b069439beca6c0ab0751a 100644 (file)
                        clock-frequency = <100000>;
                        status = "disabled";
                };
+
+               esdhc: mmc@0xfc0cc000 {
+                       compatible = "fsl,esdhc";
+                       reg = <0xfc0cc000 0x8000>;
+                       non-removable;
+                       bus-width = <4>;
+                       status = "disabled";
+               };
        };
 };