ARM: dts: sk-rzg1e: add Ether pins

Add the (previously omitted) Ether/PHY pin data to the SK-RZG1E board's
device tree.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Sergei Shtylyov 2017-04-15 23:18:28 +03:00 committed by Simon Horman
parent 8774ee66ae
commit 485a40469c
1 changed files with 13 additions and 0 deletions

View File

@ -39,6 +39,16 @@
groups = "scif2_data";
function = "scif2";
};
ether_pins: ether {
groups = "eth_link", "eth_mdio", "eth_rmii";
function = "eth";
};
phy1_pins: phy1 {
groups = "intc_irq8";
function = "intc";
};
};
&scif2 {
@ -49,6 +59,9 @@
};
&ether {
pinctrl-0 = <&ether_pins &phy1_pins>;
pinctrl-names = "default";
phy-handle = <&phy1>;
renesas,ether-link-active-low;
status = "okay";