[U-Boot] [PATCH 3/3] nds32: mmc: Support mmc DM.
Andes
uboot at andestech.com
Fri Dec 2 07:50:41 CET 2016
From: rick <rick at andestech.com>
Add dts mmc node for ag101p board.
Signed-off-by: rick <rick at andestech.com>
Cc: Andes <uboot at 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
More information about the U-Boot
mailing list