Commit 9e70afe3 authored by Biju Das's avatar Biju Das Committed by Simon Horman

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: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarChris Paterson <chris.paterson2@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 278a1df1
...@@ -17,6 +17,7 @@ / { ...@@ -17,6 +17,7 @@ / {
aliases { aliases {
serial0 = &scif0; serial0 = &scif0;
ethernet0 = &avb;
}; };
}; };
...@@ -25,6 +26,11 @@ scif0_pins: scif0 { ...@@ -25,6 +26,11 @@ scif0_pins: scif0 {
groups = "scif0_data_d"; groups = "scif0_data_d";
function = "scif0"; function = "scif0";
}; };
avb_pins: avb {
groups = "avb_mdio", "avb_gmii";
function = "avb";
};
}; };
&scif0 { &scif0 {
...@@ -33,3 +39,18 @@ &scif0 { ...@@ -33,3 +39,18 @@ &scif0 {
status = "okay"; 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>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment