mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
25 lines
272 B
Text
25 lines
272 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* U-Boot additions
|
||
|
*
|
||
|
* (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &uart3;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart1 {
|
||
|
reg-shift = <2>;
|
||
|
};
|
||
|
|
||
|
&uart2 {
|
||
|
reg-shift = <2>;
|
||
|
};
|
||
|
|
||
|
&uart3 {
|
||
|
reg-shift = <2>;
|
||
|
};
|