]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: sun7i: Enable the Ethernet in the A20
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 11 Sep 2013 09:10:06 +0000 (11:10 +0200)
committerOlof Johansson <olof@lixom.net>
Thu, 12 Sep 2013 19:22:32 +0000 (12:22 -0700)
The Allwinner A20 SoC also have the EMAC found on the A10 and A10s.
Enable the support for it in the DTSI.

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

index 999ff45cb77e9d16775d7d8466d0006e8a58fc27..e996f1d4548dad712e49e7c401e2a51237024e35 100644 (file)
                #size-cells = <1>;
                ranges;
 
+               emac: ethernet@01c0b000 {
+                       compatible = "allwinner,sun4i-emac";
+                       reg = <0x01c0b000 0x1000>;
+                       interrupts = <0 55 1>;
+                       clocks = <&ahb_gates 17>;
+                       status = "disabled";
+               };
+
+               mdio@01c0b080 {
+                       compatible = "allwinner,sun4i-mdio";
+                       reg = <0x01c0b080 0x14>;
+                       status = "disabled";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+               };
+
                pio: pinctrl@01c20800 {
                        compatible = "allwinner,sun7i-a20-pinctrl";
                        reg = <0x01c20800 0x400>;