arm: colibri-vf: Enable serial support

- Enable lpuart support on Toradex Colibri VF50/VF61
- Use UART0 for stdout.

Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Bhuvanchandra DV 2016-01-27 10:31:47 +05:30 committed by Stefano Babic
parent 947fb97217
commit c720ff12f8

View 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";
};