/dts-v1/;
 
 #include "jz4780.dtsi"
+#include <dt-bindings/gpio/gpio.h>
 
 / {
        compatible = "img,ci20", "ingenic,jz4780";
                reg = <0x0 0x10000000
                       0x30000000 0x30000000>;
        };
+
+       eth0_power: fixedregulator@0 {
+               compatible = "regulator-fixed";
+               regulator-name = "eth0_power";
+               gpio = <&gpb 25 GPIO_ACTIVE_LOW>;
+               enable-active-high;
+       };
 };
 
 &ext {
                        };
                };
        };
+
+       dm9000@6 {
+               compatible = "davicom,dm9000";
+               davicom,no-eeprom;
+
+               pinctrl-names = "default";
+               pinctrl-0 = <&pins_nemc_cs6>;
+
+               reg = <6 0 1   /* addr */
+                      6 2 1>; /* data */
+
+               ingenic,nemc-tAS = <15>;
+               ingenic,nemc-tAH = <10>;
+               ingenic,nemc-tBP = <20>;
+               ingenic,nemc-tAW = <50>;
+               ingenic,nemc-tSTRV = <100>;
+
+               reset-gpios = <&gpf 12 GPIO_ACTIVE_HIGH>;
+               vcc-supply = <ð0_power>;
+
+               interrupt-parent = <&gpe>;
+               interrupts = <19 4>;
+       };
 };
 
 &bch {
                groups = "nemc-cs1";
                bias-disable;
        };
+
+       pins_nemc_cs6: nemc-cs6 {
+               function = "nemc-cs6";
+               groups = "nemc-cs6";
+               bias-disable;
+       };
 };