Commit 8a8c81aa authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven
parent b3850cd9
...@@ -15,6 +15,7 @@ / { ...@@ -15,6 +15,7 @@ / {
aliases { aliases {
serial2 = &scifa2; serial2 = &scifa2;
serial4 = &scifb2; serial4 = &scifb2;
ethernet0 = &avb;
}; };
chosen { chosen {
...@@ -45,7 +46,27 @@ vccq_sdhi2: regulator-vccq-sdhi2 { ...@@ -45,7 +46,27 @@ vccq_sdhi2: regulator-vccq-sdhi2 {
}; };
}; };
&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>;
};
};
&pfc { &pfc {
avb_pins: avb {
groups = "avb_mdio", "avb_gmii";
function = "avb";
};
scifa2_pins: scifa2 { scifa2_pins: scifa2 {
groups = "scifa2_data_c"; groups = "scifa2_data_c";
function = "scifa2"; function = "scifa2";
......
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