nds32: dts: Support ftsdc010 DM.
authorRick Chen <rick@andestech.com>
Thu, 1 Jun 2017 07:09:25 +0000 (15:09 +0800)
committerRick Chen <rickchen36@gmail.com>
Thu, 30 Nov 2017 02:04:21 +0000 (10:04 +0800)
Add dts to support ftsdc010 dm flow on AG101P/AE3XX platform.

Signed-off-by: Rick Chen <rick@andestech.com>
arch/nds32/dts/ae3xx.dts
arch/nds32/dts/ag101p.dts

index fbe6d7443710ff1f9842857eae8995bd2e50813a..b19ba988dbfb030ceb49a0ec47bad2a93a1f37d4 100644 (file)
                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>;
index 99cde2f8b8f26cc2890eea67f827f7f4158c81e0..19dc36fa157e87fbdffe1de9960cb0c395ee998e 100644 (file)
                reg = <0x90900000 0x1000>;
                interrupts = <25 4>;
        };
+
+       mmc0: mmc@98e00000 {
+               compatible = "andestech,atsdc010";
+               max-frequency = <30000000>;
+               fifo-depth = <0x10>;
+               reg = <0x98e00000 0x1000>;
+               interrupts = <5 4>;
+       };
 };