|
@@ -118,9 +118,9 @@
|
|
|
renesas,function = "eth";
|
|
|
};
|
|
|
|
|
|
- ether_b_pins: ether {
|
|
|
- renesas,groups = "eth_link_b", "eth_mdio_b", "eth_rmii_b";
|
|
|
- renesas,function = "eth";
|
|
|
+ phy1_pins: phy1 {
|
|
|
+ renesas,groups = "intc_irq8";
|
|
|
+ renesas,function = "intc";
|
|
|
};
|
|
|
|
|
|
i2c1_pins: i2c1 {
|
|
@@ -139,6 +139,9 @@
|
|
|
};
|
|
|
|
|
|
ðer {
|
|
|
+ pinctrl-0 = <ðer_pins &phy1_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+
|
|
|
phy-handle = <&phy1>;
|
|
|
renesas,ether-link-active-low;
|
|
|
status = "okay";
|