diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-10-23 18:02:26 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-10-24 16:12:59 +1000 |
commit | 568cc90128392db33d34ca767627e9e7252fd2bf (patch) | |
tree | 8060a596094ff087200f7845986161a993b40ed9 | |
parent | 4e80d65608b88554495c9cde84db5eaa8f9ce859 (diff) | |
download | meta-xilinx-568cc90128392db33d34ca767627e9e7252fd2bf.tar.gz |
boards/zedboard: 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/zedboard/zedboard-zynq7.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/boards/zedboard/zedboard-zynq7.dtsi b/conf/machine/boards/zedboard/zedboard-zynq7.dtsi index 7c524e71..9849226a 100644 --- a/conf/machine/boards/zedboard/zedboard-zynq7.dtsi +++ b/conf/machine/boards/zedboard/zedboard-zynq7.dtsi | |||
@@ -7,7 +7,7 @@ | |||
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 0x20000000 >; | 10 | reg = <0x0 0x20000000>; |
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 { |
@@ -50,6 +50,10 @@ | |||
50 | }; | 50 | }; |
51 | }; | 51 | }; |
52 | } ; | 52 | } ; |
53 | ps7_gpio_0: ps7-gpio@e000a000 { | ||
54 | gpio-mask-high = <0xc0000>; | ||
55 | gpio-mask-low = <0xfe81>; | ||
56 | } ; | ||
53 | 57 | ||
54 | /* Disabled Devices */ | 58 | /* Disabled Devices */ |
55 | ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; }; | 59 | ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; }; |