armv8: ls1012a: add eSDHC nodes
authorYangbo Lu <yangbo.lu@nxp.com>
Wed, 7 Dec 2016 03:54:32 +0000 (11:54 +0800)
committerYork Sun <york.sun@nxp.com>
Wed, 18 Jan 2017 17:28:25 +0000 (09:28 -0800)
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>
arch/arm/dts/fsl-ls1012a.dtsi

index f8665b6e0ca4fc8d6b1af377a39b6bcd5cddb626..ed5ea54a5ece5a3af841ca085c875d979e6641e2 100644 (file)
                        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";