diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-10-23 17:59:33 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-10-23 17:59:33 +1000 |
commit | 4bced46f05f316ffb4e6a3cc8858023adeee6774 (patch) | |
tree | 99bef39497141fe9fade57addb0cc78e90b6b772 | |
parent | a15c25d433b42d04b2f2d2569e0e55953934b03d (diff) | |
download | meta-xilinx-4bced46f05f316ffb4e6a3cc8858023adeee6774.tar.gz |
boards/zc702: Updated device-tree
* Added additional node properties for board specific setup
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | conf/machine/boards/zc702/zc702-zynq7.dtsi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/conf/machine/boards/zc702/zc702-zynq7.dtsi b/conf/machine/boards/zc702/zc702-zynq7.dtsi index 465c2a0b..da746fcd 100644 --- a/conf/machine/boards/zc702/zc702-zynq7.dtsi +++ b/conf/machine/boards/zc702/zc702-zynq7.dtsi | |||
@@ -7,12 +7,12 @@ | |||
7 | } ; | 7 | } ; |
8 | ps7_ddr_0: memory@0 { | 8 | ps7_ddr_0: memory@0 { |
9 | device_type = "memory"; | 9 | device_type = "memory"; |
10 | reg = < 0x0 0x40000000 >; | 10 | reg = <0x0 0x40000000>; |
11 | } ; | 11 | } ; |
12 | ps7_axi_interconnect_0: amba@0 { | 12 | ps7_axi_interconnect_0: amba@0 { |
13 | ps7_ethernet_0: ps7-ethernet@e000b000 { | 13 | ps7_ethernet_0: ps7-ethernet@e000b000 { |
14 | phy-handle = <&phy0>; | 14 | phy-handle = <&phy0>; |
15 | phy-mode = "gmii"; | 15 | phy-mode = "rgmii-id"; |
16 | mdio { | 16 | mdio { |
17 | phy0: phy@7 { | 17 | phy0: phy@7 { |
18 | compatible = "marvell,88e1116r"; | 18 | compatible = "marvell,88e1116r"; |
@@ -121,6 +121,13 @@ | |||
121 | }; | 121 | }; |
122 | }; | 122 | }; |
123 | }; | 123 | }; |
124 | ps7_gpio_0: ps7-gpio@e000a000 { | ||
125 | gpio-mask-high = <0x0>; | ||
126 | gpio-mask-low = <0x5600>; | ||
127 | } ; | ||
128 | ps7_usb_0: ps7-usb@e0002000 { | ||
129 | usb-reset = <&ps7_gpio_0 7 0>; /* MIO USB PHY Reset */ | ||
130 | } ; | ||
124 | 131 | ||
125 | /* Disabled Devices */ | 132 | /* Disabled Devices */ |
126 | ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; }; | 133 | ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; }; |