ARM: shmobile: armadillo-reference dts: Add Ethernet support
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 7 May 2014 20:32:30 +0000 (22:32 +0200)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:23:49 +0000 (09:23 +0900)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit 15d89dc9bfde872885c6226d86fb25676cbedfb3)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts

index 10344e6..486007d 100644 (file)
        };
 };
 
+&ether {
+       pinctrl-0 = <&ether_pins>;
+       pinctrl-names = "default";
+
+       phy-handle = <&phy0>;
+       status = "ok";
+
+       phy0: ethernet-phy@0 {
+               reg = <0>;
+       };
+};
+
 &i2c0 {
        status = "okay";
        touchscreen@55 {
        pinctrl-0 = <&scifa1_pins>;
        pinctrl-names = "default";
 
+       ether_pins: ether {
+               renesas,groups = "gether_mii", "gether_int";
+               renesas,function = "gether";
+       };
+
        scifa1_pins: serial1 {
                renesas,groups = "scifa1_data";
                renesas,function = "scifa1";