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