diff mbox

[U-Boot,3/3] nds32: mmc: Support mmc DM.

Message ID 1480661441-14341-1-git-send-email-uboot@andestech.com
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Andes Dec. 2, 2016, 6:50 a.m. UTC
From: rick <rick@andestech.com>

Add dts mmc node for ag101p board.

Signed-off-by: rick <rick@andestech.com>
Cc: Andes <uboot@andestech.com>
---
 arch/nds32/dts/ag101p.dts |    8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox

Patch

diff --git a/arch/nds32/dts/ag101p.dts b/arch/nds32/dts/ag101p.dts
index 8099665..c87d0bd 100644
--- a/arch/nds32/dts/ag101p.dts
+++ b/arch/nds32/dts/ag101p.dts
@@ -59,4 +59,12 @@ 
 		reg = <0x90900000 0x1000>;
 		interrupts = <25 4>;
 	};
+
+	mmc0: mmc@98e00000 {
+		compatible = "andestech,atsdc010";
+		clock-freq-min-max = <400000 30000000>;
+		fifo-depth = <0x10>;
+		reg = <0x98e00000 0x1000>;
+		interrupts = <5 4>;
+	};
 };