diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2014-03-26 23:45:11 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-28 20:11:46 -0400 |
commit | 2755e18748bd2f63ee17b7aef173699531f6353d (patch) | |
tree | 41af04b525ee4579c58715884c6ae8099bc31a87 /arch/arm/boot/dts/socfpga_arria5_socdk.dts | |
parent | ab3607dbb86c4238f6b87ac0f8999b785659572b (diff) |
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>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria5_socdk.dts')
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria5_socdk.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria5_socdk.dts b/arch/arm/boot/dts/socfpga_arria5_socdk.dts index 5beffb2265f4..a87ee1c07661 100644 --- a/arch/arm/boot/dts/socfpga_arria5_socdk.dts +++ b/arch/arm/boot/dts/socfpga_arria5_socdk.dts | |||
@@ -37,4 +37,25 @@ | |||
37 | */ | 37 | */ |
38 | ethernet0 = &gmac1; | 38 | ethernet0 = &gmac1; |
39 | }; | 39 | }; |
40 | |||
41 | aliases { | ||
42 | /* this allow the ethaddr uboot environmnet variable contents | ||
43 | * to be added to the gmac1 device tree blob. | ||
44 | */ | ||
45 | ethernet0 = &gmac1; | ||
46 | }; | ||
47 | }; | ||
48 | |||
49 | &gmac1 { | ||
50 | status = "okay"; | ||
51 | phy-mode = "rgmii"; | ||
52 | |||
53 | rxd0-skew-ps = <0>; | ||
54 | rxd1-skew-ps = <0>; | ||
55 | rxd2-skew-ps = <0>; | ||
56 | rxd3-skew-ps = <0>; | ||
57 | txen-skew-ps = <0>; | ||
58 | txc-skew-ps = <2600>; | ||
59 | rxdv-skew-ps = <0>; | ||
60 | rxc-skew-ps = <2000>; | ||
40 | }; | 61 | }; |