summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYinbo Zhu <yinbo.zhu@nxp.com>2018-09-25 14:47:08 +0800
committerYork Sun <york.sun@nxp.com>2018-09-27 08:50:39 -0700
commit99e0071df52183ff3b78cb686fe27cdfe530d823 (patch)
tree5fe583875a4a7b3c8f4342039064602f71b386b2 /arch
parent0fdf6967210071d9a0b74926556ddbe9f2fd56a3 (diff)
downloadu-boot-99e0071df52183ff3b78cb686fe27cdfe530d823.tar.gz
armv8: ls2088a: add eSDHC node
This patch is to add eSDHC node for ls2088a. Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/fsl-ls2080a.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls2080a.dtsi b/arch/arm/dts/fsl-ls2080a.dtsi
index b0f85170b0..2d537ae606 100644
--- a/arch/arm/dts/fsl-ls2080a.dtsi
+++ b/arch/arm/dts/fsl-ls2080a.dtsi
@@ -75,6 +75,14 @@
num-cs = <4>;
};
+ esdhc: esdhc@0 {
+ compatible = "fsl,esdhc";
+ reg = <0x0 0x2140000 0x0 0x10000>;
+ interrupts = <0 28 0x4>; /* Level high type */
+ little-endian;
+ bus-width = <4>;
+ };
+
usb0: usb3@3100000 {
compatible = "fsl,layerscape-dwc3";
reg = <0x0 0x3100000 0x0 0x10000>;