[U-Boot] [PATCH 3/4] armv8: ls1012a: add eSDHC nodes
Yangbo Lu
yangbo.lu at nxp.com
Wed Dec 7 04:54:32 CET 2016
This patch is to add eSDHC nodes for ls1012a.
Signed-off-by: Yangbo Lu <yangbo.lu at nxp.com>
---
arch/arm/dts/fsl-ls1012a.dtsi | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/arch/arm/dts/fsl-ls1012a.dtsi b/arch/arm/dts/fsl-ls1012a.dtsi
index 024527e..f8b341d 100644
--- a/arch/arm/dts/fsl-ls1012a.dtsi
+++ b/arch/arm/dts/fsl-ls1012a.dtsi
@@ -103,5 +103,22 @@
status = "disabled";
};
+ esdhc0: esdhc at 1560000 {
+ compatible = "fsl,esdhc";
+ reg = <0x0 0x1560000 0x0 0x10000>;
+ interrupts = <0 62 0x4>;
+ big-endian;
+ bus-width = <4>;
+ };
+
+ esdhc1: esdhc at 1580000 {
+ compatible = "fsl,esdhc";
+ reg = <0x0 0x1580000 0x0 0x10000>;
+ interrupts = <0 65 0x4>;
+ big-endian;
+ non-removable;
+ bus-width = <4>;
+ };
+
};
};
--
2.1.0.27.g96db324
More information about the U-Boot
mailing list