mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
30 lines
304 B
Plaintext
30 lines
304 B
Plaintext
![]() |
/*
|
||
|
* U-Boot additions
|
||
|
*
|
||
|
* (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &uart3;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&mmc1 {
|
||
|
cd-inverted;
|
||
|
};
|
||
|
|
||
|
&uart1 {
|
||
|
reg-shift = <2>;
|
||
|
};
|
||
|
|
||
|
&uart2 {
|
||
|
reg-shift = <2>;
|
||
|
};
|
||
|
|
||
|
&uart3 {
|
||
|
reg-shift = <2>;
|
||
|
};
|