From 568cc90128392db33d34ca767627e9e7252fd2bf Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 23 Oct 2013 18:02:26 +1000 Subject: boards/zedboard: Updated device-tree * Added additional node properties for board specific setup Signed-off-by: Nathan Rossi --- conf/machine/boards/zedboard/zedboard-zynq7.dtsi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 @@ } ; ps7_ddr_0: memory@0 { device_type = "memory"; - reg = < 0x0 0x20000000 >; + reg = <0x0 0x20000000>; } ; ps7_axi_interconnect_0: amba@0 { ps7_ethernet_0: ps7-ethernet@e000b000 { @@ -50,6 +50,10 @@ }; }; } ; + ps7_gpio_0: ps7-gpio@e000a000 { + gpio-mask-high = <0xc0000>; + gpio-mask-low = <0xfe81>; + } ; /* Disabled Devices */ ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; }; -- cgit v1.2.3-54-g00ecf