ARM: at91/dt: fix macb node declaration
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / at91sam9g25ek.dts
index c5ab16fba059421730a212593a69ae6cd47acddc..a1c511fecdc1f34fc0f795c6b68183cdcc7d2a3b 100644 (file)
 / {
        model = "Atmel AT91SAM9G25-EK";
        compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
+
+       ahb {
+               apb {
+                       macb0: ethernet@f802c000 {
+                               phy-mode = "rmii";
+                               status = "okay";
+                       };
+               };
+       };
 };