All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 3/3] nds32: mmc: Support mmc DM.
@ 2016-12-02  6:50 Andes
  0 siblings, 0 replies; only message in thread
From: Andes @ 2016-12-02  6:50 UTC (permalink / raw)
  To: u-boot

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 --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 at 98e00000 {
+		compatible = "andestech,atsdc010";
+		clock-freq-min-max = <400000 30000000>;
+		fifo-depth = <0x10>;
+		reg = <0x98e00000 0x1000>;
+		interrupts = <5 4>;
+	};
 };
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-02  6:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-02  6:50 [U-Boot] [PATCH 3/3] nds32: mmc: Support mmc DM Andes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.