mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
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:
parent
947fb97217
commit
c720ff12f8
1 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
||||||
*/
|
*/
|
||||||
#include "vf.dtsi"
|
#include "vf.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
chosen {
|
||||||
|
stdout-path = &uart0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&dspi1 {
|
&dspi1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
bus-num = <1>;
|
bus-num = <1>;
|
||||||
|
@ -14,3 +20,7 @@
|
||||||
spi-max-frequency = <50000000>;
|
spi-max-frequency = <50000000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&uart0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue