arch: powerpc: add eSDHC node to t2080qds dts

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
This commit is contained in:
Yinbo Zhu 2019-04-11 11:01:42 +00:00 committed by Prabhakar Kushwaha
parent 7e090b466c
commit 2cf0eb5dfd

View File

@ -58,5 +58,15 @@
device_type = "open-pic";
clock-frequency = <0x0>;
};
esdhc: esdhc@114000 {
compatible = "fsl,esdhc";
reg = <0x114000 0x1000>;
interrupts = <48 2 0 0>;
clock-frequency = <0>;
sdhci,auto-cmd12;
bus-width = <4>;
voltage-ranges = <1800 1800 3300 3300>;
};
};
};