ARM: tegra: add PCIe controller to Tegra186 SoC DT
[oweals/u-boot.git] / arch / arm / dts / vf-colibri.dtsi
index f005339fa9b997023aafae6d9eba2ec9ceaa16f2..dc52748c096b9d35f37f5677f76371895f16e7f7 100644 (file)
@@ -5,6 +5,12 @@
  */
 #include "vf.dtsi"
 
+/ {
+       chosen {
+               stdout-path = &uart0;
+       };
+};
+
 &dspi1 {
        status = "okay";
        bus-num = <1>;
@@ -14,3 +20,7 @@
                spi-max-frequency = <50000000>;
        };
 };
+
+&uart0 {
+       status = "okay";
+};