mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
20 lines
200 B
Text
20 lines
200 B
Text
|
/*
|
||
|
* Copyright (C) 2017
|
||
|
* Logic PD - http://www.logicpd.com
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
&uart1 {
|
||
|
reg-shift = <2>;
|
||
|
};
|
||
|
|
||
|
&uart2 {
|
||
|
reg-shift = <2>;
|
||
|
};
|
||
|
|
||
|
&uart3 {
|
||
|
reg-shift = <2>;
|
||
|
};
|
||
|
|