|
@@ -86,6 +86,8 @@
|
|
|
macb0: ethernet@f8020000 {
|
|
macb0: ethernet@f8020000 {
|
|
|
phy-mode = "rmii";
|
|
phy-mode = "rmii";
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
|
|
+ pinctrl-names = "default";
|
|
|
|
|
+ pinctrl-0 = <&pinctrl_macb0_rmii &pinctrl_macb0_phy_irq>;
|
|
|
|
|
|
|
|
phy0: ethernet-phy@1 {
|
|
phy0: ethernet-phy@1 {
|
|
|
interrupt-parent = <&pioE>;
|
|
interrupt-parent = <&pioE>;
|
|
@@ -152,6 +154,10 @@
|
|
|
atmel,pins =
|
|
atmel,pins =
|
|
|
<AT91_PIOE 8 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
|
|
<AT91_PIOE 8 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
|
|
|
};
|
|
};
|
|
|
|
|
+ pinctrl_macb0_phy_irq: macb0_phy_irq_0 {
|
|
|
|
|
+ atmel,pins =
|
|
|
|
|
+ <AT91_PIOE 1 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|