ARM: dts: i.MX6QDL: icore-rqs: Fix eMMC detection during SPL
[oweals/u-boot.git] / arch / arm / dts / vf-colibri.dtsi
index f005339fa9b997023aafae6d9eba2ec9ceaa16f2..c2f104a89b4e52de7f4c2f0fd9846f0395977f71 100644 (file)
@@ -5,6 +5,12 @@
  */
 #include "vf.dtsi"
 
+/ {
+       chosen {
+               stdout-path = &uart0;
+       };
+};
+
 &dspi1 {
        status = "okay";
        bus-num = <1>;
                spi-max-frequency = <50000000>;
        };
 };
+
+&ehci0 {
+       dr_mode = "otg";
+       fsl,cdet-gpio = <&gpio3 6 GPIO_ACTIVE_HIGH>;
+       status = "okay";
+};
+
+&ehci1 {
+       dr_mode = "host";
+       status = "okay";
+};
+
+&uart0 {
+       status = "okay";
+};