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

2 Dec
2016
2 Dec
'16
7:50 a.m.
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@98e00000 { + compatible = "andestech,atsdc010"; + clock-freq-min-max = <400000 30000000>; + fifo-depth = <0x10>; + reg = <0x98e00000 0x1000>; + interrupts = <5 4>; + }; };
--
1.7.9.5
3084
Age (days ago)
3084
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andes