dts: socfpga: Add DTS entry for adding the stmmac glue layer for stmmac.

This patch adds the dts bindings documenation for the Altera SOCFPGA glue
layer for the Synopsys STMMAC ethernet driver.

Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Acked-by: David S. Miller <davem@davemloft.net>
---
v3: Remove stray empty line at end of socfpga_cyclone5_socdk.dts
v2: Use the dwmac-sti as an example for a glue layer and split patch up
to have dts as a separate patch. Also cc dts maintainers since there is
a new binding.
This commit is contained in:
Dinh Nguyen
2014-02-06 16:48:43 -06:00
parent 2d237c06a4
commit 7e0b4cd062
6 changed files with 138 additions and 17 deletions

View File

@@ -75,3 +75,11 @@
};
};
};
&ethernet0 {
status = "okay";
};
&gmac0 {
phy-mode = "gmii";
};