]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/dts/zynq-zc770-xm010.dts
Merge git://git.denx.de/u-boot-i2c
[people/ms/u-boot.git] / arch / arm / dts / zynq-zc770-xm010.dts
index b6982c0c45dae9f3e03f527606476001a594c427..42af313c13ddfe60a0d28aa9161de0425b6c28ff 100644 (file)
        };
 
        chosen {
-               bootargs = "root=/dev/ram rw earlyprintk";
+               bootargs = "";
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
        };
 };
 
-&spi1 {
-       status = "okay";
-       num-cs = <4>;
-       is-decoded-cs = <0>;
-       flash@0 {
-               compatible = "sst25wf080";
-               reg = <1>;
-               spi-max-frequency = <1000000>;
-               #address-cells = <1>;
-               #size-cells = <1>;
-               partition@test {
-                       label = "spi-flash";
-                       reg = <0x0 0x100000>;
-               };
-       };
-};
-
-&qspi {
-       status = "okay";
-};
-
 &can0 {
        status = "okay";
 };
 
 };
 
+&qspi {
+       status = "okay";
+};
+
 &sdhci0 {
        status = "okay";
 };
 
+&spi1 {
+       status = "okay";
+       num-cs = <4>;
+       is-decoded-cs = <0>;
+       flash@0 {
+               compatible = "sst25wf080";
+               reg = <1>;
+               spi-max-frequency = <1000000>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               partition@test {
+                       label = "spi-flash";
+                       reg = <0x0 0x100000>;
+               };
+       };
+};
+
 &uart1 {
        u-boot,dm-pre-reloc;
        status = "okay";