ARM: dts: iwg20d-q7: Add Ethernet AVB support

Define the iWave RainboW-G20D-Qseven board dependent part of the Ethernet
AVB device node.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Biju Das 2017-07-07 14:12:45 +01:00 committed by Simon Horman
parent 278a1df198
commit 9e70afe39e
1 changed files with 21 additions and 0 deletions

View File

@ -17,6 +17,7 @@
aliases {
serial0 = &scif0;
ethernet0 = &avb;
};
};
@ -25,6 +26,11 @@
groups = "scif0_data_d";
function = "scif0";
};
avb_pins: avb {
groups = "avb_mdio", "avb_gmii";
function = "avb";
};
};
&scif0 {
@ -33,3 +39,18 @@
status = "okay";
};
&avb {
pinctrl-0 = <&avb_pins>;
pinctrl-names = "default";
phy-handle = <&phy3>;
phy-mode = "gmii";
renesas,no-ether-link;
status = "okay";
phy3: ethernet-phy@3 {
reg = <3>;
micrel,led-mode = <1>;
};
};