X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Fvf-colibri.dtsi;h=dc52748c096b9d35f37f5677f76371895f16e7f7;hb=20bbde0628b30e5ac720e097cb00c36287ca4e38;hp=7a8e9bee3383b8f1f8c5d9add762f1a5df039c31;hpb=d470030680005d65d624eecd51f5ffe03019de65;p=oweals%2Fu-boot.git diff --git a/arch/arm/dts/vf-colibri.dtsi b/arch/arm/dts/vf-colibri.dtsi index 7a8e9bee33..dc52748c09 100644 --- a/arch/arm/dts/vf-colibri.dtsi +++ b/arch/arm/dts/vf-colibri.dtsi @@ -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"; +};