Merge branch 'master' of git://git.denx.de/u-boot-usb
[oweals/u-boot.git] / arch / arm / dts / da850-evm-u-boot.dtsi
index ab1de77954035d98fed19f6dbf03a45b2ba04934..d9afc5edf45a5385b0a107432b2a71dbab89b449 100644 (file)
@@ -6,6 +6,36 @@
  * Copyright (C) Adam Ford
  */
 
+/ {
+       soc@1c00000 {
+               u-boot,dm-spl;
+       };
+
+       nand {
+               compatible = "ti,davinci-nand";
+       };
+
+       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;
 };