summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-05-07 22:32:30 +0200
committerSimon Horman <horms+renesas@verge.net.au>2014-05-11 10:44:52 +0900
commit15d89dc9bfde872885c6226d86fb25676cbedfb3 (patch)
treec6b524582f30cee9ec01709d5433d59bf1141307 /arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
parent08ec67b50db7ca8c9077e67ca23850cdc5bfc716 (diff)
downloadop-kernel-dev-15d89dc9bfde872885c6226d86fb25676cbedfb3.zip
op-kernel-dev-15d89dc9bfde872885c6226d86fb25676cbedfb3.tar.gz
ARM: shmobile: armadillo-reference dts: Add Ethernet support
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts')
-rw-r--r--arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
index 10344e6..486007d 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
@@ -158,6 +158,18 @@
};
};
+&ether {
+ pinctrl-0 = <&ether_pins>;
+ pinctrl-names = "default";
+
+ phy-handle = <&phy0>;
+ status = "ok";
+
+ phy0: ethernet-phy@0 {
+ reg = <0>;
+ };
+};
+
&i2c0 {
status = "okay";
touchscreen@55 {
@@ -189,6 +201,11 @@
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";
OpenPOWER on IntegriCloud