mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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:
parent
bb0f3eebb3
commit
988c983370
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user