arm: zynq: Remove ethernet alias for topic-miami
[oweals/u-boot.git] / arch / arm / dts / vf-colibri.dtsi
index 7a8e9bee3383b8f1f8c5d9add762f1a5df039c31..c2f104a89b4e52de7f4c2f0fd9846f0395977f71 100644 (file)
@@ -2,14 +2,15 @@
  * Copyright 2014 Toradex AG
  *
  * SPDX-License-Identifier:     GPL-2.0+ or X11
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 #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";
+};