ARM: tegra: add PCIe controller to Tegra186 SoC DT
[oweals/u-boot.git] / arch / arm / dts / vf-colibri.dtsi
index 7a8e9bee3383b8f1f8c5d9add762f1a5df039c31..dc52748c096b9d35f37f5677f76371895f16e7f7 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>;
@@ -19,3 +20,7 @@
                spi-max-frequency = <50000000>;
        };
 };
+
+&uart0 {
+       status = "okay";
+};