RISCV: Added stdout-path to hifive dts
This sets the first UART as the stdout-path dts setting in the "chosen" node in the HiFive device tree. Change-Id: Icb6b9abf999bdd8a278df5a2ba73ad492af06a24
This commit is contained in:
parent
0de7fc11bf
commit
01cea266d9
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
serial1 = <0x2f736f63 0x2f736572 0x69616c40 0x31303031 0x31303030>;
|
||||
};
|
||||
chosen {
|
||||
stdout-path = "/soc/serial@10010000";
|
||||
};
|
||||
firmware {
|
||||
sifive,fsbl = "2018-03-20";
|
||||
|
|
|
|||
Loading…
Reference in a new issue