Sfoglia il codice sorgente

ARM: dts: AM33XX: Add CPSW phy_id device tree data to am335x-evmsk

Add phy_id device tree data to am335x-evmsk device to bring up CPSW
ethernet present on am335x starter kit.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Mugunthan V N 12 anni fa
parent
commit
f6655d697b
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      arch/arm/boot/dts/am335x-evmsk.dts

+ 8 - 0
arch/arm/boot/dts/am335x-evmsk.dts

@@ -248,3 +248,11 @@
 		};
 	};
 };
+
+&cpsw_emac0 {
+	phy_id = <&davinci_mdio>, <0>;
+};
+
+&cpsw_emac1 {
+	phy_id = <&davinci_mdio>, <1>;
+};