summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2016-12-07 11:54:32 +0800
committerYork Sun <york.sun@nxp.com>2017-01-18 09:28:25 -0800
commite1f39751d533a9d2bc439f8ec72683e6405b5e8e (patch)
treeacdb3b251b3ff9732cc8d2e8cda6382fab41ac39 /arch
parenta6473f8e3fb53c65d3a6f9fc7e37cff59284faa6 (diff)
downloadu-boot-imx-e1f39751d533a9d2bc439f8ec72683e6405b5e8e.zip
u-boot-imx-e1f39751d533a9d2bc439f8ec72683e6405b5e8e.tar.gz
u-boot-imx-e1f39751d533a9d2bc439f8ec72683e6405b5e8e.tar.bz2
armv8: ls1012a: add eSDHC nodes
This patch is to add eSDHC nodes for ls1012a. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/fsl-ls1012a.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1012a.dtsi b/arch/arm/dts/fsl-ls1012a.dtsi
index f8665b6..ed5ea54 100644
--- a/arch/arm/dts/fsl-ls1012a.dtsi
+++ b/arch/arm/dts/fsl-ls1012a.dtsi
@@ -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";