Commit 073c84042aca2b8ca23bcd89b5c0f3021b120357

Authored by Murali Karicheri
Committed by Sekhar Nori
1 parent ecb22e0133

ARM: dts: k2g-evm: update dts to enable mdio bindings

Update evm dts to enable mdio and phy for K2G EVM.

Tested-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
[nsekhar@ti.com: fix subject prefix, move gbe0
		 phy-handle here]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>

Showing 1 changed file with 12 additions and 0 deletions Side-by-side Diff

arch/arm/boot/dts/k2g-evm.dts
... ... @@ -283,4 +283,16 @@
283 283 dr_mode = "host";
284 284 status = "okay";
285 285 };
  286 +
  287 +&mdio {
  288 + status = "okay";
  289 + ethphy0: ethernet-phy@0 {
  290 + reg = <0>;
  291 + phy-mode = "rgmii-id";
  292 + };
  293 +};
  294 +
  295 +&gbe0 {
  296 + phy-handle = <&ethphy0>;
  297 +};