Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / arch / arm / dts / da850-lcdk-u-boot.dtsi
index c67c3ddbf7b704fcb468a1ee69eb0a8cb0991fe3..b372d06ca97bb4b44db666d4a88aa37b27b38540 100644 (file)
@@ -1,13 +1,30 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * da850-lcdk U-Boot Additions
  *
  * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 / {
        aliases {
                i2c0 = &i2c0;
+               mmc0 = &mmc0;
+               serial2 = &serial2;
+       };
+
+       soc@1c00000 {
+               u-boot,dm-spl;
+       };
+
+       nand {
+               compatible = "ti,davinci-nand";
        };
 };
+
+&mmc0 {
+       u-boot,dm-spl;
+};
+
+&serial2 {
+       u-boot,dm-spl;
+};