Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / fsl-ls1012a-2g5rdb.dts
index dbe01dd7f6d6405e9a1385213aa03cfdc2731922..6402cf5aca50f59f4538f48e8f67130f767c9dc4 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * NXP ls1012a 2G5RDB board device tree source
  *
  * Copyright 2017 NXP
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /dts-v1/;
 };
 
 &qspi {
-       bus-num = <0>;
        status = "okay";
 
-       qflash0: s25fl128s@0 {
+       s25fs512s0: flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "spi-flash";
-               spi-max-frequency = <20000000>;
+               compatible = "jedec,spi-nor";
+               spi-max-frequency = <50000000>;
                reg = <0>;
        };
 };
@@ -41,3 +39,7 @@
 &duart0 {
        status = "okay";
 };
+
+&sata {
+       status = "okay";
+};