Set default baud rate of serial output to 115200 for the VCU108.

This commit is contained in:
Jacob Pease 2023-08-25 17:44:06 -05:00
parent 9d89c6dae8
commit 5a832ed828

View File

@ -9,7 +9,7 @@
chosen {
linux,initrd-end = <0x85c43a00>;
linux,initrd-start = <0x84200000>;
bootargs = "root=/dev/vda ro";
bootargs = "console=ttyS0,115200 root=/dev/vda ro";
stdout-path = "/soc/uart@10000000";
};