提交 c720ff12 编写于 作者: B Bhuvanchandra DV 提交者: Stefano Babic

arm: colibri-vf: Enable serial support

- Enable lpuart support on Toradex Colibri VF50/VF61
- Use UART0 for stdout.
Signed-off-by: NBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
上级 947fb972
......@@ -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";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册