diff mbox series

[U-Boot,v5,5/8] armv8: ls1088a: add eSDHC node

Message ID 20180810075231.28650-5-yinbo.zhu@nxp.com
State Superseded
Delegated to: York Sun
Headers show
Series [U-Boot,v5,1/8] dm: mmc: use block layer in mmc driver | expand

Commit Message

Yinbo Zhu Aug. 10, 2018, 7:52 a.m. UTC
This patch is to add eSDHC node for ls1088a.

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 arch/arm/dts/fsl-ls1088a.dtsi |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi
index 077caf3..72d755a 100644
--- a/arch/arm/dts/fsl-ls1088a.dtsi
+++ b/arch/arm/dts/fsl-ls1088a.dtsi
@@ -74,6 +74,15 @@ 
 		reg-names = "QuadSPI", "QuadSPI-memory";
 		num-cs = <4>;
 	};
+
+	esdhc: esdhc@2140000 {
+		compatible = "fsl,esdhc";
+		reg = <0x0 0x2140000 0x0 0x10000>;
+		interrupts = <0 28 0x4>; /* Level high type */
+		little-endian;
+		bus-width = <4>;
+	};
+
 	ifc: ifc@1530000 {
 		compatible = "fsl,ifc", "simple-bus";
 		reg = <0x0 0x2240000 0x0 0x20000>;