blob: de411316d83a0313bd2bc9d6063546a1585f2ba3 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Derald D. Woodsd9be1832017-12-16 14:14:48 -06002/*
3 * U-Boot additions
4 *
5 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
Derald D. Woodsd9be1832017-12-16 14:14:48 -06006 */
7
8/ {
9 chosen {
10 stdout-path = &uart1;
11 };
12};
13
Derald D. Woodsd9be1832017-12-16 14:14:48 -060014&uart1 {
15 reg-shift = <2>;
16};
17
18&uart2 {
19 reg-shift = <2>;
20};
21
22&uart3 {
23 reg-shift = <2>;
24};