mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-20 07:58:55 +00:00
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>
This commit is contained in:
parent
0fdf696721
commit
99e0071df5
1 changed files with 8 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue