diff options
author | Yinbo Zhu <yinbo.zhu@nxp.com> | 2018-09-25 14:47:11 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-09-27 08:51:22 -0700 |
commit | 2fd425f8e32800ec01a6bcc2954c241625677be6 (patch) | |
tree | bdd3ac8b1e5cb46c06f08e1a8f2c82dd357b3833 /arch/arm/dts | |
parent | bdccf12839c00cd67f08df13116cf610e3ded1b4 (diff) |
armv8: ls1046a: add eSDHC node
This patch is to add eSDHC node for ls1046a.
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/fsl-ls1046a.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1046a.dtsi b/arch/arm/dts/fsl-ls1046a.dtsi index 4acbaf78e8..7687d12091 100644 --- a/arch/arm/dts/fsl-ls1046a.dtsi +++ b/arch/arm/dts/fsl-ls1046a.dtsi @@ -70,6 +70,14 @@ status = "disabled"; }; + esdhc: esdhc@1560000 { + compatible = "fsl,esdhc"; + reg = <0x0 0x1560000 0x0 0x10000>; + interrupts = <0 62 0x4>; + big-endian; + bus-width = <4>; + }; + ifc: ifc@1530000 { compatible = "fsl,ifc", "simple-bus"; reg = <0x0 0x1530000 0x0 0x10000>; |