[U-Boot] [PATCH v3 1/8] ppc: t2080qds: add eSDHC node

Yinbo Zhu yinbo.zhu at nxp.com
Thu Apr 11 11:01:42 UTC 2019


From: Yinbo Zhu <yinbo.zhu at nxp.com>

This patch is to add eSDHC node for t2080qds

Signed-off-by: Yinbo Zhu <yinbo.zhu at nxp.com>
---
 arch/powerpc/dts/t2080.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/powerpc/dts/t2080.dtsi b/arch/powerpc/dts/t2080.dtsi
index db65ea5725..f895dda4d7 100644
--- a/arch/powerpc/dts/t2080.dtsi
+++ b/arch/powerpc/dts/t2080.dtsi
@@ -58,5 +58,15 @@
 			device_type = "open-pic";
 			clock-frequency = <0x0>;
 		};
+
+		esdhc: esdhc at 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>;
+		};
 	};
 };
-- 
2.17.1



More information about the U-Boot mailing list