colibri_imx6: migrate pmic and regulator to using driver model
[oweals/u-boot.git] / arch / nds32 / dts / ag101p.dts
index 91314b5633b1145bfe2bea6816464b6bc12cd162..d2ed9efe93d61d938f3f70e4b793633b8ad0466a 100644 (file)
@@ -7,6 +7,7 @@
 
        aliases {
                uart0 = &serial0;
+               ethernet0 = &mac0;
        } ;
 
        chosen {
                clock-frequency = <15000000>;
        };
 
+       mac0: mac@90900000 {
+               compatible = "andestech,atmac100";
+               reg = <0x90900000 0x1000>;
+               interrupts = <25 4>;
+       };
+
+       mmc0: mmc@98e00000 {
+               compatible = "andestech,atfsdc010";
+               max-frequency = <30000000>;
+               fifo-depth = <0x10>;
+               reg = <0x98e00000 0x1000>;
+               interrupts = <5 4>;
+               cap-sd-highspeed;
+       };
 };