Merge branch 'master' of git://git.denx.de/u-boot-usb
[oweals/u-boot.git] / arch / arm / dts / da850-evm-u-boot.dtsi
index 5cc5a81f6fbfea4d0fdf6bc7e7a910cb60af2a9c..d9afc5edf45a5385b0a107432b2a71dbab89b449 100644 (file)
@@ -1,23 +1,41 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * da850-evm U-Boot Additions
  *
  * Copyright (C) 2017 Logic PD, Inc.
  * Copyright (C) Adam Ford
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 / {
-       chosen {
-               stdout-path = &serial2;
+       soc@1c00000 {
+               u-boot,dm-spl;
+       };
+
+       nand {
+               compatible = "ti,davinci-nand";
        };
 
-       aliases {
-               i2c0 = &i2c0;
-               spi0 = &spi1;
+       panel {
+               u-boot,dm-pre-reloc;
        };
 };
 
+&eth0 {
+       pinctrl-0 = <&mii_pins>, <&mdio_pins>;
+};
+
 &flash {
-       compatible = "m25p64", "spi-flash";
+       compatible = "m25p64", "jedec,spi-nor";
+};
+
+&mmc0 {
+       u-boot,dm-spl;
+};
+
+&serial2 {
+       u-boot,dm-spl;
+};
+
+&spi1 {
+       u-boot,dm-spl;
 };