Commit ad5d1027 authored by Andrew Jeffery's avatar Andrew Jeffery Committed by Joel Stanley

ARM: dts: ast2600-evb: Add pinmux properties for enabled MACs

All 2600-evb MACs use RGMII/MDIO.
Signed-off-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent d29f8a6e
...@@ -55,6 +55,9 @@ &mac1 { ...@@ -55,6 +55,9 @@ &mac1 {
phy-mode = "rgmii"; phy-mode = "rgmii";
phy-handle = <&ethphy1>; phy-handle = <&ethphy1>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rgmii2_default>;
}; };
&mac2 { &mac2 {
...@@ -62,6 +65,9 @@ &mac2 { ...@@ -62,6 +65,9 @@ &mac2 {
phy-mode = "rgmii"; phy-mode = "rgmii";
phy-handle = <&ethphy2>; phy-handle = <&ethphy2>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rgmii3_default>;
}; };
&mac3 { &mac3 {
...@@ -69,6 +75,9 @@ &mac3 { ...@@ -69,6 +75,9 @@ &mac3 {
phy-mode = "rgmii"; phy-mode = "rgmii";
phy-handle = <&ethphy3>; phy-handle = <&ethphy3>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rgmii4_default>;
}; };
&emmc_controller { &emmc_controller {
......
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