@@ -444,7 +444,7 @@
interrupts = <0 115 4>;
interrupt-names = "macirq";
mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
- clocks = <&emac0_clk>;
+ clocks = <&emac_0_clk>;
clock-names = "stmmaceth";
status = "disabled";
};
@@ -455,7 +455,7 @@
interrupts = <0 120 4>;
interrupt-names = "macirq";
mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
- clocks = <&emac1_clk>;
+ clocks = <&emac_1_clk>;
clock-names = "stmmaceth";
status = "disabled";
};
@@ -50,7 +50,7 @@
ethernet@ff702000 {
phy-mode = "rgmii";
- phy-addr = <0xffffffff>; /* probe for phy addr */
+ snps,phy-addr = <0xffffffff>; /* probe for phy addr */
status = "okay";
};