]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/mips/dts/ap143.dts
Merge branch 'master' of git://git.denx.de/u-boot-spi
[thirdparty/u-boot.git] / arch / mips / dts / ap143.dts
index f53207e771028ca5cc67f33f159f504687e449fd..93a098052c79de37b8492a585b24fddb36c3cdd4 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
  */
 
 /dts-v1/;
        spi-flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "spi-flash";
+               compatible = "jedec,spi-nor";
                memory-map = <0x9f000000 0x00800000>;
                spi-max-frequency = <25000000>;
                reg = <0>;
        };
 };
+
+&gmac1 {
+       status = "okay";
+       phy-mode = "rgmii";
+};