summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls1088a.dtsi
diff options
context:
space:
mode:
authorYinbo Zhu <yinbo.zhu@nxp.com>2018-09-25 14:47:09 +0800
committerYork Sun <york.sun@nxp.com>2018-09-27 08:51:11 -0700
commit585d3575221b8eac35edef3944d76e02576c2379 (patch)
tree322b868ec147fa063d4b0b9201fd2def8efbb4c0 /arch/arm/dts/fsl-ls1088a.dtsi
parent99e0071df52183ff3b78cb686fe27cdfe530d823 (diff)
armv8: ls1088a: add eSDHC node
This patch is to add eSDHC node for ls1088a. Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/dts/fsl-ls1088a.dtsi')
-rw-r--r--arch/arm/dts/fsl-ls1088a.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi
index 077caf3cc2..72d755a18c 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>;