summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Dureghello <[email protected]>2026-03-23 22:12:12 +0100
committerAngelo Dureghello <[email protected]>2026-05-04 22:19:48 +0200
commit988c9833709cf78b7e91c525ef0cfd4aba2c0adc (patch)
treebc7c2a2e2cfe858ceae9da174a605fe74acfedbc
parentbb0f3eebb3c196d9b6efbbd1e5aa9b16abbb9ad6 (diff)
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 <[email protected]>
-rw-r--r--arch/m68k/dts/mcf5441x.dtsi8
1 files changed, 8 insertions, 0 deletions
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";
+ };
};
};