summaryrefslogtreecommitdiffstats
path: root/conf/machine/boards/qemu
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-10-23 17:57:42 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-10-23 17:58:40 +1000
commita15c25d433b42d04b2f2d2569e0e55953934b03d (patch)
tree3dc588e0929d6b31241dc10b07c10f12e97af175 /conf/machine/boards/qemu
parentfc8695c29ad33ec6b803679be51ac1130548a34a (diff)
downloadmeta-xilinx-a15c25d433b42d04b2f2d2569e0e55953934b03d.tar.gz
boards/common/zynq-7-base.dtsi: Updated for 'xlnx_3.8' kernel
* Updated various nodes with newer properties and clock information * Fixed up compatible properties for some nodes * Refactored out some board specific properties * Cleaned up some style inconsistency Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/boards/qemu')
-rw-r--r--conf/machine/boards/qemu/qemuzynq.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/boards/qemu/qemuzynq.dts b/conf/machine/boards/qemu/qemuzynq.dts
index 772144fa..a4161dac 100644
--- a/conf/machine/boards/qemu/qemuzynq.dts
+++ b/conf/machine/boards/qemu/qemuzynq.dts
@@ -8,7 +8,7 @@
8 } ; 8 } ;
9 ps7_ddr_0: memory@0 { 9 ps7_ddr_0: memory@0 {
10 device_type = "memory"; 10 device_type = "memory";
11 reg = < 0x0 0x40000000 >; 11 reg = <0x0 0x40000000>;
12 } ; 12 } ;
13 ps7_axi_interconnect_0: amba@0 { 13 ps7_axi_interconnect_0: amba@0 {
14 ps7_ethernet_0: ps7-ethernet@e000b000 { 14 ps7_ethernet_0: ps7-ethernet@e000b000 {
@@ -27,7 +27,7 @@
27 #address-cells = <1>; 27 #address-cells = <1>;
28 #size-cells = <1>; 28 #size-cells = <1>;
29 compatible = "st,m25p80"; 29 compatible = "st,m25p80";
30 reg = < 0x0 >; 30 reg = <0x0>;
31 spi-max-frequency = <50000000>; 31 spi-max-frequency = <50000000>;
32 partition@0x00000000 { 32 partition@0x00000000 {
33 label = "boot"; 33 label = "boot";