]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sun7i: cubieboard2: Enable the EMAC
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 11 Sep 2013 09:10:08 +0000 (11:10 +0200)
committerOlof Johansson <olof@lixom.net>
Thu, 12 Sep 2013 19:22:43 +0000 (12:22 -0700)
The Cubieboard2, just like its A10 counterpart, has the Ethernet wired
in. Enable it in the DT.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/sun7i-a20-cubieboard2.dts

index 31b76f08b3ad224077e887ead81e75f6602b31bc..15e625eca3122e5038d0da909602e330363d6dba 100644 (file)
        compatible = "cubietech,cubieboard2", "allwinner,sun7i-a20";
 
        soc@01c00000 {
+               emac: ethernet@01c0b000 {
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&emac_pins_a>;
+                       phy = <&phy1>;
+                       status = "okay";
+               };
+
+               mdio@01c0b080 {
+                       status = "okay";
+
+                       phy1: ethernet-phy@1 {
+                               reg = <1>;
+                       };
+               };
+
                pinctrl@01c20800 {
                        led_pins_cubieboard2: led_pins@0 {
                                allwinner,pins = "PH20", "PH21";