arm64: dts: renesas: condor: add EtherAVB pins

Add the (previously omitted) EtherAVB pin data to the Condor 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 2018-03-09 15:09:38 +03:00 committed by Simon Horman
parent a824e63cfc
commit 55cda28160
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,9 @@
};
&avb {
pinctrl-0 = <&avb_pins>;
pinctrl-names = "default";
phy-mode = "rgmii-id";
phy-handle = <&phy0>;
renesas,no-ether-link;
@ -50,6 +53,11 @@
};
&pfc {
avb_pins: avb {
groups = "avb_mdio", "avb_rgmii";
function = "avb";
};
scif0_pins: scif0 {
groups = "scif0_data";
function = "scif0";