diff options
Diffstat (limited to 'arch/arm/boot/dts/zynq-zc706.dts')
-rw-r--r-- | arch/arm/boot/dts/zynq-zc706.dts | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/zynq-zc706.dts b/arch/arm/boot/dts/zynq-zc706.dts index 4cc9913078cd..a8bbdfbc7093 100644 --- a/arch/arm/boot/dts/zynq-zc706.dts +++ b/arch/arm/boot/dts/zynq-zc706.dts | |||
@@ -1,7 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2011 Xilinx | 2 | * Copyright (C) 2011 - 2014 Xilinx |
3 | * Copyright (C) 2012 National Instruments Corp. | 3 | * Copyright (C) 2012 National Instruments Corp. |
4 | * Copyright (C) 2013 Xilinx | ||
5 | * | 4 | * |
6 | * This software is licensed under the terms of the GNU General Public | 5 | * This software is licensed under the terms of the GNU General Public |
7 | * License version 2, as published by the Free Software Foundation, and | 6 | * License version 2, as published by the Free Software Foundation, and |
@@ -21,7 +20,7 @@ | |||
21 | 20 | ||
22 | memory { | 21 | memory { |
23 | device_type = "memory"; | 22 | device_type = "memory"; |
24 | reg = <0 0x40000000>; | 23 | reg = <0x0 0x40000000>; |
25 | }; | 24 | }; |
26 | 25 | ||
27 | chosen { | 26 | chosen { |
@@ -32,7 +31,12 @@ | |||
32 | 31 | ||
33 | &gem0 { | 32 | &gem0 { |
34 | status = "okay"; | 33 | status = "okay"; |
35 | phy-mode = "rgmii"; | 34 | phy-mode = "rgmii-id"; |
35 | phy-handle = <ðernet_phy>; | ||
36 | |||
37 | ethernet_phy: ethernet-phy@7 { | ||
38 | reg = <7>; | ||
39 | }; | ||
36 | }; | 40 | }; |
37 | 41 | ||
38 | &i2c0 { | 42 | &i2c0 { |