Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / dts / da850-evm-u-boot.dtsi
index 360e79e68d41d94e776d00791028ce8f401ad76e..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", "jedec,spi-nor";
 };
+
+&mmc0 {
+       u-boot,dm-spl;
+};
+
+&serial2 {
+       u-boot,dm-spl;
+};
+
+&spi1 {
+       u-boot,dm-spl;
+};