Skip to content
Snippets Groups Projects
Commit e1f39751 authored by Yangbo Lu's avatar Yangbo Lu Committed by York Sun
Browse files

armv8: ls1012a: add eSDHC nodes


This patch is to add eSDHC nodes for ls1012a.

Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent a6473f8e
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,22 @@
status = "disabled";
};
esdhc0: esdhc@1560000 {
compatible = "fsl,esdhc";
reg = <0x0 0x1560000 0x0 0x10000>;
interrupts = <0 62 0x4>;
big-endian;
bus-width = <4>;
};
esdhc1: esdhc@1580000 {
compatible = "fsl,esdhc";
reg = <0x0 0x1580000 0x0 0x10000>;
interrupts = <0 65 0x4>;
big-endian;
non-removable;
bus-width = <4>;
};
i2c0: i2c@2180000 {
compatible = "fsl,vf610-i2c";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment