lin
2025-01-10 9ec4e21f2f615ef95b70a249569906799e36bace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// SPDX-License-Identifier: GPL-2.0+
/*
 * U-Boot additions
 *
 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
 */
 
/ {
   chosen {
       stdout-path = &uart3;
   };
};
 
&mmc1 {
   cd-inverted;
};
 
&uart1 {
   reg-shift = <2>;
};
 
&uart2 {
   reg-shift = <2>;
};
 
&uart3 {
   reg-shift = <2>;
};