Skip to content
Snippets Groups Projects
Commit febcd976 authored by Rick Chen's avatar Rick Chen Committed by Rick Chen
Browse files

nds32: dts: Support ftsdc010 DM.


Add dts to support ftsdc010 dm flow on AG101P/AE3XX platform.

Signed-off-by: default avatarRick Chen <rick@andestech.com>
parent 252185f2
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,14 @@
interrupts = <25 4>;
};
mmc0: mmc@f0e00000 {
compatible = "andestech,atsdc010";
max-frequency = <100000000>;
fifo-depth = <0x10>;
reg = <0xf0e00000 0x1000>;
interrupts = <17 4>;
};
nor@0,0 {
compatible = "cfi-flash";
reg = <0x88000000 0x1000>;
......
......@@ -60,4 +60,12 @@
reg = <0x90900000 0x1000>;
interrupts = <25 4>;
};
mmc0: mmc@98e00000 {
compatible = "andestech,atsdc010";
max-frequency = <30000000>;
fifo-depth = <0x10>;
reg = <0x98e00000 0x1000>;
interrupts = <5 4>;
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment