forked from Qortal/Brooklyn
19 lines
197 B
Plaintext
19 lines
197 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2017
|
||
|
* Logic PD - http://www.logicpd.com
|
||
|
*/
|
||
|
|
||
|
&uart1 {
|
||
|
reg-shift = <2>;
|
||
|
};
|
||
|
|
||
|
&uart2 {
|
||
|
reg-shift = <2>;
|
||
|
};
|
||
|
|
||
|
&uart3 {
|
||
|
reg-shift = <2>;
|
||
|
};
|
||
|
|